feat: implemented ide read write operations

This commit is contained in:
2021-02-05 23:23:26 +01:00
parent b156509da1
commit a4651ca9d9
9 changed files with 286 additions and 62 deletions

View File

@@ -5,6 +5,10 @@
#ifndef NEW_KERNEL_IDE_H
#define NEW_KERNEL_IDE_H
#include <types.h>
void ide_register();
u8 ide_read_access(u8 direction, u8 drive, u32 lba, u8 numsects, void *target);
#endif //NEW_KERNEL_IDE_H