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

View File

@@ -300,8 +300,6 @@ namespace Kernel
delete range;
m_mapped_ranges.clear();
m_open_files.clear();
load_elf_to_memory(*elf);
m_userspace_info.entry = elf->file_header_native().e_entry;