Mercurial > lcfOS
comparison run.sh @ 408:ad6be5454067
Added image build task
author | Windel Bouwman |
---|---|
date | Sat, 21 Feb 2015 12:17:47 +0100 |
parents | b1daa462ee17 |
children |
comparison
equal
deleted
inserted
replaced
407:9eb1fc6aad6c | 408:ad6be5454067 |
---|---|
1 #!/usr/bin/env bash | 1 #!/usr/bin/env bash |
2 | 2 |
3 set -e | 3 set -e |
4 | 4 |
5 # -S means halt at start: | 5 # -S means halt at start: |
6 qemu-system-arm -M vexpress-a9 -m 128M -kernel kernel/kernel_arm.bin \ | 6 qemu-system-arm -M vexpress-a9 -m 128M -kernel image.img \ |
7 -serial stdio | 7 -serial stdio |
8 | 8 |