Commit 5db351c2 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added support for QEMU Core 2 Duo

parent 96026ae3
<project name="QEMU Core 2 Duo machine definition">
<property name="PRETTY_NAME" value="${ant.project.name} for QEMU Core 2 Duo"/>
<property name="CLFS_TARGET" value="x86_64-core2duo-linux-gnu"/>
<property name="ARCH" value="x86_64"/>
<property name="GCC_CROSS_CONFIG" value="--with-arch=core2 --with-tune=core2"/>
<property name="GCC_CONFIG" value="${GCC_CROSS_CONFIG}"/>
<property name="CONSOLE" value="ttyS0"/>
<property name="DISK_LABEL" value="gpt"/>
<property name="ROOT_DEVICE" value="sda"/>
<property name="DISK" value="${ROOT_DEVICE}"/>
<property name="SECONDARY" value="sdb"/>
<property name="BOARD" value="core2duo"/>
<property name="DEVICE_TYPE" value="CORE2DUO"/>
<property name="GOARCH" value="amd64"/>
<property name="SHUTDOWN_WATCHDOG" value="16s"/>
<property name="RUNTIME_WATCHDOG" value="16s"/>
<target name="run-system-core2duo">
<antcall target="run-system-core2"/>
</target>
<target name="run-system-with-secondary-core2duo">
<antcall target="run-system-with-secondary-core2"/>
</target>
</project>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment