Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 658 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 658 Bytes

barekit

Rust base code to boot in EFI and/or bare metal and/or Arm Trusted Firmware

It is my first Rust program so it needs a lot of changes to make it tryly Rust. Actually I haven't been able to implement some design patterns because of my lack of Rust comprehension.

The project is thus not in a state where I can support it and accept pull requests but it is my goal to make this happen in the next few weeks (today is Jan 30, 2023).

Build and run

To build and run the program, please look at BUILD.md.

some background

For an explanation on how a single binary can be booted in so many different environments, please look at BOOTFILEFORMAT.md