Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhayujie/minos
A minimal viable operating system.
https://github.com/zhayujie/minos
c os riscv
Last synced: 9 days ago
JSON representation
A minimal viable operating system.
- Host: GitHub
- URL: https://github.com/zhayujie/minos
- Owner: zhayujie
- License: mit
- Created: 2023-01-02T16:33:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T17:41:52.000Z (almost 2 years ago)
- Last Synced: 2024-12-12T15:42:02.804Z (about 2 months ago)
- Topics: c, os, riscv
- Language: Assembly
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MinOS
MinOS is a minimum available operating system.## Documentation
Documentation can be found online at .
## Quick Start
### Run on QEMU
```bash
make qemu
```### Debugging on QEMU
```bash
make qemu-gdb
```### Make for D1-H board
```bash
make d1-board
```