userspace: Implement program launcher

This is kinda useless as I only have Terminal and test-window
implemented. Also the code is really messy as I don't have GUI widgets.
This commit is contained in:
2025-05-06 00:41:22 +03:00
parent 57f6f50939
commit 09745a7835
3 changed files with 357 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ set(USERSPACE_PROGRAMS
mkdir
nslookup
poweroff
ProgramLauncher
resolver
rm
Shell