diff experiments/qemu_vexpress_a9/make.sh @ 387:34ac19044b8a

Hello world with paging in emulator
author Windel Bouwman
date Thu, 01 May 2014 22:09:18 +0200
parents 2a970e7270e2
children
line wrap: on
line diff
--- a/experiments/qemu_vexpress_a9/make.sh	Thu May 01 17:40:59 2014 +0200
+++ b/experiments/qemu_vexpress_a9/make.sh	Thu May 01 22:09:18 2014 +0200
@@ -9,5 +9,6 @@
 $TARGET-ld -g -T layout.ld main.o startup.o -o test.elf
 $TARGET-objcopy -O binary test.elf test.bin
 $TARGET-nm test.elf
+$TARGET-objdump -x test.elf