more userspace stuff

This commit is contained in:
2026-07-01 20:00:22 -05:00
parent af6c1c94cf
commit b6ee4fc3de
21 changed files with 161 additions and 121 deletions

21
deploy_programs.sh Executable file
View File

@@ -0,0 +1,21 @@
#!/bin/bash
cd rocklibc
make clean
make
cd ..
cd programs
make clean
make
cd ..
make clean
make
cd initrd
./make_img.sh
cd ..
make -B