set timeout=3
set default=0

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