Added OS-Project
This commit is contained in:
7
C/OperatingSystem/targets/x86_64/iso/boot/grub/grub.cfg
Normal file
7
C/OperatingSystem/targets/x86_64/iso/boot/grub/grub.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
set timeout=0
|
||||
set default=0
|
||||
|
||||
menuentry "my os" {
|
||||
multiboot2 /boot/kernel.bin
|
||||
boot
|
||||
}
|
||||
Reference in New Issue
Block a user