On Thu, 2013-04-04 at 23:03 +0100, Kevin Chadwick wrote: > On Thu, 4 Apr 2013 20:23:25 +0200 > Gábor Hársfalvi <[email protected]> wrote:
> > How could I see what is in the kernel - Bigmem and PAE? As I wrote I > > installed and tried "Linux 2.6.32 for PCs with 4GB+ RAM" > > "linux-image-2.6.32-5-686-bigmem" Package. I don't understand what you mean by "How could I see what is in the kernel - Bigmem and PAE?". I don't know what bigmem is, but PAE is set up by CONFIG_HIGHMEM64G, simply grep for it in /boot/config-$(uname -r), to see if it's available. $ grep CONFIG_HIGHMEM64G /mnt/avlinux/boot/config-3.0.23-avl-7-pae CONFIG_HIGHMEM64G=y -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/1365110184.734.361.camel@archlinux

