Skip to content

iamshabell/rust-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a small operating system using Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages