feat: added debug traces and added support for booting using grub and
tftp
This commit is contained in:
3
netdir/.gitignore
vendored
Normal file
3
netdir/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
my-kernel.bin
|
||||
boot/grub/*
|
||||
!boot/grub/grub.cfg
|
||||
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