Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 231 Bytes

README.adoc

File metadata and controls

19 lines (15 loc) · 231 Bytes

RISC-V Kernel

Build the kernel
cargo build
Run with QEMU
cargo run
Debug with GDB
nohup cargo run -- -s -S &
riscv64-unknown-elf-gdb -x .gdbinit
Stop QEMU
fg
ctrl-c