chcore-lab-mospi-2020
chcore-lab-mospi-2020 copied to clipboard
My solution to the labs of the book "Modern Operating System: Principle and Implementation" by Haibo Chen
ChCore
This is the repository of ChCore labs in SE315, 2020 Spring.
build
makeormake build- The project will be built in
builddirectory.
Emulate
make qemu
Emulate ChCore in QEMU
Debug with GBD
make qemu-gdb
Start a GDB server running ChCore
make gdb
Start a GDB (gdb-multiarch) client
Grade
make grade
Show your grade of labs in the current branch
Other
- type
Ctrl+a xto quit QEMU - type
Ctrl+dto quit GDB