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

This commit is contained in:
aaron 2017-05-17 17:44:02 +00:00
parent 0e67eaf2b6
commit 1758be7ae7

View File

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