git-svn-id: https://spexeah.com:8443/svn/Asuro@178 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2017-05-22 01:01:50 +00:00
parent 06cb553e55
commit 01309b29b1
12 changed files with 3 additions and 6 deletions

View File

@ -31,7 +31,7 @@ type
end;
var
gdt_entries : array[0..6] of TGDT_Entry;
gdt_entries : array[0..1023] of TGDT_Entry;
gdt_pointer : TGDT_Pointer;
procedure init();

View File

@ -72,10 +72,7 @@ begin
lmemorymanager.init();
scheduler.init();
tss.init();
while true do begin end;
STI;
isr32.hook(uint32(@bios_data_area.tick_update));

View File

@ -205,7 +205,7 @@ begin
console.writestring('NEW LIMIT: ');
console.writewordln(gdt.gdt_pointer.limit);
gdt.reload;
while true do begin end;
//while true do begin end;
console.writestringln('A');
asm
mov AX, 40