Volume-centric VFS implementation
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m41s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m41s
This commit is contained in:
@@ -20,7 +20,7 @@ void receiver (void) {
|
||||
}
|
||||
|
||||
void app_main (void) {
|
||||
int ce_pid = exec ("ramdisk:/ce");
|
||||
int ce_pid = exec ("ramdisk", "ce");
|
||||
ce_pgid = get_procgroup (ce_pid);
|
||||
|
||||
process_spawn (&receiver, NULL);
|
||||
|
||||
Reference in New Issue
Block a user