No description
Find a file
2025-09-02 08:49:08 +02:00
.cargo added tests + exiting by interacting with qemu through a I/O port 2025-08-27 23:53:59 +02:00
src fix: integration testing 2025-08-31 21:36:35 +02:00
tests added tests that mimic the #[should_panic] cargo test feature 2025-09-01 19:53:26 +02:00
.gitignore first commit 2025-08-23 02:35:47 +02:00
Cargo.toml added tests that mimic the #[should_panic] cargo test feature 2025-09-01 19:53:26 +02:00
README.md updated documentation 2025-09-02 08:49:08 +02:00
x86_64-totos.json it now boots and prints hello world 2025-08-25 01:47:42 +02:00

ABOUT

trying to make a toy OS in rust following this

DEPENDENCIES

HOWTO

to run this just install the dependencies and do:

cargo run

to run tests do:

cargo test