Kernel/Userspace: Add basic init process
This process parses /etc/passwd and promps login screen. When an username is entered, it will launch that users shell
This commit is contained in:
2
base/etc/passwd
Normal file
2
base/etc/passwd
Normal file
@@ -0,0 +1,2 @@
|
||||
root:x:0:0::/root:/bin/Shell
|
||||
user:x:1000:1000::/home/user:/bin/Shell
|
||||
Reference in New Issue
Block a user