feat: implemented ide read write operations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user