An x86_64 UEFI operating system.
 
 
Go to file
James T. Martin 6c806fc9ae
UEFI hello world in Rust.
2020-07-12 23:08:03 -07:00
src UEFI hello world in Rust. 2020-07-12 23:08:03 -07:00
.gitignore UEFI hello world in Rust. 2020-07-12 23:08:03 -07:00
Cargo.lock UEFI hello world in Rust. 2020-07-12 23:08:03 -07:00
Cargo.toml UEFI hello world in Rust. 2020-07-12 23:08:03 -07:00
README.md UEFI hello world in Rust. 2020-07-12 23:08:03 -07:00
run.sh UEFI hello world in Rust. 2020-07-12 23:08:03 -07:00

README.md

bootproof

Messing around with UEFI apps.

I don't have a specific goal here. My general direction is to work towards a bootable programming language environment, preferably one where security and allocation etc. are handled through the programming language rather than through a traditional operating system. I don't seriously expect to ever accomplish that, so for now I'm probably just going to... make a forth or something.

Running

bootproof runs on x86_64 UEFI. You may either boot the program directly on your own computer or use an emulator.

Make sure you have the cargo-xbuild crate installed and nightly Rust so you can compile to the UEFI target.

First, build with:

cargo +nightly xbuild --target x86_64-unknown-uefi

And to run, simply ./run.sh.