Advertisement

6.S081 Lab: (Xv6 and Unix utilities)

阅读量:
Meaning Unknown's Head Image

Xv6 Lab Utilities

6.S081 Lab 1: Xv6 and Unix utilities

参考: Lab: Xv6 and Unix utilities

sleep

请在xv6内核中实现一个名为`sleeprunprogramoftheUNIX系统,并确保您的sleeprun函数能够暂停指定数量的时钟tick周期。这里的tick被定义为xv6内核中的一个概念,即定时器芯片两次中断之间的时间间隔。请注意,您提交的所有代码必须位于文件夹中的子目录'user'下的'sleep.c'文件中。

Some hints:

全部评论 (0)

还没有任何评论哟~