forked from LowLevelDevs/FoundryOS
dev
This branch is 64 commits behind LowLevelDevs/FoundryOS:dev
FoundryOS
Cloning and building
Here are some simple steps to get started:
git clone https://git.zxq5.dev/OsDev/FoundryOS.git
cargo run
Running in GDB:
USE_GDB=1 cargo run
Build dependencies
- libisoburn: creates ISO images to be booted from.
- qemu: to run the kernel.
Optionally,
- GDB: for debugging the kernel.
Description
My fork of Foundry OS, basically I want to clean up some things and submit a PR so everyone can code review rather than fucking up everything immediately.
Languages
Rust
87.3%
Shell
12.7%