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

This commit is contained in:
kieron
2018-04-05 19:22:33 +00:00
parent d7c3ee458b
commit f1e8286c56
8 changed files with 4 additions and 4 deletions

BIN
Asuro.iso

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -95,7 +95,7 @@ begin
console.writeint(i); console.writeint(i);
console.writestring(') '); console.writestring(') ');
console.writestringln(Drv^.Driver_Name); console.writestringln(Drv^.Driver_Name);
console.writestring('['); console.writestring(' [');
writeBusType(Drv^.Identifier^.Bus); writeBusType(Drv^.Identifier^.Bus);
console.writestring(' - ID:'); console.writestring(' - ID:');
console.writeHex(Drv^.Identifier^.id0); console.writeHex(Drv^.Identifier^.id0);
@ -134,7 +134,7 @@ begin
if Drv^.Loaded then console.writestring('L'); if Drv^.Loaded then console.writestring('L');
console.writestring(') '); console.writestring(') ');
console.writestringln(Drv^.Driver_Name); console.writestringln(Drv^.Driver_Name);
console.writestring('['); console.writestring(' [');
writeBusType(Drv^.Identifier^.Bus); writeBusType(Drv^.Identifier^.Bus);
console.writestring(' - ID:'); console.writestring(' - ID:');
console.writeHex(Drv^.Identifier^.id0); console.writeHex(Drv^.Identifier^.id0);
@ -171,7 +171,7 @@ begin
console.writeint(i); console.writeint(i);
console.writestring(') '); console.writestring(') ');
console.writestringln(Dv^.Device_Name); console.writestringln(Dv^.Device_Name);
console.writestring('['); console.writestring(' [');
writeBusType(Dv^.Identifier^.Bus); writeBusType(Dv^.Identifier^.Bus);
console.writestring(' - ID:'); console.writestring(' - ID:');
console.writeHex(Dv^.Identifier^.id0); console.writeHex(Dv^.Identifier^.id0);
@ -191,7 +191,7 @@ begin
end; end;
console.writestringln(']'); console.writestringln(']');
if Dv^.Driver_Loaded then begin if Dv^.Driver_Loaded then begin
console.writestring(' -- Driver Loaded: '); console.writestring(' Driver Loaded: ');
if Dv^.Driver <> nil then begin if Dv^.Driver <> nil then begin
console.writestringln(Dv^.Driver^.Driver_Name); console.writestringln(Dv^.Driver^.Driver_Name);
end else begin end else begin