6.S081 Lab: (Xv6 and Unix utilities)
发布时间
阅读量:
阅读量

Xv6 Lab Utilities
6.S081 Lab 1: Xv6 and Unix utilities
sleep
请在xv6内核中实现一个名为`sleeprunprogramoftheUNIX系统,并确保您的sleeprun函数能够暂停指定数量的时钟tick周期。这里的tick被定义为xv6内核中的一个概念,即定时器芯片两次中断之间的时间间隔。请注意,您提交的所有代码必须位于文件夹中的子目录'user'下的'sleep.c'文件中。
Some hints:
- Before you start coding, read Chapter 1 of the [xv6 book](https://pdos.csail.mit.edu/6.S081/2020/xv6/book-riscv-rev1.pd
全部评论 (0)
还没有任何评论哟~
