Go to file
ksco 41f86115d4 Fix compilation issue under Ubuntu
Co-authored-by: dzwduan <dzwduan@gmail.com>
2022-08-16 22:33:28 +08:00
src Fix compilation issue under Ubuntu 2022-08-16 22:33:28 +08:00
xv6 Split nanoemu.c into multiple files. 2022-06-25 20:52:08 +08:00
.gitignore Split nanoemu.c into multiple files. 2022-06-25 20:52:08 +08:00
LICENSE First bootable implementation. 2022-06-23 22:43:14 +08:00
Makefile Fix compilation issue under Ubuntu 2022-08-16 22:33:28 +08:00
README.md Split nanoemu.c into multiple files. 2022-06-25 20:52:08 +08:00

README.md

nanoemu

A super tiny RISC-V emulator that is able to run xv6.

make run

&c.

Inspired by rvemu.