Getting rid of binaries and adding the limine boot config

This commit is contained in:
cowmonk 2025-05-23 17:28:43 -07:00
parent babc65305d
commit 9b8d1f0bbf
3 changed files with 12 additions and 1 deletions

3
.gitignore vendored
View file

@ -1,6 +1,7 @@
cowos.iso
kernel/bin/
limine/
/limine/
isodir/boot/cowos
isodir/boot/limine/limine-bios.sys
isodir/boot/limine/limine-bios-cd.bin
isodir/boot/limine/limine-uefi-cd.bin

Binary file not shown.

View file

@ -0,0 +1,10 @@
# Timeout in seconds that Limine will use before automatically booting.
timeout: 5
# The entry name that will be displayed in the boot menu.
/cowos
# We use the Limine boot protocol.
protocol: limine
# Path to the kernel to boot. boot():/ represents the partition on which limine.conf is located.
path: boot():/boot/cowos