got some of the pty actually working in userspace
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user