# chcore-lab **Repository Path**: JieC01/chcore-lab ## Basic Information - **Project Name**: chcore-lab - **Description**: chcore操作系统实验 - **Primary Language**: Unknown - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-01-05 - **Last Updated**: 2025-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 本仓库为上海交大 ipads 研究所陈海波老师等人所著的《现代操作系统:原理与实现》的课程实验(LAB 1-4)的代码。 # 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