Rename RD to SYS
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m40s

This commit is contained in:
2026-03-15 23:50:55 +01:00
parent 41c979e41b
commit cba8122b07
5 changed files with 11 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ void receiver (void* arg) {
void app_main (void) {
debug_printf ("Init process is running. Starting user shell...\n");
int ce_pid = exec ("RD", "ce");
int ce_pid = exec ("SYS", "/ce");
ce_pgid = get_procgroup (ce_pid);
process_spawn (&receiver, NULL);