mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Updated DiskCallback
This commit is contained in:
parent
9b043d4b34
commit
7a7af76661
3
DAPI.hpp
3
DAPI.hpp
@ -117,7 +117,8 @@ struct KernelCallback
|
|||||||
unsigned long Sector;
|
unsigned long Sector;
|
||||||
unsigned long SectorCount;
|
unsigned long SectorCount;
|
||||||
unsigned char Port;
|
unsigned char Port;
|
||||||
unsigned char *Data;
|
unsigned char *Buffer;
|
||||||
|
bool Write;
|
||||||
} DiskCallback;
|
} DiskCallback;
|
||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user