2025-02-22 04:00:37 +00:00
2025-02-20 22:59:24 +00:00
2025-02-22 02:13:38 +00:00
2025-02-20 17:12:25 +00:00
2025-02-20 02:47:18 +00:00
2025-02-21 16:13:27 +00:00
2025-02-22 03:59:28 +00:00
2025-02-22 04:00:37 +00:00
2025-02-20 02:47:18 +00:00
2025-02-22 01:06:27 +00:00
2025-02-22 03:50:13 +00:00
2025-02-22 03:59:28 +00:00
2025-02-17 23:46:23 +00:00
2025-02-20 02:47:18 +00:00

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.
S
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.
Readme 3.2 MiB
Languages
Rust 87.3%
Shell 12.7%