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

@ -35,7 +35,7 @@ MULTIBOOT_HEADER_CHECKSUM equ -(MULTIBOOT_HEADER_MAGIC + MULTIBOOT_HEA
;
; Kernel stack size
;
KERNEL_STACKSIZE equ 0x4000
KERNEL_STACKSIZE equ 0x4000
KERNEL_VIRTUAL_BASE equ 0xC0000000
KERNEL_PAGE_NUMBER equ (KERNEL_VIRTUAL_BASE >> 22)
@ -62,6 +62,7 @@ dd MULTIBOOT_HEADER_CHECKSUM
; Entrypoint
;
loader equ _loader
;loader equ (_loader - 0xC0000000)
global loader
_loader: