xv6 Lab System calls
In the last lab you used system calls to write a few utilities. In this lab you will add some new system calls to xv6, which will help you understand how they work and will expose you to some of the internals of the xv6 kernel. You will add more system calls in later labs.
xv6 Lab Utilities
This lab will familiarize you with xv6 and its system calls.
HIT-OS LAB6 信号量的实现和应用
Lab6 -- 信号量的实现和应用
HIT-OS LAB5 进程运行轨迹的跟踪与统计
Lab5 -- 进程运行轨迹的跟踪与统计
HIT-OS LAB4 系统调用
Lab4 -- 系统调用
HIT-OS LAB3 操作系统的引导
Lab3 -- 操作系统的引导
HIT-OS LAB2 调试分析 Linux 0.00 多任务切换
Lab2 -- 调试分析 Linux 0.00 多任务切换
HIT-OS LAB1 调试分析 Linux 0.00 引导程序
Lab1 -- 调试分析 Linux 0.00 引导程序