有人知道如何在 i686 上安装 XUbuntu 10.04 64Bit 吗?下载区好像只有 AMD 的 64Bit 版本,没有 i686 的版本。
http://ftp.tu-chemnitz.de/pub/linux/ubuntu-cdimage/xubuntu/releases/lucid/release/
10 倍。
答案1
i686 是 32 位架构。EM64T 是它将运行于的 Intel 64 位架构。
答案2
- amd64 与 64 位处理器配合使用
- i386 可与任何处理器兼容
如果您不知道处理器的类型,请使用 i386。
cat /proc/cpuinfo | grep flag
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a 3dnowprefetch osvw ibs skinit wdt nodeid_msr
lm 为长模式 - 64 位 CPU
答案3
我建议不要使用 64 位版本的 Linux,主要是因为它完全缺乏闪存支持。
如果内核使用物理地址扩展进行编译,您仍然可以使用超过 4GB 的 RAM。