Cleaned up debug messages.

git-svn-id: https://spexeah.com:8443/svn/Asuro@111 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2017-05-18 16:37:54 +00:00
parent fa68dad487
commit b9984e7a44
13 changed files with 15 additions and 25 deletions

View File

@ -53,22 +53,11 @@ begin
memorymanager.init();
scheduler.init();
pint2:= kalloc(18);
pint:= kalloc(sizeof(uint32));
if pint = nil then console.writestringln('!');
pint^:= 1234;
kfree(pint2);
console.writeintln(pint^);
kfree(pint);
pint2:= kalloc(128);
STI;
isr32.hook(uint32(@bios_data_area.tick_update));
//drivers
keyboard.init(keyboard_layout);
scheduler.add_task(5);
scheduler.add_task(15);
asm
MOV dds, CS