mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 17:30:17 +00:00
initial commit
This commit is contained in:
10
src/main.rs
Normal file
10
src/main.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
#![feature(uefi_std)]
|
||||
pub mod chainload;
|
||||
pub mod setup;
|
||||
|
||||
const CHAINLOADER_TARGET: &str = "\\EFI\\BOOT\\KERNEL.efi";
|
||||
|
||||
fn main() {
|
||||
setup::init();
|
||||
chainload::chainload(CHAINLOADER_TARGET);
|
||||
}
|
||||
Reference in New Issue
Block a user