https://github.com/nyrox/fishtankos
https://github.com/nyrox/fishtankos
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nyrox/fishtankos
- Owner: Nyrox
- Created: 2017-10-27T12:40:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T20:34:31.000Z (over 6 years ago)
- Last Synced: 2025-02-21T08:50:33.502Z (over 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FishtankOS is a basic "operating system", in the sense that it implements the x86 boot sequence and uses memory mapped VGA to display some text.
As it turns out though, anything non-trivial in OS dev gets really hard, really quickly and when I looked at the USB Spec I decided it's not worth it, so this project is hella dead.