Displaying 5 results from an estimated 5 matches for "highmem64g".
Did you mean:
highmem4g
2007 Jan 10
1
[PATCH] linux/i386: allow CONFIG_HIGHPTE on i386 (take 2)
....orig/arch/i386/Kconfig 2007-01-10 13:33:54.000000000 +0100
+++ sle10-sp1-2007-01-10/arch/i386/Kconfig 2007-01-09 11:47:18.000000000 +0100
@@ -594,7 +594,7 @@ config HAVE_ARCH_EARLY_PFN_TO_NID
config HIGHPTE
bool "Allocate 3rd-level pagetables from highmem"
- depends on (HIGHMEM4G || HIGHMEM64G) && !X86_XEN
+ depends on HIGHMEM4G || HIGHMEM64G
help
The VM uses one page table entry for each page of physical memory.
For systems with a lot of RAM, this can be wasteful of precious
Index: sle10-sp1-2007-01-10/arch/i386/mm/highmem-xen.c
========================================...
2007 May 29
8
Building XEN with different config PROBLEM
Hello.
Up to version 3.0.4, I did the following to get two xen kernels (dom0 and
domU) with my own config:
wget http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/...
make xen
make tools
make docs
make linux-2.6-xen0-config CONFIGMODE=menuconfig
make linux-2.6-xen0-build
make linux-2.6-xen0-install
make linux-2.6-xen0-dist
make linux-2.6-xenU-config CONFIGMODE=menuconfig
make
2011 Jul 26
2
non PAE support
Does anyone know what I would have to modify in 6 if I wanted to run on an older Pentium M CPU without PAE? Is it just the kernel that needs to be rebuilt (maybe while installed in a system with a supported CPU)? Or are there other components that would cause problems and need to be rebuilt too?
Thanks,
Kevin
2007 Apr 18
2
2.6.19-rc5-mm2: paravirt X86_PAE=y compile error
On Thu, 16 Nov 2006 00:16:26 +0100
Adrian Bunk <bunk@stusta.de> wrote:
> Paravirt breaks CONFIG_X86_PAE=y compilation:
>
> <-- snip -->
>
> ...
> CC init/main.o
> In file included from include2/asm/pgtable.h:245,
> from
> /home/bunk/linux/kernel-2.6/linux-2.6.19-rc5-mm2/include/linux/mm.h:40,
> from
>
2007 Apr 18
2
2.6.19-rc5-mm2: paravirt X86_PAE=y compile error
On Thu, 16 Nov 2006 00:16:26 +0100
Adrian Bunk <bunk@stusta.de> wrote:
> Paravirt breaks CONFIG_X86_PAE=y compilation:
>
> <-- snip -->
>
> ...
> CC init/main.o
> In file included from include2/asm/pgtable.h:245,
> from
> /home/bunk/linux/kernel-2.6/linux-2.6.19-rc5-mm2/include/linux/mm.h:40,
> from
>