mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
26 lines
344 B
ArmAsm
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
|