2025-02-23 19:27:13 +00:00
2025-02-20 17:12:25 +00:00
2025-02-20 02:47:18 +00:00
2025-02-23 19:27:13 +00:00
2025-02-23 19:27:13 +00:00
2025-02-20 02:47:18 +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:

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.
S
Description
No description provided
Readme 9.1 MiB
Languages
Rust 92.4%
Shell 7.5%
Assembly 0.1%