Skip to content
forked from 64/solstice

x86_64 operating system, written in Rust

License

Notifications You must be signed in to change notification settings

see-sharp265/solstice

 
 

Repository files navigation

Solstice

Build Status License

Rust x86_64 operating system.

The bootloader is forked from rust-osdev/bootloader, licensed under MIT. The x86_64 crate is forked from rust-osdev/x86_64, licensed under MIT.

Img

Install

Dependencies

Requires nightly rust and QEMU.

rustup component add llvm-tools-preview rust-src
cargo install cargo-xbuild bootimage

Building

cargo xbuild

Running

cargo xrun

About

x86_64 operating system, written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.9%
  • Shell 1.1%