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