# ChCore-lab **Repository Path**: oldcorn/chcore-lab ## Basic Information - **Project Name**: ChCore-lab - **Description**: 上海交通大学IPADS 《现代操作系统:原理与实现》chcore 课程实验 实验文档请访问:《现代操作系统:原理与实现》主页(https://ipads.se.sjtu.edu.cn/mospi/) - **Primary Language**: C/C++ - **License**: MulanPSL-1.0 - **Default Branch**: lab1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 311 - **Created**: 2021-12-13 - **Last Updated**: 2021-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChCore This is the repository of ChCore labs in SE315, 2020 Spring. ## build - `make` or `make build` - The project will be built in `build` directory. ## 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 x` to quit QEMU - type `Ctrl+d` to quit GDB