Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 498 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 498 Bytes

Rust OS

A minimal operating system kernel built using Rust and targeting the x86_64 architecture

Features

  • Rust Binary: A Rust executable that does not link the standard library, allowing it to run on bare metal.
  • Minimal Kernel: A basic 64-bit kernel for x86 architecture that prints to the screen.
  • VGA Text Mode: An interface for printing text to the screen in VGA text mode.
  • Testing: Unit and integration testing of no_std executables using custom test frameworks.