Skip to content

A "Hello, World" operating system / kernel in Rust.

License

Notifications You must be signed in to change notification settings

br0kenpixel/uos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroOS

A small "Hello, World" operating system / kernel.

Implemented features:

  • Heap allocation
  • Basic CPU detection
  • Logger

External requirements:

  • QEMU

Use cargo run to start the OS using QEMU.