SciresM / boot9strap

Boot9/Boot11 code execution.
GNU General Public License v3.0
944 stars 64 forks source link

edit: stage 2: Load stage 2 payload to 0x08001000. #14

Closed kasai07 closed 7 years ago

kasai07 commented 7 years ago

Hi ! in boot9strap.s

; stage 2: Load stage 2 payload to 0x08001000. .org 0x08001000 .area 0x10000---------------------------------------------------->line 115 Can I increase the size to 0x20000 .incbin "stage2/arm9/out/arm9.bin" .endarea .align 0x10000

.close

kasai07 commented 7 years ago

is good ! ;)

https://github.com/kasai07/boot9strap-Manager-v1.2.1