Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProjectBackup/C/OperatingSystem/targets/x86_64/iso/boot/grub/grub.cfg
2022-09-04 20:44:07 +02:00

7 lines
85 B
INI

set timeout=0
set default=0
menuentry "my os" {
multiboot2 /boot/kernel.bin
boot
}