git-svn-id: https://spexeah.com:8443/svn/Asuro@115 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron 2017-05-19 17:19:24 +00:00
parent 1f2f7cf380
commit da0401a21e
9 changed files with 2 additions and 4 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.

View File

@ -54,9 +54,6 @@ begin
memorymanager.init();
scheduler.init();
pint:= puint32(0);
pint^:= 10;
STI;
isr32.hook(uint32(@bios_data_area.tick_update));

View File

@ -62,6 +62,7 @@ dd MULTIBOOT_HEADER_CHECKSUM
; Entrypoint
;
loader equ _loader
;loader equ (_loader - 0xC0000000)
global loader
_loader: