Code: Select all
.extern __bss_start
.extern __bss_end
ldr r0, =__bss_start
ldr r1, =__bss_end
They are not given specific values in startup.s file
Code: Select all
.extern __bss_start
.extern __bss_end
ldr r0, =__bss_start
ldr r1, =__bss_end
What the heck you talking about?stevech wrote:Makes no sense because RPi is intrinsically Linux based and the I/O drivers are for Linux.