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 cce2f3e19a
commit 78536f9678
8 changed files with 173 additions and 15 deletions

View File

@@ -5,6 +5,7 @@ project(userspace CXX)
set(USERSPACE_PROJECTS
cat
echo
init
ls
Shell
test