# chcore-lab-v2 **Repository Path**: midzed/chcore-lab-v2 ## Basic Information - **Project Name**: chcore-lab-v2 - **Description**: 上海交通大学 IPADS《现代操作系统:原理与实现》ChCore 课程实验 v2。实验分为Lab1-Lab5,分别位于相应的分支。实验说明文档位于docs目录下。 - **Primary Language**: C - **License**: MulanPSL-1.0 - **Default Branch**: lab1 - **Homepage**: https://ipads.se.sjtu.edu.cn/mospi/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 98 - **Created**: 2023-08-04 - **Last Updated**: 2023-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChCore Lab This is the repository of ChCore Lab. ## Build - `make` or `make build`: Build ChCore - `make clean`: Clean ChCore ## Emulate - `make qemu`: Start a QEMU instance to run ChCore ## Debug with GBD - `make qemu-gdb`: Start a QEMU instance with GDB server - `make gdb`: Start a GDB (gdb-multiarch) client ## Grade - `make grade`: Show your grade of labs in the current branch ## Other - Press `Ctrl+a x` to quit QEMU - Press `Ctrl+d` to quit GDB