diff --git a/DAPI.hpp b/DAPI.hpp index 2700784..bcafd39 100644 --- a/DAPI.hpp +++ b/DAPI.hpp @@ -117,7 +117,8 @@ struct KernelCallback unsigned long Sector; unsigned long SectorCount; unsigned char Port; - unsigned char *Data; + unsigned char *Buffer; + bool Write; } DiskCallback; } __attribute__((packed));