I have added:
CONFIG_X86_PAE=y
CONFIG_HIGHMEM=y
CONFIG_HIGHMEM64G=y
to /usr/src/linux-source-2.6.22/.config
but when I execute make-kpkg clean the three lines I added are removed
if I then put them back and execute:
fakeroot make-kpkg --initrd --append-to-version=-pd-ht-pae-64g kernel_image kernel_headers
They get removed again. Does the fact that they get removed mean that the resulting kernel will not have PAE enabled and not allow mapping of RAM over >4GB. What is causing the 3 lines to be removed? How do I customize my kernel build config?
CONFIG_X86_PAE=y
CONFIG_HIGHMEM=y
CONFIG_HIGHMEM64G=y
to /usr/src/linux-source-2.6.22/.config
but when I execute make-kpkg clean the three lines I added are removed
if I then put them back and execute:
fakeroot make-kpkg --initrd --append-to-version=-pd-ht-pae-64g kernel_image kernel_headers
They get removed again. Does the fact that they get removed mean that the resulting kernel will not have PAE enabled and not allow mapping of RAM over >4GB. What is causing the 3 lines to be removed? How do I customize my kernel build config?