feat: added debug traces and added support for booting using grub and
tftp
This commit is contained in:
7
netdir/boot/grub/grub.cfg
Normal file
7
netdir/boot/grub/grub.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
set timeout=0
|
||||
set default=0
|
||||
|
||||
menuentry "my-kernel"
|
||||
multiboot (tftp)/my-kernel.bin
|
||||
boot
|
||||
}
|
||||
Reference in New Issue
Block a user