[packages/kernel] - disable PAE by default, if you need >3G of RAM, get a 64bit CPU

baggins baggins at pld-linux.org
Sun Feb 9 11:46:09 CET 2020


commit f703e7a1772f78b0277eede2b84bae011f7ccf9c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Feb 9 11:43:24 2020 +0100

    - disable PAE by default, if you need >3G of RAM, get a 64bit CPU

 kernel.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kernel.spec b/kernel.spec
index d86d243e..18add007 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -22,7 +22,7 @@
 %bcond_with	verbose		# verbose build (V=1)
 
 %bcond_with	fbcondecor	# build fbcondecor (disable FB_TILEBLITTING and affected fb modules)
-%bcond_without	pae		# build PAE (HIGHMEM64G) support on 32bit i686 athlon pentium3 pentium4
+%bcond_with	pae		# build PAE (HIGHMEM64G) support on 32bit i686 athlon pentium3 pentium4
 %bcond_with	nfsroot		# build with root on NFS support
 
 %bcond_without	imq		# imq support
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/f703e7a1772f78b0277eede2b84bae011f7ccf9c



More information about the pld-cvs-commit mailing list