# chcore-lab **Repository Path**: ipads-lab/chcore-lab ## Basic Information - **Project Name**: chcore-lab - **Description**: 上海交通大学 IPADS《现代操作系统:原理与实现》ChCore 课程实验 v1,新版请见 https://gitee.com/ipads-lab/chcore-lab-v2 - **Primary Language**: C/C++ - **License**: MulanPSL-1.0 - **Default Branch**: lab1 - **Homepage**: https://ipads.se.sjtu.edu.cn/mospi/ - **GVP Project**: No ## Statistics - **Stars**: 217 - **Forks**: 311 - **Created**: 2021-01-07 - **Last Updated**: 2025-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChCore Lab **新版本课程实验+配套视频讲解,请访问[这里](https://github.com/SJTU-IPADS/OS-Course-Lab).** 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