lambdaOS 0.1.0

A simple operating system written in Rust
Documentation
1
2
3
4
5
6
7
set timeout=10
set default=0

menuentry "lambdaOS" {
    multiboot2 /boot/kernel.bin
    boot
}