xv6
文章平均质量分 78
猩猩嘿嘿嘿
现在是鸭大半码农~
展开
-
System call tracing, Sysinfo
1. 实验内容与要求阅读Lab: system calls的内容,完成System call tracing, Sysinfo两个任务。在报告中提供相关代码,并提供运行的屏幕截图。System call tracing添加系统跟踪调用。Sysinfo 添加系统调用sysinfo用于收集有关正在运行的系统信息。2. 实验过程根据提示在将上一节实验内容git add与git commit后,$ git checkout syscall 切换分支1.共同部分Makefile 的UPRO原创 2021-12-13 00:21:32 · 1311 阅读 · 0 评论 -
Lab: Xv6 and Unix utilities sleep&pingpong
阅读Lab: Xv6 and Unix utilities中的sleep,pingpong两个任务。在报告中提供相关代码及解释,并提供运行的屏幕截图。编写user/sleep.c 暂定指定的ticks时间。编写user/pingpong.c 使用UNIX系统在两个进程间通过管道”ping pong”一个字节。原创 2021-12-13 00:15:13 · 2837 阅读 · 0 评论