Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/werdl/minos
- Owner: werdl
- License: mit
- Created: 2024-03-03T08:37:02.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-14T19:36:54.000Z (8 months ago)
- Last Synced: 2024-03-14T21:07:30.388Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 8.02 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```