Skip to content

Commit 1a43db5

Browse files
Removed the .bin file and made so that the disk_root folder deletes automatically.
1 parent 78f8c88 commit 1a43db5

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
all:
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 \

source/boot/libFrostedWM.so

-9.05 KB
Binary file not shown.

source/boot/limine.cfg

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

0 commit comments

Comments
 (0)