Posted 27 December 2012 - 15:33
Posted 27 December 2012 - 15:38
Posted 27 December 2012 - 15:47
My Fedora is super rusty, but if you're using the x86 flavor, last time I used it (not remotely recent) you had to manually install the PAE kernel, something along the lines of "yum install kernel-PAE".. but like I said, rusty. (Or just use the x64 version.) I'd get a second opinion.Will Linux (Fedora Specifically) use all 4gb of RAM (give or take the ram the Graphics uses)
Posted 27 December 2012 - 15:50
Posted 27 December 2012 - 16:27

Posted 27 December 2012 - 16:38
Posted 27 December 2012 - 16:38
IntelĀ® 64
IntelĀ® 64 architecture delivers 64-bit computing on server, workstation, desktop and mobile platforms when combined with supporting software.¹ Intel 64 architecture improves performance by allowing systems to address more than 4 GB of both virtual and physical memory.
Posted 27 December 2012 - 17:02
echo -n "AMD64 Capable: "; cat /proc/cpuinfo | grep -Eqs '^[F|f]lags.+:.+ lm .+$'; if [[ $? -eq 0 ]]; then echo 'true'; else echo 'false'; fi