Add a build system for amd64 build/test environments in /usr/src/test/amd64
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 28 Mar 2009 03:32:37 +0000 (20:32 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 28 Mar 2009 03:32:37 +0000 (20:32 -0700)
commitedbdff6b9fb50edd0b1439a35eb8f3852ddb9776
tree3a490649aaa01aae3b52c139682b55422b36b99b
parent982b050781596cd900cfcf054b124a6d3ea12ffc
Add a build system for amd64 build/test environments in /usr/src/test/amd64

This build system will fetch, compile, and install qemu, do all
necessary buildworlds and buildkernels, including the amd64 cross-builds,
and generate a fully bootable root.img.  The Makefile also includes a
run target to run qemu on the image.

It can take a few hours to build the whole mess due to the buildworlds but
it's a hit-the-start-button-and-forget build which should prove useful.

WARNING: Initial commit only.  qemu 0.10.{0,1} is seriously broken and is not
yet able to fully-boot either a 32 or 64 bit kernel without seg-faulting.
test/amd64/Makefile [new file with mode: 0644]