~aleteoryx/muditaos

ref: 2a11e4d6e37c28199a4425c07c08278df8f98b1c muditaos/load.gdb -rw-r--r-- 111 bytes
2a11e4d6 — Maciej Gibowicz [MOS-135] Proper system shutdown during restore 4 years 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