免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 5619 | 回复: 10
打印 上一主题 下一主题

dell 2950应该用哪个安装版本 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-03-16 12:47 |只看该作者 |倒序浏览
我现在已经用freebsd 6.2的i386版本安装上了,不过不知道是不是已经支持64位的cpu了,是否要安装amd64/ia64的那个版本呢;另外硬盘是sas的,想重新编译内核,不知道该选哪些。

FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007
root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(R) CPU 5130 @ 2.00GHz (1995.01-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x6f6 Stepping = 6
Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
Features2=0x4e33d<SSE3,RSVD2,MON,DS_CPL,VMX,TM2,<b9>,CX16,<b14>,<b15>,<b18>>
AMD Features=0x20100000<NX,LM>
AMD Features2=0x1<LAHF>
Cores per package: 2
real memory = 3489300480 (3327 MB)
avail memory = 3414519808 (3256 MB)
ACPI APIC Table: <DELL PE_SC3 >
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
cpu0 (BSP): APIC ID: 0
cpu1 (AP): APIC ID: 1
cpu2 (AP): APIC ID: 6
cpu3 (AP): APIC ID: 7
ioapic0: Changing APIC ID to 8
ioapic1: Changing APIC ID to 9
ioapic1: WARNING: intbase 64 != expected base 24
ioapic0 <Version 2.0> irqs 0-23 on motherboard
ioapic1 <Version 2.0> irqs 64-87 on motherboard
kbd1 at kbdmux0
ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
acpi0: <DELL PE_SC3> on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
cpu2: <ACPI CPU> on acpi0
cpu3: <ACPI CPU> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0


我的实际内存是4G,现在显示的是

real memory = 3489300480 (3327 MB)
avail memory = 3414519808 (3256 MB)

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
2 [报告]
发表于 2007-03-16 12:52 |只看该作者
如果是64位的CPU 最好还是安 amd64的

论坛徽章:
0
3 [报告]
发表于 2007-03-16 12:54 |只看该作者
intel的cpu安装amd64的不会有问题吧?

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
4 [报告]
发表于 2007-03-16 13:00 |只看该作者
原帖由 yejr 于 2007-3-16 12:54 发表
intel的cpu安装amd64的不会有问题吧?

amd 64 不单指AMD 的CPU  也是指 64位的CPU

[ 本帖最后由 大大狗 于 2007-3-16 13:08 编辑 ]

论坛徽章:
0
5 [报告]
发表于 2007-03-16 13:09 |只看该作者
呵呵,看到发行说明上的支持列表了,谢谢

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
6 [报告]
发表于 2007-03-16 13:12 |只看该作者
原帖由 yejr 于 2007-3-16 13:09 发表
呵呵,看到发行说明上的支持列表了,谢谢

嗯 还有想编译内核对sas 的支持 在列表上也能找到

论坛徽章:
1
寅虎
日期:2013-09-29 23:15:15
7 [报告]
发表于 2007-03-16 13:13 |只看该作者
FB amd64支持AMD 64/Intel EMT64.

论坛徽章:
0
8 [报告]
发表于 2007-03-16 13:39 |只看该作者
emt64本来就是模仿amd64做的
不奇怪

倒是ubuntu的64位版本居然还同时支持ia64
没想法了

论坛徽章:
0
9 [报告]
发表于 2007-03-16 14:49 |只看该作者
2950的内核,不过我用的是i386版本的
  1. # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.413.2.13 2005/04/02 16:37:58 scottl Exp $

  2. machine         i386
  3. cpu             I686_CPU
  4. ident           mykernel

  5. # To statically compile in device wiring instead of /boot/device.hints

  6. options         SCHED_4BSD              # 4BSD scheduler
  7. #options        SCHED_ULE
  8. options         INET                    # InterNETworking
  9. #options        INET6                   # InterNETworking
  10. options         FFS                     # Berkeley Fast Filesystem
  11. options         SOFTUPDATES             # Enable FFS soft updates support
  12. options         UFS_ACL                 # Support for access control lists
  13. options         UFS_DIRHASH             # Improve performance on big directories
  14. options         NFSCLIENT               # Network Filesystem Client
  15. options         NFSSERVER               # Network Filesystem Server
  16. options         NFS_ROOT                # NFS usable as /, requires NFSCLIENT
  17. options         CD9660                  # ISO 9660 Filesystem
  18. options         PROCFS                  # Process filesystem (requires PSEUDOFS)
  19. options         PSEUDOFS                # Pseudo-filesystem framework
  20. options         GEOM_GPT                # GUID Partition Tables.
  21. options         COMPAT_43               # Compatible with BSD 4.3 [KEEP THIS!]
  22. options         COMPAT_FREEBSD4         # Compatible with FreeBSD4
  23. options         SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
  24. options         KTRACE                  # ktrace(1) support
  25. options         SYSVSHM                 # SYSV-style shared memory
  26. options         SYSVMSG                 # SYSV-style message queues
  27. options         SYSVSEM                 # SYSV-style semaphores
  28. options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
  29. options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
  30. options         AHC_REG_PRETTY_PRINT    # Print register bitfields in debug
  31.                                         # output.  Adds ~128k to driver.
  32. options         AHD_REG_PRETTY_PRINT    # Print register bitfields in debug
  33.                                         # output.  Adds ~215k to driver.
  34. options         ADAPTIVE_GIANT          # Giant mutex is adaptive.
  35. options         SMP
  36. device          apic                    # I/O APIC
  37. device          acpi                    # Power management support

  38. # Bus support.  Do not remove isa, even if you have no isa slots
  39. device          isa
  40. device          eisa
  41. device          pci

  42. # Floppy drives
  43. #device         fdc

  44. # ATA and ATAPI devices
  45. device          ata
  46. device          atadisk         # ATA disk drives
  47. device          atapicd         # ATAPI CDROM drives

  48. # SCSI Controllers
  49. #device         aic             # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
  50. #device         ahc             #Adaptec 7xxxx
  51. #device         ahd             # AHA39320/29320 and onboard AIC79xx devices
  52. device          mpt             # LSI-Logic MPT-Fusion

  53. # SCSI peripherals
  54. device          scbus           # SCSI bus (required for SCSI)
  55. device          ch              # SCSI media changers
  56. device          da              # Direct Access (disks)
  57. device          sa              # Sequential Access (tape etc)
  58. device          cd              # CD
  59. device          pass            # Passthrough device (direct SCSI access)
  60. device          ses             # SCSI Environmental Services (and SAF-TE)

  61. # RAID controllers interfaced to the SCSI subsystem
  62. #device         iir             # Intel Integrated RAID

  63. # RAID controllers
  64. #device          aac             # Adaptec FSA RAID
  65. #device          aacp            # SCSI passthrough for aac (requires CAM)
  66. #device          ida             # Compaq Smart RAID
  67. ###dell 2950 sas driver
  68. device          mfi             # LSI MegaRAID SAS

  69. # atkbdc0 controls both the keyboard and the PS/2 mouse
  70. device          atkbdc          # AT keyboard controller
  71. device          atkbd           # AT keyboard
  72. device          psm             # PS/2 mouse

  73. device          vga             # VGA video card driver


  74. # syscons is the default console driver, resembling an SCO console
  75. device          sc
  76. device          agp             # support several AGP chipsets

  77. # Floating point support - do not disable.
  78. device          npx

  79. # Power management support (see NOTES for more options)
  80. #device         apm
  81. # Add suspend/resume support for the i8254.
  82. device          pmtimer

  83. # Serial (COM) ports
  84. device          sio             # 8250, 16[45]50 based serial ports

  85. # PCI Ethernet NICs.
  86. device          em              # Intel PRO/1000 adapter Gigabit Ethernet Card

  87. # PCI Ethernet NICs that use the common MII bus controller code.
  88. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
  89. device          miibus          # MII bus support
  90. device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
  91. device          bce             # Broadcom BCM5706/BCM5708 Gigabit Ethernet

  92. # Pseudo devices.
  93. device          loop            # Network loopback
  94. device          mem             # Memory and kernel memory devices
  95. device          io              # I/O device
  96. device          random          # Entropy device
  97. device          ether           # Ethernet support
  98. device          pty             # Pseudo-ttys (telnet etc)
  99. device          md              # Memory "disks"

  100. # The `bpf' device enables the Berkeley Packet Filter.
  101. # Be aware of the administrative consequences of enabling this!
  102. # Note that 'bpf' is required for DHCP.
  103. device          bpf             # Berkeley packet filter

  104. # USB support
  105. device          uhci            # UHCI PCI->USB interface
  106. device          ohci            # OHCI PCI->USB interface
  107. #device         ehci            # EHCI PCI->USB interface (USB 2.0)
  108. device          usb             # USB Bus (required)
  109. #device         udbp            # USB Double Bulk Pipe devices
  110. device          ugen            # Generic
  111. device          uhid            # "Human Interface Devices"
  112. device          ukbd            # Keyboard
  113. device          umass           # Disks/Mass storage - Requires scbus and da
  114. device          ums             # Mouse

  115. #######################
  116. options      IPFIREWALL
  117. options      IPFIREWALL_DEFAULT_TO_ACCEPT
  118. options      IPDIVERT      #  IPDIVERT enables the divert IP sockets, used by ''ipfw divert''
  119. options      IPFIREWALL_VERBOSE
  120. options      IPFIREWALL_VERBOSE_LIMIT=30
  121. # traffic shaper, bandwidth manager and delay emulator
  122. options      DUMMYNET         # enables the "dummynet" bandwidth limiter. You need IPFIREWALL as well.
  123. # Statically Link in accept filters for a web server on this box
  124. options      ACCEPT_FILTER_DATA
  125. options      ACCEPT_FILTER_HTTP
  126. options      IPSTEALTH         #To hide firewall from traceroute
  127. #options      TCP_DROP_SYNFIN      #To hide from nmap OS fingerprint, remove if create web server

  128. ###############pf firewall####################
  129. device          pf              #PF OpenBSD packet-filter firewall
  130. device          pflog               #logging support interface for PF
  131. #device          pfsync              #synchronization interface for PF
  132. #options         ALTQ
  133. #options         ALTQ_CBQ        # Class Bases Queuing (CBQ)
  134. #options         ALTQ_RED        # Random Early Detection (RED)
  135. #options         ALTQ_RIO        # RED In/Out
  136. #options         ALTQ_HFSC       # Hierarchical Packet Scheduler (HFSC)
  137. #options         ALTQ_PRIQ       # Priority Queuing (PRIQ)
  138. #options         ALTQ_NOPCC      # Required for SMP build

  139. ###########pooling#############################
  140. options        HZ=6000
  141. options        DEVICE_POLLING
  142. ##############bridge###############
  143. #options                BRIDGE
  144. #device                 if_bridge
  145. #############network
  146. options         ZERO_COPY_SOCKETS
  147. options         AUTO_EOI_1
复制代码

论坛徽章:
0
10 [报告]
发表于 2007-03-16 17:22 |只看该作者
本来 X86_64 的CPU 就兼容 IA32 的CPU么。

Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
Features2=0x4e33d<SSE3,RSVD2,MON,DS_CPL,VMX,TM2,<b9>,CX16,<b14>,<b15>,<b18>>

AMD Features=0x20100000<NX,LM>
AMD Features2=0x1<LAHF>


明摆着有AMD64么。

如果有2GB 及以上的 内存,最好趁早使用 AMD64 版本。这对使用大内存很有好处。

当然,现实验确保你的应用都能在 X86_64 下运行。

[ 本帖最后由 likuku 于 2007-3-16 17:25 编辑 ]
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP