feat: setup structure for block devices
added ide block device added mbr block device driver started fat block device driver reordered boot start timer before pci/ide/etc. enable interrupts earlier fixed exception from ide controller cleanup code more printfs
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
void ide_register();
|
||||
|
||||
u8 ide_read_access(u8 direction, u8 drive, u32 lba, u8 numsects, void *target);
|
||||
u8 ide_access(u8 direction, u8 drive, u32 lba, u8 numsects, void *target);
|
||||
|
||||
void ide_print_devices();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user