/uos

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

Primary LanguageRustOtherNOASSERTION

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.