ANiK3T wrote:Hi all
i have a samsung laptop with win xp on it (6GB RAM & 64bit arcitect)
i wish to install linux mint 14 32bit on it but i have some doubts regarding this PAE kernel so my questions
Q1. Can i install 32 bit LiNUX Mint 14 32bit on my 64bit & 6GB Ram laptop WITHOUT ANY PAE TROUBLE?
Q2. what if i install it to a 32bit pc with more than 4GB RAM?
Q3. How do i know if PAE is enebled and HOW DO I ENABLE IT?
Is there some reason you do not want to use the 64 bit install?
In anyevent if you install the PAE kernel and your machine is PAE capable it will boot up in PAE mode. and then you can access the extra Ram.
and yes if you install a PAE kernel on a 32 bit system it will use more than 4 gigs of ram.
I believe the following terminal command will tell you if PAE is running, can't check it now because only have 64 bit systems here.
- Code: Select all
zcat /proc/config.gz | grep -i PAE
also you can type the following command and see which kernel is loaded:
- Code: Select all
uname -r
Good Luck