sdd
git-svn-id: https://spexeah.com:8443/svn/Asuro@200 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
b15760b7f6
commit
1c64be9cb5
@ -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();
|
||||||
|
@ -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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user