File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11all :
2+ @rm -rf ./disk_root
23 @mkdir -p disk_root
34 @cp -v \
45 source/wing_kernel.elf \
56 source/boot/limine.cfg \
6- source/boot/libFrostedWM.bin \
7+ source/boot/libFrostedWM.so \
78 limine/limine-bios.sys \
89 limine/limine-bios-pxe.bin \
910 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.bin
43${FDMold}=boot:///libFrostedWM.so
54
65# Timeout in seconds that Limine will use before automatically booting.
@@ -22,7 +21,6 @@ TERM_FONT=boot:///iso.f16
2221 PROTOCOL =limine
2322
2423 MODULE_PATH =${FDMold}
25- MODULE_PATH =${FDM}
2624
2725 # Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located.
2826 KERNEL_PATH =${WING_KERNEL}
@@ -36,6 +34,5 @@ TERM_FONT=boot:///iso.f16
3634 KASLR =no
3735
3836 MODULE_PATH =${FDMold}
39- MODULE_PATH =${FDM}
4037
4138 KERNEL_PATH =${WING_KERNEL}
You can’t perform that action at this time.
0 commit comments