fix: bootloader UEFI alloc panic + pkgar staging fallback

Bootloader: alloc_zeroed_page_aligned no longer panics on OVMF
AllocatePages failure. Returns null on error.

Cookbook: pkgar falls back to repo/ dir when target pkgar missing.
Resolves KDE build chain failure.

redbear-full: builds 4.0GB image+ISO, boots without crash.
This commit is contained in:
2026-05-03 14:23:54 +01:00
parent a4e18e242a
commit 2e4c09a6b6
4 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/bootloader.git"
patches = ["redox.patch", "P2-live-preload-guard.patch", "P3-uefi-live-image-safe-read.patch", "P4-live-large-iso-boot.patch", "P5-live-preload-cap-1gib.patch"]
patches = ["redox.patch", "fix-uefi-alloc-panic.patch"]
[build]
template = "custom"