starting to work on pty drivers, fork(), and scheduler redesign

This commit is contained in:
2026-07-07 00:13:24 -05:00
parent 6d7a23d747
commit 177a0b8fe9
29 changed files with 859 additions and 111 deletions

View File

@@ -5,13 +5,25 @@ mkdir -p programs/lib
mkdir -p programs/bin
cp rocklibc/rlibc.a programs/lib
cd programs
cd rocksh
make clean
bear -- make
cp rocksh.elf ../bin
cd ..
cd ../..
cd vga_text_term
make clean
bear -- make
cp vga_text_term.elf ../bin
cd ..
cd test
make clean
bear -- make
cp test.elf ../bin
cd ..
cd ..