Added VFS

git-svn-id: https://spexeah.com:8443/svn/Asuro@1318 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2020-07-18 21:00:31 +00:00
parent df09f33e41
commit 6b6129b769
6 changed files with 186 additions and 9 deletions

View File

@ -296,8 +296,8 @@ begin
masterDevice.sectorSize:= 512;
if masterDevice.maxSectorCount <> 0 then begin
IDEDevices[0].exists:= true;
masterDevice.readCallback:= @read;
masterDevice.writeCallback:= @write;
masterDevice.readCallback:= @IDE.read;
masterDevice.writeCallback:= @IDE.write;
storagemanagement.register_device(@masterDevice);
end;