git-svn-id: https://spexeah.com:8443/svn/Asuro@79 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
0e67eaf2b6
commit
1758be7ae7
@ -38,11 +38,12 @@ begin
|
||||
Hooks[i](void(inb($60)));
|
||||
end;
|
||||
end;
|
||||
outb($20, $20);
|
||||
outb($20, $20);
|
||||
end;
|
||||
|
||||
procedure register();
|
||||
begin
|
||||
memset(uint32(@Hooks[0]), 0, sizeof(pp_hook_method)*MAX_HOOKS);
|
||||
IDT.set_gate(33, uint32(@Main), $08, ISR_RING_0);
|
||||
end;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user