mirror of
https://github.com/cowmonk/cowos.git
synced 2025-10-27 06:23:26 +00:00
Getting rid of binaries and adding the limine boot config
This commit is contained in:
parent
babc65305d
commit
9b8d1f0bbf
3 changed files with 12 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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.
10
isodir/boot/limine/limine.conf
Normal file
10
isodir/boot/limine/limine.conf
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue