dd
git-svn-id: https://spexeah.com:8443/svn/Asuro@115 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
1f2f7cf380
commit
da0401a21e
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
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/stub.o
BIN
lib/stub.o
Binary file not shown.
@ -54,9 +54,6 @@ begin
|
|||||||
memorymanager.init();
|
memorymanager.init();
|
||||||
scheduler.init();
|
scheduler.init();
|
||||||
|
|
||||||
pint:= puint32(0);
|
|
||||||
pint^:= 10;
|
|
||||||
|
|
||||||
STI;
|
STI;
|
||||||
isr32.hook(uint32(@bios_data_area.tick_update));
|
isr32.hook(uint32(@bios_data_area.tick_update));
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ MULTIBOOT_HEADER_CHECKSUM equ -(MULTIBOOT_HEADER_MAGIC + MULTIBOOT_HEA
|
|||||||
;
|
;
|
||||||
; Kernel stack size
|
; Kernel stack size
|
||||||
;
|
;
|
||||||
KERNEL_STACKSIZE equ 0x4000
|
KERNEL_STACKSIZE equ 0x4000
|
||||||
KERNEL_VIRTUAL_BASE equ 0xC0000000
|
KERNEL_VIRTUAL_BASE equ 0xC0000000
|
||||||
KERNEL_PAGE_NUMBER equ (KERNEL_VIRTUAL_BASE >> 22)
|
KERNEL_PAGE_NUMBER equ (KERNEL_VIRTUAL_BASE >> 22)
|
||||||
|
|
||||||
@ -62,6 +62,7 @@ dd MULTIBOOT_HEADER_CHECKSUM
|
|||||||
; Entrypoint
|
; Entrypoint
|
||||||
;
|
;
|
||||||
loader equ _loader
|
loader equ _loader
|
||||||
|
;loader equ (_loader - 0xC0000000)
|
||||||
global loader
|
global loader
|
||||||
|
|
||||||
_loader:
|
_loader:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user