Build miniroot.kmod installation module for amd64. Hook GENERICwith it.See http://mail-index.netbsd.org/port-i386/2011/01/14/msg002247.html
Build amd64 xen kernels, and include them in the distrib.
For the benefit of modern hardware, enable ACPI by default in INSTALL andGENERIC kernels. If ACPI is an issue on your hardware, 'boot -c' and'disable acpi' should be a workaround. ACPI-enabled kern
For the benefit of modern hardware, enable ACPI by default in INSTALL andGENERIC kernels. If ACPI is an issue on your hardware, 'boot -c' and'disable acpi' should be a workaround. ACPI-enabled kernels works fineon pre-acpi hardware.for amd64:- add ACPI to INSTALL and GENERIC, remove the *_ACPI config files.- get rid of the bootfloppy-big.fs boot image, and got to a 3-floppy boot imagefor i386:- introduce INSTALL_LARGE which has ACPI and some devices with big firmware- move some devices from INSTALL to INSTALL_LARGE- Boot floppies still use INSTALL, and bootfloppy-big.fs is still there (for thoses who want to build el-torito floppy emulation boot CD) and use INSTALL.For both, drop the 'iso-image' code in etc/ to make the iso bootable, we'lluse something else to build bootable CDs.
show more ...
Prepare creation of boot CDs: * Move files in distrib/amd64:floppies/instkernel/Makefile -> instkernel/Makefilefloppies/ramdisk/Makefile -> ramdisks/ramdisk/Makefilefloppies/ramdisk/disktab.pre
Prepare creation of boot CDs: * Move files in distrib/amd64:floppies/instkernel/Makefile -> instkernel/Makefilefloppies/ramdisk/Makefile -> ramdisks/ramdisk/Makefilefloppies/ramdisk/disktab.preinstall -> ramdisks/ramdisk/disktab.preinstallfloppies/ramdisk/list -> ramdisks/ramdisk/listfloppies/ramdisk/list.inet6 -> ramdisks/ramdisk/list.inet6floppies/common/Makefile.ramdisk -> ramdisks/common/Makefile.ramdiskfloppies/common/dot.profile -> ramdisks/common/dot.profilefloppies/common/list.ramdisk -> ramdisks/common/list.ramdiskfloppies/common/termcap.mini -> ramdisks/common/termcap.mini * Adjust paths