Bootloader start work

This commit is contained in:
Valentin Dabstep 2025-06-19 23:21:40 +03:00
parent 43185a391c
commit 9396bc3fb2
51 changed files with 10145 additions and 9127 deletions

View file

@ -97,7 +97,7 @@ LoopFillZerobss:
/* Call static constructors */
bl __libc_init_array
/* Call the application's entry point.*/
bl main
bl main
bx lr
.size Reset_Handler, .-Reset_Handler