]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- disable PAE by default, if you need >3G of RAM, get a 64bit CPU
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Feb 2020 10:43:24 +0000 (11:43 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 9 Feb 2020 10:43:24 +0000 (11:43 +0100)
kernel.spec

index d86d243e4a77e64d759e880a7977e1301178281f..18add0079a7ab2412e35793e7706afaea3656e10 100644 (file)
@@ -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
This page took 0.076842 seconds and 4 git commands to generate.