Skip to content

Commit 730795e

Browse files
Added ssfn support (backend).
1 parent 75b7fc2 commit 730795e

File tree

4 files changed

+1602
-0
lines changed

4 files changed

+1602
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ all:
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 \

source/boot/Vera.sfn

76.7 KB
Binary file not shown.

source/boot/limine.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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.
67
TIMEOUT=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}

0 commit comments

Comments
 (0)