git-svn-id: https://spexeah.com:8443/svn/Asuro@200 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron 2017-05-22 20:18:49 +00:00
parent b15760b7f6
commit 1c64be9cb5
2 changed files with 2 additions and 3 deletions

View File

@ -49,8 +49,7 @@ begin
console.writehexln(Regs^.CS); console.writehexln(Regs^.CS);
console.writestring('Error Code: '); console.writestring('Error Code: ');
console.writehexln(Regs^.ErrorCode); console.writehexln(Regs^.ErrorCode);
Regs^.EIP:= Regs^.EIP - 2; util.halt_and_catch_fire;
//util.halt_and_catch_fire;
end; end;
procedure register(); procedure register();

View File

@ -78,7 +78,7 @@ begin
tss.init(); tss.init();
scheduler.init(); scheduler.init();
asm INT 13 end; //asm INT 13 end;
STI; STI;
isr32.hook(uint32(@bios_data_area.tick_update)); isr32.hook(uint32(@bios_data_area.tick_update));