Updated DiskCallback

This commit is contained in:
Alex 2022-11-01 04:34:44 +02:00
parent 9b043d4b34
commit 7a7af76661
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -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));