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

This commit is contained in:
kieron
2018-04-07 16:44:40 +00:00
parent 1fbdf09f72
commit 37d442edfc
70 changed files with 360 additions and 71 deletions

View File

@ -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.