mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
17 lines
363 B
ArmAsm
17 lines
363 B
ArmAsm
|
|
/*
|
|
* loader/start.axf.S autogenerated from build/start.axf
|
|
*
|
|
* This file is included by the loader sources so that any
|
|
* kernel symbol address can be known in advance and stopped
|
|
* at by debuggers before virtual memory is enabled.
|
|
*/
|
|
|
|
|
|
.section .text
|
|
.align 4
|
|
.global bkpt_phys_to_virt;
|
|
.type bkpt_phys_to_virt, function;
|
|
.equ bkpt_phys_to_virt, 0x107118
|
|
|