File tree Expand file tree Collapse file tree 4 files changed +1602
-0
lines changed
Expand file tree Collapse file tree 4 files changed +1602
-0
lines changed Original file line number Diff line number Diff line change 55 source/wing_kernel.elf \
66 source/boot/limine.cfg \
77 source/boot/libFrostedWM.so \
8+ source/boot/Vera.sfn \
89 limine/limine-bios.sys \
910 limine/limine-bios-pxe.bin \
1011 limine/limine-bios-cd.bin \
Original file line number Diff line number Diff line change 11# The kernel path on the bootable file.
22${WING_KERNEL}=boot:///wing_kernel.elf
33${FDMold}=boot:///libFrostedWM.so
4+ ${font}=boot:///Vera.sfn
45
56# Timeout in seconds that Limine will use before automatically booting.
67TIMEOUT =2
@@ -21,6 +22,7 @@ TERM_FONT=boot:///iso.f16
2122 PROTOCOL =limine
2223
2324 MODULE_PATH =${FDMold}
25+ MODULE_PATH =${font}
2426
2527 # Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located.
2628 KERNEL_PATH =${WING_KERNEL}
@@ -34,5 +36,6 @@ TERM_FONT=boot:///iso.f16
3436 KASLR =no
3537
3638 MODULE_PATH =${FDMold}
39+ MODULE_PATH =${font}
3740
3841 KERNEL_PATH =${WING_KERNEL}
You can’t perform that action at this time.
0 commit comments