No description
Find a file
2025-08-26 14:31:37 +02:00
.cargo it now boots and prints hello world 2025-08-25 01:47:42 +02:00
src added volatile type to prevent the compiler from optimizing writings to the buffer away 2025-08-26 14:31:37 +02:00
.gitignore first commit 2025-08-23 02:35:47 +02:00
Cargo.toml added volatile type to prevent the compiler from optimizing writings to the buffer away 2025-08-26 14:31:37 +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)