Fix FAT driver issues (FAT32 while being under 32MiB), liballoc alignment so SSE doesnt break
This commit is contained in:
@@ -67,7 +67,7 @@ void bootmain (void) {
|
||||
device_probe_partitions (temp);
|
||||
|
||||
struct device* tempp0 = device_find ("TEMPp0");
|
||||
vfs_create_volume ("TEMP", FS_FAT32, tempp0, true);
|
||||
int x = vfs_create_volume ("TEMP", FS_FAT16, tempp0, true);
|
||||
|
||||
proc_pid_alloc_init ();
|
||||
procgroup_pgid_alloc_init ();
|
||||
|
||||
Reference in New Issue
Block a user