Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ksco/nanoemu
- Owner: ksco
- License: mit
- Created: 2022-06-22T01:47:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T14:33:32.000Z (over 2 years ago)
- Last Synced: 2024-04-22T10:14:07.275Z (9 months ago)
- Language: C
- Size: 159 KB
- Stars: 69
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).