git-svn-id: https://spexeah.com:8443/svn/Asuro@433 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
f903f3f03f
commit
407c290a1c
@ -74,7 +74,8 @@ procedure disk_command(params : PParamList);
|
|||||||
var
|
var
|
||||||
i : uint8;
|
i : uint8;
|
||||||
begin
|
begin
|
||||||
if stringEquals(getParam(1, params), 'ls') then begin
|
|
||||||
|
if stringEquals(getParam(0, params), 'ls') then begin
|
||||||
for i:=0 to 255 do begin
|
for i:=0 to 255 do begin
|
||||||
if storageDevices[i].maxSectorCount = 0 then break;
|
if storageDevices[i].maxSectorCount = 0 then break;
|
||||||
console.writeint(i);
|
console.writeint(i);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user