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:
@@ -5,6 +5,7 @@ project(userspace CXX)
|
||||
set(USERSPACE_PROJECTS
|
||||
cat
|
||||
echo
|
||||
init
|
||||
ls
|
||||
Shell
|
||||
test
|
||||
|
||||
Reference in New Issue
Block a user