Swap the kernels for alpha, turns out disabling legacy address gives more problems
svn path=/trunk/; revision=777
This commit is contained in:
parent
04dcebbdc1
commit
4387a3643d
4 changed files with 14 additions and 6 deletions
|
@ -2,6 +2,14 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
|
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
|
||||||
# $Header: $
|
# $Header: $
|
||||||
|
|
||||||
|
16 Feb 2011; Raúl Porcel <armin76@gentoo.org>
|
||||||
|
kconfig/alpha/installcd-2.6.34.config,
|
||||||
|
-kconfig/alpha/installcd-2.6.34.legacy.config,
|
||||||
|
+kconfig/alpha/installcd-2.6.34.nolsa.config,
|
||||||
|
specs/alpha/installcd-stage2-minimal.spec:
|
||||||
|
Swap the kernels for alpha, turns out disabling legacy address gives more
|
||||||
|
problems
|
||||||
|
|
||||||
06 Feb 2011; Raúl Porcel <armin76@gentoo.org>
|
06 Feb 2011; Raúl Porcel <armin76@gentoo.org>
|
||||||
-kconfig/ia64/installcd-2.6.31.config, +kconfig/ia64/installcd-2.6.36.config,
|
-kconfig/ia64/installcd-2.6.31.config, +kconfig/ia64/installcd-2.6.36.config,
|
||||||
specs/ia64/installcd-stage2-minimal.spec:
|
specs/ia64/installcd-stage2-minimal.spec:
|
||||||
|
|
|
@ -1485,7 +1485,7 @@ CONFIG_DEBUG_MEMORY_INIT=y
|
||||||
# CONFIG_SYSCTL_SYSCALL_CHECK is not set
|
# CONFIG_SYSCTL_SYSCALL_CHECK is not set
|
||||||
# CONFIG_SAMPLES is not set
|
# CONFIG_SAMPLES is not set
|
||||||
CONFIG_EARLY_PRINTK=y
|
CONFIG_EARLY_PRINTK=y
|
||||||
# CONFIG_ALPHA_LEGACY_START_ADDRESS is not set
|
CONFIG_ALPHA_LEGACY_START_ADDRESS=y
|
||||||
CONFIG_MATHEMU=y
|
CONFIG_MATHEMU=y
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -1485,7 +1485,7 @@ CONFIG_DEBUG_MEMORY_INIT=y
|
||||||
# CONFIG_SYSCTL_SYSCALL_CHECK is not set
|
# CONFIG_SYSCTL_SYSCALL_CHECK is not set
|
||||||
# CONFIG_SAMPLES is not set
|
# CONFIG_SAMPLES is not set
|
||||||
CONFIG_EARLY_PRINTK=y
|
CONFIG_EARLY_PRINTK=y
|
||||||
CONFIG_ALPHA_LEGACY_START_ADDRESS=y
|
# CONFIG_ALPHA_LEGACY_START_ADDRESS is not set
|
||||||
CONFIG_MATHEMU=y
|
CONFIG_MATHEMU=y
|
||||||
|
|
||||||
#
|
#
|
|
@ -15,7 +15,7 @@ livecd/iso: /space/catalyst/builds/default/install-alpha-minimal-2008.0.iso
|
||||||
livecd/type: gentoo-release-minimal
|
livecd/type: gentoo-release-minimal
|
||||||
livecd/volid: Gentoo Linux alpha 2008.0
|
livecd/volid: Gentoo Linux alpha 2008.0
|
||||||
|
|
||||||
boot/kernel: gentoo gentoolegacy
|
boot/kernel: gentoo gentoo_nolsa
|
||||||
|
|
||||||
boot/kernel/gentoo/sources: gentoo-sources
|
boot/kernel/gentoo/sources: gentoo-sources
|
||||||
boot/kernel/gentoo/config: ../../kconfig/alpha/installcd-2.6.34.config
|
boot/kernel/gentoo/config: ../../kconfig/alpha/installcd-2.6.34.config
|
||||||
|
@ -43,9 +43,9 @@ boot/kernel/gentoo/use:
|
||||||
unicode
|
unicode
|
||||||
usb
|
usb
|
||||||
|
|
||||||
boot/kernel/gentoolegacy/sources: gentoo-sources
|
boot/kernel/gentoo_nolsa/sources: gentoo-sources
|
||||||
boot/kernel/gentoolegacy/config: ../../kconfig/alpha/installcd-2.6.34.legacy.config
|
boot/kernel/gentoo_nolsa/config: ../../kconfig/alpha/installcd-2.6.34.nolsa.config
|
||||||
boot/kernel/gentoolegacy/use:
|
boot/kernel/gentoo_nolsa/use:
|
||||||
-*
|
-*
|
||||||
atm
|
atm
|
||||||
deprecated
|
deprecated
|
||||||
|
|
Loading…
Add table
Reference in a new issue