Fix FAT driver issues (FAT32 while being under 32MiB), liballoc alignment so SSE doesnt break
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#include <device/device.h>
|
||||
#include <device/dos.h>
|
||||
#include <device/partdrv.h>
|
||||
#include <device/partitions.h>
|
||||
#include <device/pci.h>
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
#ifndef _KERNEL_DEVICE_DOS_H
|
||||
#define _KERNEL_DEVICE_DOS_H
|
||||
|
||||
#endif // _KERNEL_DEVICE_DOS_H
|
||||
@@ -1,6 +1,7 @@
|
||||
#include <amd64/io.h>
|
||||
#include <device/device.h>
|
||||
#include <device/idedrv.h>
|
||||
#include <device/partitions.h>
|
||||
#include <devices.h>
|
||||
#include <libk/std.h>
|
||||
#include <mm/liballoc.h>
|
||||
@@ -183,6 +184,8 @@ bool idedrv_init (struct device* device, void* arg) {
|
||||
|
||||
device->udata = idedrv;
|
||||
|
||||
device_probe_partitions (device);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user