driver-install: implemented a simple installer

This commit is contained in:
2026-05-20 17:32:36 +03:00
committed by Bananymous
parent f1a72cc9da
commit 77796dd317
3 changed files with 103 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ set(USERSPACE_PROGRAMS
whoami
WindowServer
yes
driver-install
)
foreach(project ${USERSPACE_PROGRAMS})