This is the repository of ChCore labs in OS course of SJTU CS3601, 2022 Fall.
Chcore实验共分为4个lab,依次完成环境搭建、机器启动、进程与线程创建、异常处理、多核多进程调度与进程间通信的代码实现。
report目录下为每个lab完成的实验报告。
makeormake build: Build ChCoremake clean: Clean ChCore
make qemu: Start a QEMU instance to run ChCore
make qemu-gdb: Start a QEMU instance with GDB servermake gdb: Start a GDB (gdb-multiarch) client
make grade: Show your grade of labs in the current branch
- Press
Ctrl+a xto quit QEMU - Press
Ctrl+dto quit GDB