Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```