Initial commit

This commit is contained in:
bdbrd 2025-10-22 15:51:24 +02:00
commit cbc51f523e
125 changed files with 34817 additions and 0 deletions

20
limine.conf Normal file
View file

@ -0,0 +1,20 @@
# Timeout in seconds that Limine will use before automatically booting.
timeout: 5
# The entry name that will be displayed in the boot menu.
/SFB25 (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():/SFB25.elf
# Same thing, but without KASLR.
/SFB25 (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():/SFB25.elf