File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ #
3+ # $ make corenet64_smp_defconfig
4+ # $ make guest.config
5+ # $ echo CONFIG_E6500_CPU=y >> .config
6+ # $ make olddefconfig
7+
8+ export CPU=e6500
9+ export CLOUD_IMAGE=debian-sid-powerpc.qcow2
10+
11+ exec " $( dirname " $0 " ) " /qemu-ppc64e $@
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ #
3+ # $ make pmac32_defconfig
4+ # $ make guest.config
5+ # $ echo CONFIG_CGROUPS=y >> .config
6+ # $ echo CONFIG_DEVTMPFS=y >> .config
7+ # $ make olddefconfig
8+
9+ export CLOUD_IMAGE=debian-sid-powerpc.qcow2
10+
11+ exec " $( dirname " $0 " ) " /qemu-mac99 $@
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ #
3+ # $ make corenet64_smp_defconfig
4+ # $ make guest.config
5+
6+ export CLOUD_IMAGE=debian-sid-powerpc.qcow2
7+
8+ exec " $( dirname " $0 " ) " /qemu-ppc64e $@
You can’t perform that action at this time.
0 commit comments