File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 33 @cp -v \
44 source/wing_kernel.elf \
55 source/boot/limine.cfg \
6+ source/boot/libFrostedWM.so \
67 limine/limine-bios.sys \
78 limine/limine-bios-pxe.bin \
89 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
3+ ${FDM}=boot:///libFrostedWM.so
34
45# Timeout in seconds that Limine will use before automatically booting.
56TIMEOUT =2
@@ -18,6 +19,8 @@ TERM_FONT=boot:///iso.f16
1819:FrostWing (KASLR Mode) - Recommened
1920 COMMENT =This mode randomize the memory location where the kernel is loaded. Architecture: ${ARCH}
2021 PROTOCOL =limine
22+
23+ MODULE_PATH =${FDM}
2124
2225 # Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located.
2326 KERNEL_PATH =${WING_KERNEL}
@@ -29,5 +32,7 @@ TERM_FONT=boot:///iso.f16
2932
3033 # Disable KASLR (it is enabled by default for relocatable kernels)
3134 KASLR =no
35+
36+ MODULE_PATH =${FDM}
3237
3338 KERNEL_PATH =${WING_KERNEL}
You can’t perform that action at this time.
0 commit comments