got some of the pty actually working in userspace

This commit is contained in:
2026-07-12 03:56:25 -05:00
parent 992ffd1f6b
commit 3c6fd8cb65
16 changed files with 140 additions and 147 deletions

View File

@@ -17,7 +17,7 @@ int main(int argc, char *argv[]) {
dup2(0, 1);
dup2(0, 2);
exec("/rocksh.elf");
exec("/bin/rocksh.elf");
}
close(ptys);