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

BIN
Asuro.iso

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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

View File

@ -73,9 +73,6 @@ begin
scheduler.init(); scheduler.init();
tss.init(); tss.init();
while true do begin end;
STI; STI;
isr32.hook(uint32(@bios_data_area.tick_update)); isr32.hook(uint32(@bios_data_area.tick_update));

View File

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