paw: boot: Add boot wallpaper

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-21 23:58:44 +00:00
parent a2e7fd26ab
commit 55ea5acdb2
3 changed files with 7 additions and 1 deletions
+4
View File
@@ -8,6 +8,7 @@ set -e
ISO=$ST_PROJECT_ROOT/artifacts/sp3.iso
CONFIG=$ST_PROJECT_ROOT/paw/base/boot/limine.conf
WALLPAPER=$ST_PROJECT_ROOT/paw/base/boot/wallpaper.jpg
KERNEL=$ST_PROJECT_ROOT/artifacts/stoskrnl.sys
mkdir -p iso_root/boot/
@@ -15,6 +16,9 @@ mkdir -p iso_root/boot/
# Copy the kernel to the ISO root
cp $KERNEL iso_root/boot
# Copy the wallpaper to the ISO root
cp $WALLPAPER iso_root/boot
# Copy boot files
cp $CONFIG stand/limine/limine-bios.sys \
stand/limine/limine-bios-cd.bin \