Initial commit
This commit is contained in:
commit
ef80f65fbf
136 changed files with 13728 additions and 0 deletions
BIN
iso_root/EFI/BOOT/BOOTIA32.EFI
Normal file
BIN
iso_root/EFI/BOOT/BOOTIA32.EFI
Normal file
Binary file not shown.
BIN
iso_root/EFI/BOOT/BOOTX64.EFI
Normal file
BIN
iso_root/EFI/BOOT/BOOTX64.EFI
Normal file
Binary file not shown.
BIN
iso_root/Neobbo.elf
Executable file
BIN
iso_root/Neobbo.elf
Executable file
Binary file not shown.
BIN
iso_root/limine-bios-cd.bin
Normal file
BIN
iso_root/limine-bios-cd.bin
Normal file
Binary file not shown.
BIN
iso_root/limine-bios.sys
Normal file
BIN
iso_root/limine-bios.sys
Normal file
Binary file not shown.
BIN
iso_root/limine-uefi-cd.bin
Normal file
BIN
iso_root/limine-uefi-cd.bin
Normal file
Binary file not shown.
20
iso_root/limine.conf
Normal file
20
iso_root/limine.conf
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Timeout in seconds that Limine will use before automatically booting.
|
||||
timeout: 0
|
||||
|
||||
# The entry name that will be displayed in the boot menu.
|
||||
/Neobbo (KASLR on)
|
||||
# We use the Limine boot protocol.
|
||||
protocol: limine
|
||||
|
||||
# Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located.
|
||||
kernel_path: boot():/Neobbo.elf
|
||||
|
||||
# Same thing, but without KASLR.
|
||||
/Neobbo (KASLR off)
|
||||
# We use the Limine boot protocol.
|
||||
protocol: limine
|
||||
|
||||
kaslr: no
|
||||
|
||||
# Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located.
|
||||
kernel_path: boot():/Neobbo.elf
|
||||
Loading…
Add table
Add a link
Reference in a new issue