Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/werdl/minos

a fork of the moros project, to learn about operating systems
https://github.com/werdl/minos

Last synced: about 8 hours ago
JSON representation

a fork of the moros project, to learn about operating systems

Awesome Lists containing this project

README

        

# minos
- a fork of `https://github.com/vinc/moros`, a simple and lightweight operating system for the x86_64 architecture.
- the goal of this fork is to improve the codebase and add new features, but mainly to learn about operating systems - I'm not an expert in this field by any means!
## Running
```bash
make image output=video keyboard=qwerty && make qemu output=video nic=rtl8139
```
or on a codespace
```bash
make image output=serial keyboard=qwerty && make qemu output=serial nic=rtl8139
```