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

This commit is contained in:
aaron
2018-10-27 06:30:17 +00:00
parent 6a47590418
commit a50e770c1a
5 changed files with 222 additions and 25 deletions

View File

@ -351,7 +351,7 @@ begin
end; //drive error
end;
for ii:=0 to 127 do begin //read data
for ii:=0 to 127 do begin //write data
outw($1F0, Puint32(buffer + ((i * 512) + (ii * 32) DIV 32) )^);
while true do if (inw($1f7) and (1 shl 7)) = 0 then break; //Wait until drive not busy
outb($1F7, $E7);