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:
Bananymous
2023-06-11 21:01:02 +03:00
parent a0be415e09
commit 51eb44bf40
8 changed files with 173 additions and 15 deletions

2
base/etc/passwd Normal file
View File

@@ -0,0 +1,2 @@
root:x:0:0::/root:/bin/Shell
user:x:1000:1000::/home/user:/bin/Shell