annotate run.sh @ 404:a284749c5729

Improved build scripts
author Windel Bouwman
date Thu, 19 Feb 2015 14:08:17 +0100
parents kernel/qemutst.sh@c05ab629976a
children b1daa462ee17
rev   line source
340
c7cc54c0dfdf Test featurebranch
Windel Bouwman
parents:
diff changeset
1 #!/usr/bin/env bash
c7cc54c0dfdf Test featurebranch
Windel Bouwman
parents:
diff changeset
2
c7cc54c0dfdf Test featurebranch
Windel Bouwman
parents:
diff changeset
3 set -e
c7cc54c0dfdf Test featurebranch
Windel Bouwman
parents:
diff changeset
4
c7cc54c0dfdf Test featurebranch
Windel Bouwman
parents:
diff changeset
5 # -S means halt at start:
354
5477e499b039 Added some sort of string functionality
Windel Bouwman
parents: 340
diff changeset
6 qemu-system-arm -M vexpress-a9 -m 128M -kernel kernel_arm.bin \
404
a284749c5729 Improved build scripts
Windel Bouwman
parents: 362
diff changeset
7 -serial stdio
340
c7cc54c0dfdf Test featurebranch
Windel Bouwman
parents:
diff changeset
8