https://github.com/orangecms/eros
EROS - An Entirely Ridiculous Operating System
https://github.com/orangecms/eros
Last synced: 10 months ago
JSON representation
EROS - An Entirely Ridiculous Operating System
- Host: GitHub
- URL: https://github.com/orangecms/eros
- Owner: orangecms
- License: wtfpl
- Created: 2017-05-15T07:19:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T07:19:45.000Z (about 9 years ago)
- Last Synced: 2025-03-18T03:19:12.541Z (about 1 year ago)
- Language: Assembly
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# About
This is *EROS*, an *E*ntirely *R*idiculous *O*perating *S*ystem.
It's just based on this
[nice tutorial](http://os.phil-opp.com/multiboot-kernel.html).
## Prerequisites
- GRUB2 for `grub-mkrescue`
- `xorriso` (incldued in `libisoburn` on some distros)
- `nasm`
- `ld`
- QEMU with x86_64 support
## Build
Basically, just execute the included `build.sh`. I'll write a proper `Makefile`
at some point. It will create an iso file for you.
## Run
Guess what: `./run.sh`.
## License
