/arno

A RISCV based Operating System built from scratch | For educational purposes only

Primary LanguageRust

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