No description
				
			
		| .cargo | ||
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.toml | ||
| README.md | ||
| x86_64-totos.json | ||
ABOUT
trying to make a toy OS in rust following this
DEPENDENCIES
- qemu
 - cargo bootimage
 
HOWTO
to run this just install the dependencies and do:
cargo run
to run tests do:
cargo test