Skip to content

hpolloni/xagima

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XagimaOS

A toy OS

Building (MacOS)

rustup component add rust-src --toolchain nightly-x86_64-apple-darwin

cargo build

Running it

You might need to install certain components.

# Needed by bootloader crate
rustup component add llvm-tools-preview

cargo install bootimage
brew install qemu

cargo run

Running tests

cargo test --lib

Releases

No releases published

Packages

No packages published

Languages