grampajoe / rust-kernel

Just playin!!!!!!!!!!!!

Home Page:http://www.zombo.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-kernel

Just me trying out the tutorials at http://os.phil-opp.com/.

Building

If you have all the build tools from the tutorial, you can:

$ make iso

If not, but you have Docker, just run:

$ make dockerbuild

If you also don't have Make, but you do have Docker, you can:

$ docker build -t buildy-thing .
$ docker run --rm -v $PWD:/build buildy-thing

Running

Once you have the .iso built, make sure you have QEMU and run:

$ make run

Or, without Make:

$ qemu-system-x86_64 -hda build/os-x86_64.iso

Or you can use the .iso in other virtualization things, or burn it to a CD or whatever!

About

Just playin!!!!!!!!!!!!

http://www.zombo.com/

License:MIT License


Languages

Language:Rust 56.9%Language:Assembly 35.0%Language:Makefile 8.1%