###################################################
#
# 让Debian4支持4G以上内存-无需从新编译内核
#
###################################################
先用 uname -a 看一下当前的内核,显示如下:
Linux debianpc 2.6.18-4-686 #1 SMP Thu May 10 00:23:00 UTC 2007 i686 GNU/Linux
用 apt-cache search linux image big mem 查找是否有与当前内核匹配的支持大内存的内核文件,显示如下:
loadlin - a loader (running under DOS) for LINUX kernel images
linux-headers-2.6.18-4-686-bigmem - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-headers-2.6.18-5-686-bigmem - Header files for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4
linux-image-2.6-686-bigmem - Linux kernel 2.6 image on PPro/Celeron/PII/PIII/P4
linux-image-2.6.18-4-686-bigmem - Linux 2.6.18 image on PPro/Celeron/PII/PIII/P4
linux-image-2.6.18-5-686-bigmem - Linux 2.6.18 image on PPro/Celeron/PII/PIII/P4
linux-image-686-bigmem - Linux kernel image on PPro/Celeron/PII/PIII/P4
可以安装的支持大内存的内核文件
# aptitude install linux-image-2.6.18-4-686-bigmem
# aptitide install linux-headers-2.6.18-4-686-bigmem
#reboot #重启一下
再用 uname -a 看一下当前的内核,显示如下:Linux debianpc 2.6.18-4-686-bigmem #1 SMP Thu May 10 00:23:00 UTC 2007 i686
GNU/Linux
现在支持4G以上内存了。
阅读(1124) | 评论(0) | 转发(0) |