7e62bdae35c393ccd100c69e70e135d176b6d176
FoundryOS
Cloning and building
Here are some simple steps to get started:
# If you have not yet cloned the repo:
git clone --recurse-submodules https://git.zxq5.dev/OsDev/FoundryOS.git
# If you already cloned the repo:
git submodule update --init --recursive
cargo build
# This will build the binaries if required - no need to call cargo build.
cargo run
Build dependencies
- jq: checks whether the app is to be run in debugging mode.
- libisoburn: creates ISO images to be booted from.
- qemu: to run the kernel.
Description
Languages
Rust
92.4%
Shell
7.5%
Assembly
0.1%