diff options
author | WlodekM <[email protected]> | 2025-02-15 10:51:57 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-02-15 10:51:57 +0200 |
commit | 545c5f85c38de8ddb8c026bf3b76658c8d8f3d6b (patch) | |
tree | a9df68df52ff273715b595efc7cd4cb20f7859a3 /sbin/init/init.c | |
parent | 967d5cd81a190f6aa7ac44c269d60ae3a1071464 (diff) |
fix some stuff; add some coreutils
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 { |