Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Trikzon/oxid-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libr-os

A hobby operating system written in rustlang

Setup Instructions

Windows

  1. Install rustup.
  2. Use nightly rust by running rustup override set nightly.
  3. Install Microsoft's Visual Studio with C++ components for the linker.
  4. Install bootimage with cargo install bootimage.
  5. Install llvm-tools-preview with rustup component add llvm-tools-preview.
  6. Install QEMU.
  7. Add qemu directory to PATH environment variable. By default: C:/Program Files/qemu.
  8. Run cargo run to build and launch to OS.

About

A hobby OS written in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Languages