Made the colors more fun

This commit is contained in:
Conál Paxton 2026-02-05 10:21:45 -05:00
parent 0d15f5239f
commit 38be35698e
2 changed files with 1 additions and 1 deletions

BIN
image.hdd

Binary file not shown.

View File

@ -6,7 +6,7 @@ sgdisk image.hdd -n 1:2048 -t 1:ef00 -m 1
rm -rf limine rm -rf limine
# Download the latest Limine binary release for the 10.x branch. # If first time: Download the latest Limine binary release for the 10.x branch.
git clone https://codeberg.org/Limine/Limine.git limine --branch=v10.x-binary --depth=1 git clone https://codeberg.org/Limine/Limine.git limine --branch=v10.x-binary --depth=1
# Build "limine" utility. # Build "limine" utility.