springboard 3.0.1

A bootloader that works on both BIOS and UEFI systems.
Documentation
1
2
3
4
5
6
use springboard_test_runner::run_test_kernel;

#[test]
fn basic_boot() {
    run_test_kernel(env!("CARGO_BIN_FILE_TEST_KERNEL_MIN_STACK_basic_boot"));
}