Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ksco/nanoemu

A super tiny RISC-V emulator that is able to run xv6.
https://github.com/ksco/nanoemu

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# nanoemu

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

```
make run
```

## &c.
Inspired by [rvemu](https://github.com/d0iasm/rvemu).