Changeset b0f00a9 in mainline for contrib/conf
- Timestamp:
- 2011-11-06T22:21:05Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 898e847
- Parents:
- 2bdf8313 (diff), 7b5f4c9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- contrib/conf
- Files:
-
- 1 deleted
- 3 edited
-
arm32-qe.sh (modified) (1 diff)
-
ia32-qe.sh (modified) (1 diff)
-
net-qe.bat (deleted)
-
ppc32-qe.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/conf/arm32-qe.sh
r2bdf8313 rb0f00a9 1 1 #!/bin/sh 2 2 3 qemu-system-arm -M integratorcp --kernel image.boot3 qemu-system-arm $@ -M integratorcp --kernel image.boot -
contrib/conf/ia32-qe.sh
r2bdf8313 rb0f00a9 8 8 fi 9 9 10 qemu -m 32 -hda "$DISK_IMG" -cdrom image.iso -boot d10 qemu $@ -m 32 -hda "$DISK_IMG" -cdrom image.iso -boot d -
contrib/conf/ppc32-qe.sh
r2bdf8313 rb0f00a9 1 1 #!/bin/sh 2 2 3 qemu-system-ppc -M mac99-boot d -cdrom image.iso3 qemu-system-ppc $@ -M g3beige -boot d -cdrom image.iso
Note:
See TracChangeset
for help on using the changeset viewer.
