From 7a7af7666111bc2c443f9f2da06b55176c269912 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 1 Nov 2022 04:34:44 +0200 Subject: [PATCH] Updated DiskCallback --- DAPI.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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));