1 unstable release
0.1.0 | Feb 4, 2024 |
---|
#910 in Hardware support
69KB
2.5K
SLoC
Work in progress
Done
- UEFI boot
- Keep the frame buffer of UEFI in order to draw and write without graphics driver
- Basic console output, scrolling if needed
- Rust panic handler that prints panic messages
TODO
- Unit tests
- Interrupt handling
- Keyboard input
- Memory paging
- Global allocator (no heap allocation yet)
- ...
What Untitled OS does for now on start
- It prints a welcome message
- It prints a test panic message
- Nothing !
Dependencies
~3MB
~62K SLoC