Skip to content

analogrelay/ArborOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArborOS

Just playin' with building an OS in Rust.

Based on https://os.phil-opp.com/

Prereqs:

  1. Linux. On Windows, WSL is suported. On macOS, try Docker?
  2. QEMU
  3. rustup
  4. Run scripts/install-prereqs.sh

Building

Once you have bootimage installed (see scripts/install-prereqs.ps1):

bootimage build

Running

Once you have bootimage installed (see scripts/install-prereqs.ps1):

bootimage run

Or

qemu-system-x86_64 -drive format=raw,file=target/x86_64-arbor_os/debug/bootimage-arbor_os.bin

The fanciest OS ever

Fancy Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published