diff options
Diffstat (limited to 'sbin/init/init.c')
-rw-r--r-- | sbin/init/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c index 0e8f6cf..56df6a6 100644 --- a/sbin/init/init.c +++ b/sbin/init/init.c @@ -11,6 +11,7 @@ int main() { // } else { // execve("/sbin/", 0, 0) // } + // make tty1 execve("/sbin/fdmaker", 0, 0); } else { |