Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mszoek/hydrogen
A little toy OS written over a few months in 2019. 64-bit, preemptive multitasking kernel supporting EFI, PCIe, SATA, framebuffer graphics mode, HFS+ and a very limited userspace. Just a PoC for learning, really.
https://github.com/mszoek/hydrogen
Last synced: 18 days ago
JSON representation
A little toy OS written over a few months in 2019. 64-bit, preemptive multitasking kernel supporting EFI, PCIe, SATA, framebuffer graphics mode, HFS+ and a very limited userspace. Just a PoC for learning, really.
- Host: GitHub
- URL: https://github.com/mszoek/hydrogen
- Owner: mszoek
- Created: 2020-03-13T02:35:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T03:07:34.000Z (almost 5 years ago)
- Last Synced: 2024-12-08T18:35:42.026Z (19 days ago)
- Language: C++
- Homepage:
- Size: 8.4 MB
- Stars: 36
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HYDROGEN #
**We're back!**
After almost 2 years, Hydrogen (formerly H2OS) is back :)
_Hydrogen: Lighter than air, more essential than water._
![Hydrogen screenshot](https://github.com/mszoek/hydrogen/raw/master/screenshot.png)
## License
Copyright 2019. All rights reserved.
## Contributing
Contributing to Hydrogen is not currently possible, as it is closed source. (duh)## Build Requirements
A Linux-based environment (Use Arch for best compatibility.)
GCC >= 8.2.1
NASM >= 2.14.02
CMake or GNU Make
The grub-mkrescue tool## Running
Simply run *hydrogen.iso* in your favorite PC emulation software.