UEFI Rust bootloader used to load CoonOS kernel into memory, collect all information about system and give control to the kernel.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nick Rirush 2e5c0b5d86
Remove all unwraps, so code won't panic in some cases
6 years ago
src Remove all unwraps, so code won't panic in some cases 6 years ago
.gitignore Initialize repo 6 years ago
Cargo.lock Read and parse JSON configuration file 6 years ago
Cargo.toml Read and parse JSON configuration file 6 years ago
LICENSE.md Add LICENSE 6 years ago
rust-toolchain Initialize repo 6 years ago
x86_64-uefi.json Initialize repo 6 years ago