processctl() PCTL_SPAWN cmd, scheduler embryo state, redirected pipes

This commit is contained in:
2025-09-10 01:11:22 +02:00
parent c4c26e0e19
commit 91c493c818
17 changed files with 183 additions and 28 deletions

5
user/tb/main.c Normal file
View File

@ -0,0 +1,5 @@
#include <uprintf.h>
void main(void) {
uprintf("Hello from tb!\n");
}