Implement debug console device
This commit is contained in:
@@ -64,7 +64,7 @@ void bootmain (void) {
|
||||
vfs_create_volume ("RD", FS_TARFS, rd0, false);
|
||||
|
||||
struct device* temp0 = device_find ("TEMP0");
|
||||
int x = vfs_create_volume ("TEMP", FS_FAT16, temp0, true);
|
||||
vfs_create_volume ("TEMP", FS_FAT16, temp0, true);
|
||||
|
||||
proc_pid_alloc_init ();
|
||||
procgroup_pgid_alloc_init ();
|
||||
|
||||
Reference in New Issue
Block a user