No description
Find a file
2025-08-25 15:21:24 +02:00
.cargo it now boots and prints hello world 2025-08-25 01:47:42 +02:00
src it prints what i say yo 2025-08-25 15:21:24 +02:00
.gitignore first commit 2025-08-23 02:35:47 +02:00
Cargo.toml it now boots and prints hello world 2025-08-25 01:47:42 +02:00
README.md updated readme 2025-08-25 01:49:41 +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

HOWTO

to run this just do:

cargo run

(ensure qemu is installed)