# chcore **Repository Path**: begunner/chcore ## Basic Information - **Project Name**: chcore - **Description**: 25年hw-training - **Primary Language**: Unknown - **License**: MulanPSL-1.0 - **Default Branch**: lab1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-06-23 - **Last Updated**: 2025-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChCore This is the repository of ChCore labs in SE315, 2022 Spring. ## 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