This repository has been archived by the owner on May 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
mirror of https://git.s00.xyz/sv
License
sweiglbosker/sv
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
building requirements ==================== - bsd-compatible make - a [riscv toolchain](https://github.com/riscv/riscv-gnu-toolchain) - qemu built for riscv64 with some kind of mmu support - [device tree compiler](https://github.com/dgibson/dtc) building ======== compile and test the kernel ``` make clean sys make debug ```