# chcore-lab-new2 **Repository Path**: wangshanyww/chcore-lab-new2 ## Basic Information - **Project Name**: chcore-lab-new2 - **Description**: Labs of SJTU SE315 2020 (ChCore). - **Primary Language**: Unknown - **License**: MulanPSL-1.0 - **Default Branch**: lab5 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-03 - **Last Updated**: 2022-03-27 ## 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 with GUI - `make qemu-nox` Emulate ChCore in QEMU without GUI ## Debug with GBD - `make qemu-gdb` Start a GDB server running ChCore with GUI - `make qemu-nox-gdb` Start a GDB server running ChCore without GUI - `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