WUT?
git-svn-id: https://spexeah.com:8443/svn/Asuro@178 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
06cb553e55
commit
01309b29b1
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
Binary file not shown.
BIN
lib/gdt.ppu
BIN
lib/gdt.ppu
Binary file not shown.
BIN
lib/kernel.ppu
BIN
lib/kernel.ppu
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/libpsystem.a
BIN
lib/libpsystem.a
Binary file not shown.
BIN
lib/tss.ppu
BIN
lib/tss.ppu
Binary file not shown.
@ -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();
|
||||
|
@ -73,9 +73,6 @@ begin
|
||||
scheduler.init();
|
||||
tss.init();
|
||||
|
||||
|
||||
while true do begin end;
|
||||
|
||||
STI;
|
||||
isr32.hook(uint32(@bios_data_area.tick_update));
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user