Rename RD to SYS
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m40s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m40s
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user