| #
ff6bcd05 |
| 06-Mar-2007 |
bouyer <bouyer@NetBSD.org> |
For the benefit of modern hardware, enable ACPI by default in INSTALL and GENERIC 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 and GENERIC kernels. If ACPI is an issue on your hardware, 'boot -c' and 'disable acpi' should be a workaround. ACPI-enabled kernels works fine on 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 image for 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'll use something else to build bootable CDs.
show more ...
|
| #
2aeadc07 |
| 02-Jun-2006 |
hubertf <hubertf@NetBSD.org> |
Prepare creation of boot CDs:
* Move files in distrib/amd64:
floppies/instkernel/Makefile -> instkernel/Makefile floppies/ramdisk/Makefile -> ramdisks/ramdisk/Makefile floppies/ramdisk/disktab.pre
Prepare creation of boot CDs:
* Move files in distrib/amd64:
floppies/instkernel/Makefile -> instkernel/Makefile floppies/ramdisk/Makefile -> ramdisks/ramdisk/Makefile floppies/ramdisk/disktab.preinstall -> ramdisks/ramdisk/disktab.preinstall floppies/ramdisk/list -> ramdisks/ramdisk/list floppies/ramdisk/list.inet6 -> ramdisks/ramdisk/list.inet6 floppies/common/Makefile.ramdisk -> ramdisks/common/Makefile.ramdisk floppies/common/dot.profile -> ramdisks/common/dot.profile floppies/common/list.ramdisk -> ramdisks/common/list.ramdisk floppies/common/termcap.mini -> ramdisks/common/termcap.mini
* Adjust paths
show more ...
|