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:
@@ -72,8 +72,8 @@ void bootmain (void) {
|
||||
struct reschedule_ctx rctx;
|
||||
memset (&rctx, 0, sizeof (rctx));
|
||||
|
||||
struct device* rd0 = device_find ("RD0");
|
||||
vfs_create_volume (thiscpu->kproc, &rctx, "RD", FS_TARFS, rd0, false);
|
||||
struct device* sys0 = device_find ("SYS0");
|
||||
vfs_create_volume (thiscpu->kproc, &rctx, "SYS", FS_TARFS, sys0, false);
|
||||
|
||||
struct device* temp0 = device_find ("TEMP0");
|
||||
vfs_create_volume (thiscpu->kproc, &rctx, "TEMP", FS_FAT16, temp0, true);
|
||||
|
||||
Reference in New Issue
Block a user