KAAAsS 21ac9ce01e
Revert "memcpy 复现"
This reverts commit 54f32e597f03b38978c4ddf551e11cbb6e7e954b.
2022-04-21 22:58:02 +08:00
..
2022-04-20 22:30:08 +08:00
2021-05-23 22:24:02 +08:00
2021-05-23 22:24:02 +08:00
2021-05-23 22:24:02 +08:00
2022-04-21 22:58:02 +08:00
2022-04-20 22:30:08 +08:00
2021-05-23 20:13:14 +08:00
2021-05-23 22:24:02 +08:00
2022-04-19 21:34:02 +08:00
2021-05-23 22:24:02 +08:00

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