You are not logged in.
Pages: 1
Hi,
Is there a Liquorix Kernel (3.0) with PAE available for Arch ?
Thanks in advance
Blizz4rd
Offline
I had never heard of liquorix before. There's one in the AUR but I don't think it's PAE.
And also, just FYI, there are no official Arch kernels of any kind with PAE, and only one kernel in the AUR is labeled PAE.
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
Maybe because PAE is not so worth as it claims
IMO it is only a workaround it does not really solve memory issue so try x64 instead ?
O' rly ? Ya rly Oo
Offline
*Every* kernel has PAE available. Just run "make menuconfig", and select the PAE option - press "/" and search for PAE.
$ zgrep PAE /proc/config.gz
CONFIG_X86_PAE=y
PAE is worthwhile because maintaining *both* 64-bit and 32-bit libs (for Wine) is a PITA.
Offline
*Every* kernel has PAE available. Just run "make menuconfig", and select the PAE option - press "/" and search for PAE.
$ zgrep PAE /proc/config.gz CONFIG_X86_PAE=y
PAE is worthwhile because maintaining *both* 64-bit and 32-bit libs (for Wine) is a PITA.
Maybe so but you can also create a chroot, or use 32 bit userland and 64 bit kernel. PAE is dirty,ugly and slow.
Offline
Pages: 1