Files
codezero/loader/kernel.S
Bahadir Balban e2b791a3d8 Initial commit
2008-01-13 13:53:52 +00:00

26 lines
344 B
ArmAsm

/* This file defines kernel symbols extracted from the kernel image in their physical address */
.include "start.axf.S"
.section .kernel
.incbin "start.axf"
.align 4
.section .mm0
.incbin "mm0.axf"
.align 4
.section .bootdesc
.incbin "bootdesc.axf"
.section .fs0
.incbin "fs0.axf"
.align 4
.section .test0
.incbin "test0.axf"
.align 4