Paging stuff.

git-svn-id: https://spexeah.com:8443/svn/Asuro@113 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2017-05-19 14:32:06 +00:00
parent f40c1ca749
commit 97299c839c
49 changed files with 41 additions and 0 deletions

View File

@ -57,6 +57,14 @@ begin
STI;
isr32.hook(uint32(@bios_data_area.tick_update));
{z:= 1;
while true do begin
console.writeintln(z);
pint:= kalloc(65000);
if pint = nil then while true do begin end else pint^:= 1234;
z:=z+1;
end;}
//drivers
keyboard.init(keyboard_layout);