OS written in rust
Find a file
2024-12-03 21:36:45 -05:00
.cargo add base test functiuon 2024-12-03 16:56:36 -05:00
src basic keyboard interrupt 2024-12-03 21:36:45 -05:00
tests add tests, serial, lib, etc (3h1m) 2024-12-03 18:02:53 -05:00
.gitignore init commit 2024-12-03 14:37:56 -05:00
build.sh Hello, World! 2024-12-03 15:05:13 -05:00
Cargo.lock Enable base PICS (3h53m) 2024-12-03 19:55:09 -05:00
Cargo.toml Enable base PICS (3h53m) 2024-12-03 19:55:09 -05:00
README.md Hello, World! 2024-12-03 15:05:13 -05:00
x86_64-donald.json Hello, World! 2024-12-03 15:05:13 -05:00

Donald

An OS written in Rust.

Building

Run rustup override set nightly to initialize the nightly branch. then run ./build.sh