still working on a more robust vfs

This commit is contained in:
2026-07-11 10:33:08 -05:00
parent 032a35206a
commit 92748fd258
8 changed files with 381 additions and 318 deletions

View File

@@ -6,6 +6,7 @@ rm -f initrd/*.elf
cp programs/bin/* initrd
cd initrd
mkdir -p dev
mkdir -p output
find . -depth -print | cpio -o -H newc > output/initrd.img
cd ..