RossComputerGuy/stardustos

View on GitHub
rootfs/arch/x86/platform/pc/fs/boot/grub/grub.cfg

Summary

Maintainability
Test Coverage
set default=0
set timeout=20

menuentry "StardustOS (NewLand)" {
    multiboot /boot/kernel.elf
    module /boot/initrd.zip
    boot
}