gitccl / chcore-lab-2021

上交操作系统lab 完成lab1&lab2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChCore

This is the repository of ChCore labs in SE315, 2021 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

About

上交操作系统lab 完成lab1&lab2

License:Other


Languages

Language:C 54.8%Language:Python 27.2%Language:Assembly 12.8%Language:CMake 2.8%Language:Shell 1.3%Language:Makefile 0.9%Language:GDB 0.1%