build system refresh

This commit is contained in:
2026-07-16 16:09:12 -05:00
parent b588634253
commit 3246dbbd19
49 changed files with 185 additions and 203 deletions

View File

@@ -1,12 +1,5 @@
#!/bin/bash
mkdir -p initrd
rm -f initrd/bin/*.elf
mkdir -p initrd/dev
mkdir -p initrd/bin
cp programs/bin/* initrd/bin
cd initrd
cd sysroot
find . -depth -print | cpio -o -H newc > ../isodir/boot/initrd.img
cd ..