mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Finished adding untested shm syscalls. Finished adding untested l4 send/recv helpers Everything compiles. Now going to fix lots of bugs ;-)
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, 0x106f88
|
|
|