ptos: ke: Add per-processor scheduler queue + PBI packer

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-14 00:48:11 -04:00
committed by Chloe M.
parent cf0e104b12
commit 7a2aec4e12
9 changed files with 447 additions and 0 deletions
+6
View File
@@ -9,9 +9,15 @@ set -e
ISO=$PT_PROJECT_ROOT/artifacts/ptos.iso
CONFIG=$PT_PROJECT_ROOT/service/base/boot/limine.conf
KERNEL=$PT_PROJECT_ROOT/artifacts/ptsv.sys
HOLE=$PT_PROJECT_ROOT/service/host/bin/hole
mkdir -p iso_root/boot/
# Create the pre-boot image (PBI)
pushd ../base
$HOLE -f . -o ../boot/iso_root/boot/pbi.hole
popd
# Copy the kernel to the ISO root
cp $KERNEL iso_root/boot