Add process manager

This commit is contained in:
2025-11-23 18:52:51 +01:00
parent 6f303bf656
commit 1775af99b0
19 changed files with 428 additions and 23 deletions

View File

@@ -0,0 +1,6 @@
__oskrnl.input_onKeyPress(__oskrnl_procd_pid, function (key) {
if (key == __oskrnl.app_proc_getArgs(__oskrnl_procd_pid)[0].toUpperCase()) {
__oskrnl.app_proc_exit(__oskrnl_procd_pid);
return;
}
});