Skip to content

Kernelize/OxideCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OxideCore

A Simple Unix-like Kernel Written in Rust

Tool Chain

On MacOS:

brew install rustup qemu
rustup default nightly
rustup target add riscv64gc-unknown-none-elf
cargo install cargo-binutils
rustup component add llvm-tools-preview

Usage

cd os
make run

About

A Simple Unix-like Kernel Written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published