~aleteoryx/muditaos

ref: b1648fb53a225b3ecf0712d035bceaedb68c6e3a muditaos/load.gdb -rw-r--r-- 111 bytes
b1648fb5 — Maciej Gibowicz [BH-2013] Add label with the name of the application on the countdown screens 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
7
8
target remote :2331
monitor reset
set mem inaccessible-by-default off
monitor clrbp
monitor halt
load
b main
c