git-svn-id: https://spexeah.com:8443/svn/Asuro@372 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -19,7 +19,7 @@ implementation
|
||||
|
||||
procedure init();
|
||||
begin
|
||||
console.writestringln('IRQ: INIT START.');
|
||||
console.outputln('IRQ','INIT START.');
|
||||
outb($20, $11);
|
||||
outb($A0, $11);
|
||||
outb($21, $20);
|
||||
@ -30,7 +30,7 @@ begin
|
||||
outb($A1, $01);
|
||||
outb($21, $00);
|
||||
outb($A1, $00);
|
||||
console.writestringln('IRQ: INIT END.');
|
||||
console.outputln('IRQ','INIT END.');
|
||||
end;
|
||||
|
||||
end.
|
Reference in New Issue
Block a user