git-svn-id: https://spexeah.com:8443/svn/Asuro@397 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -23,6 +23,7 @@ uses
|
||||
type
|
||||
|
||||
TControllerType = (ControllerIDE, ControllerUSB, ControllerAHCI, ControllerNET);
|
||||
TFilesystem = (FAT32);
|
||||
|
||||
PStorage_device = ^TStorage_Device;
|
||||
APStorage_Device = array[0..256] of PStorage_device;
|
||||
@ -31,6 +32,7 @@ type
|
||||
controllerId0 : uint32;
|
||||
maxSectorCount : uint32;
|
||||
sectorSize : uint32;
|
||||
writable : boolean;
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user