A minimal operating system kernel built using Rust and targeting the x86_64 architecture
- 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.