File tree 4 files changed +1602
-0
lines changed
4 files changed +1602
-0
lines changed Original file line number Diff line number Diff line change 5
5
source/wing_kernel.elf \
6
6
source/boot/limine.cfg \
7
7
source/boot/libFrostedWM.so \
8
+ source/boot/Vera.sfn \
8
9
limine/limine-bios.sys \
9
10
limine/limine-bios-pxe.bin \
10
11
limine/limine-bios-cd.bin \
Original file line number Diff line number Diff line change 1
1
# The kernel path on the bootable file.
2
2
${WING_KERNEL}=boot:///wing_kernel.elf
3
3
${FDMold}=boot:///libFrostedWM.so
4
+ ${font}=boot:///Vera.sfn
4
5
5
6
# Timeout in seconds that Limine will use before automatically booting.
6
7
TIMEOUT =2
@@ -21,6 +22,7 @@ TERM_FONT=boot:///iso.f16
21
22
PROTOCOL =limine
22
23
23
24
MODULE_PATH =${FDMold}
25
+ MODULE_PATH =${font}
24
26
25
27
# Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located.
26
28
KERNEL_PATH =${WING_KERNEL}
@@ -34,5 +36,6 @@ TERM_FONT=boot:///iso.f16
34
36
KASLR =no
35
37
36
38
MODULE_PATH =${FDMold}
39
+ MODULE_PATH =${font}
37
40
38
41
KERNEL_PATH =${WING_KERNEL}
You can’t perform that action at this time.
0 commit comments