Skip to content

Commit

Permalink
add personal notes file
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonjesus committed Jan 2, 2023
1 parent 0766bdf commit 7c360ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions TuckerNotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Run it with:
```
./arm-softmmu/qemu-system-arm -M iPod-Touch,bootrom=/home/tucker/Development/qemu-ipod-nano/build/bootrom_s5l8900,iboot=/home/tucker/Development/qemu-ipod-nano/build/iboot_204_n45ap.bin,nand=/home/tucker/Development/qemu-ipod-nano/build/nand -serial mon:stdio -cpu max -m 1G -d unimp -pflash /home/tucker/Development/qemu-ipod-nano/build/nor_n45ap.bin
```

Configure for finding strange malloc bugs:

```
../configure --enable-sdl --disable-cocoa --target-list=arm-softmmu --disable-capstone --disable-pie --disable-slirp --disable-werror --extra-cflags="-fno-omit-frame-pointer -fsanitize=address -g" --extra-ldflags='-lcrypto -fsanitize=address'
```

0 comments on commit 7c360ac

Please sign in to comment.