Newer
Older
CubeCactusCpp / os / boot / grub.cfg
@agalyaramadoss agalyaramadoss on 6 Dec 104 bytes shell impelment
set timeout=0
set default=0

menuentry "CubeCactusOS" {
    multiboot /boot/cubecactusos.bin
    boot
}