git-svn-id: https://spexeah.com:8443/svn/Asuro@482 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
aaron
2018-04-11 02:47:05 +00:00
parent 16c0580e58
commit 90e72588bd
3 changed files with 35 additions and 36 deletions

View File

@ -212,7 +212,7 @@ begin
storageDevice.controllerId0:= 0;
storageDevice.maxSectorCount:= (IDEDevices[0].info[60] or (IDEDevices[0].info[61] shl 16) ); //LBA28 SATA
storageDevice.sectorSize:= 512;
storagemanagement.register_device(storageDevice);
storagemanagement.register_device(@storageDevice);
end
//identify_device(0, $B0);