#uefi #useless #boot #panic-message #scroll #console #untitled

app untitled_os

The unfamous, the useless, the untitled Rust-written OS : Untitled OS

1 unstable release

0.1.0 Feb 4, 2024

#285 in Operating systems

41 downloads per month

GPL-3.0 license

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

~1.5–2MB
~43K SLoC