mirror of
https://github.com/drasko/codezero.git
synced 2026-01-19 22:33:15 +01:00
Initial commit
This commit is contained in:
16
loader/start.axf.S
Normal file
16
loader/start.axf.S
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
/*
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user