Skip to content

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

Notifications You must be signed in to change notification settings

scratchy-cats/arno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks