This is the repository of ChCore labs in SE315, 2022 Spring.
make
ormake 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 x
to quit QEMU - Press
Ctrl+d
to quit GDB