Skip to content

Commit 175b611

Browse files
Added an sample elf.
1 parent f335086 commit 175b611

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ all:
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 \

source/boot/libFrostedWM.so

14.8 KB
Binary file not shown.

source/boot/limine.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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.
56
TIMEOUT=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}

0 commit comments

Comments
 (0)