working on reading elf from initrd, and getting it launched with the new scheduler

This commit is contained in:
2026-06-30 19:26:31 -05:00
parent ce81d4eb31
commit af6c1c94cf
21 changed files with 253 additions and 151 deletions

View File

@@ -2,4 +2,5 @@
mkdir -p output
rm -rf output/*
find . -depth -print | cpio -o -H newc > output/initrd.img
find . -depth -print | cpio -o -H newc > output/initrd.img
cp output/initrd.img ../isodir/boot