/owos-riscv

Simple operating system for QEMU's virt board.

Primary LanguageC

owos-riscv

Simple operating system for QEMU's virt board.

Build requirements

Make sure you have gcc for RISC-V installed.

Build and run

make mount && make run

You must have sudo access to run make mount, as it will attempt to mount a disk image to load files onto it. If you made changes to the code but don't want to rebuild the disk image, you can run make instead of make mount.