feat: initial
This commit is contained in:
commit
92d8a91be4
20 changed files with 1058 additions and 0 deletions
7
kernel/iso/boot/grub/grub.cfg
Normal file
7
kernel/iso/boot/grub/grub.cfg
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
set timeout=0
|
||||
set default=0
|
||||
|
||||
menuentry "PrOSess" {
|
||||
multiboot2 /boot/kernel.bin
|
||||
boot
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue