untitled_os

Crates.iountitled_os
lib.rsuntitled_os
version0.1.0
sourcesrc
created_at2024-02-04 20:45:08.460875
updated_at2024-02-04 20:45:08.460875
descriptionThe unfamous, the useless, the untitled Rust-written OS : Untitled OS
homepage
repositoryhttps://github.com/alebref/untitled_os
max_upload_size
id1126644
size107,990
Alexandre Le Bref, @alebref (alebref)

documentation

README

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 !
Commit count: 0

cargo fmt