Lab:Xv6 and Unix utilities (TBC)
note
-
xv6 has no ps command, but, if you type
Ctrl-p
, the kernel will print information about each process. If you try it now, you'll see two lines: one for init, and one for sh. -
To quit qemu type:
Ctrl-a x
-
You can run make grade to test your solutions with the grading program.
-
After committing your final changes to the lab, type make handin to submit your lab.
流程
准备实验环境:
Boot xv6
Grading and hand-in procedure
to do (7day)
- 复习:参考课程翻译和note;
- part 1
- part 2
- 阅读教材第一章;
- 第0章part1; (我离去世就差那么一点点。。。)
- 第0章part2;
- 阅读C的辅助阅读材料+基本语法 完成c的练习;
- 完成实验sleep sleep
- primes
- find
- xargs