driver-install: implemented a simple installer

This commit is contained in:
2026-05-20 17:52:19 +03:00
committed by Bananymous
parent f1a72cc9da
commit 77796dd317
3 changed files with 103 additions and 0 deletions
+1
View File
@@ -57,6 +57,7 @@ set(USERSPACE_PROGRAMS
whoami
WindowServer
yes
driver-install
)
foreach(project ${USERSPACE_PROGRAMS})