|
|

楼主 |
发表于 2008-5-26 15:44:00
|
显示全部楼层
内核进一步精简,感觉已经要到一种极限了,都编译进内核,没有模块。
- pjq@localhost ~ $ ls /boot/kernel-2.6.24-r8 -l
- -rw-r--r-- 1 root root 2052696 2008-05-26 15:23 /boot/kernel-2.6.24-r8
复制代码
dmesg信息
http://rafb.net/p/NpEcBn13.html- [ 0.000000] Linux version 2.6.24-gentoo-r8 (root@localhost) (gcc version 4.1.2 (Gentoo 4.1.2 p1.1)) #30 Mon May 26 15:19:35 CST 2008
- [ 0.000000] BIOS-provided physical RAM map:
- [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
- [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
- [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
- [ 0.000000] BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
- [ 0.000000] BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
- [ 0.000000] BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
- [ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
- [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
- [ 0.000000] Warning only 896MB will be used.
- [ 0.000000] Use a HIGHMEM enabled kernel.
- [ 0.000000] 896MB LOWMEM available.
- [ 0.000000] Entering add_active_range(0, 0, 229376) 0 entries of 256 used
- [ 0.000000] Zone PFN ranges:
- [ 0.000000] DMA 0 -> 4096
- [ 0.000000] Normal 4096 -> 229376
- [ 0.000000] Movable zone start PFN for each node
- [ 0.000000] early_node_map[1] active PFN ranges
- [ 0.000000] 0: 0 -> 229376
- [ 0.000000] On node 0 totalpages: 229376
- [ 0.000000] DMA zone: 32 pages used for memmap
- [ 0.000000] DMA zone: 0 pages reserved
- [ 0.000000] DMA zone: 4064 pages, LIFO batch:0
- [ 0.000000] Normal zone: 1760 pages used for memmap
- [ 0.000000] Normal zone: 223520 pages, LIFO batch:31
- [ 0.000000] Movable zone: 0 pages used for memmap
- [ 0.000000] DMI 2.4 present.
- [ 0.000000] ACPI: RSDP 000F8090, 0014 (r0 Nvidia)
- [ 0.000000] ACPI: RSDT 3FFF3040, 0038 (r1 Nvidia NVDAACPI 42302E31 NVDA 0)
- [ 0.000000] ACPI: FACP 3FFF30C0, 0074 (r1 Nvidia NVDAACPI 42302E31 NVDA 0)
- [ 0.000000] ACPI Warning (tbfadt-0442): Optional field "Pm2ControlBlock" has zero address or length: 0000000000000000/1 [20070126]
- [ 0.000000] ACPI: DSDT 3FFF3180, 6401 (r1 NVIDIA NVDAACPI 1000 MSFT 100000E)
- [ 0.000000] ACPI: FACS 3FFF0000, 0040
- [ 0.000000] ACPI: SSDT 3FFF96C0, 00D3 (r1 PTLTD POWERNOW 1 LTP 1)
- [ 0.000000] ACPI: HPET 3FFF9800, 0038 (r1 Nvidia NVDAACPI 42302E31 NVDA 98)
- [ 0.000000] ACPI: MCFG 3FFF9880, 003C (r1 Nvidia NVDAACPI 42302E31 NVDA 0)
- [ 0.000000] ACPI: APIC 3FFF9600, 007C (r1 Nvidia NVDAACPI 42302E31 NVDA 0)
- [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
- [ 0.000000] ACPI: HPET id: 0x10de8201 base: 0xfeff0000
- [ 0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:b0000000)
- [ 0.000000] swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000
- [ 0.000000] swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000f0000
- [ 0.000000] swsusp: Registered nosave memory region: 00000000000f0000 - 0000000000100000
- [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 227584
- [ 0.000000] Kernel command line: root=/dev/sda9 plash=silent,fadein,theme:gentoo vga=791 CONSOLE=/dev/tty1 ramdisk=8192
- [ 0.000000] Enabling fast FPU save and restore... done.
- [ 0.000000] Enabling unmasked SIMD FPU exception support... done.
- [ 0.000000] Initializing CPU#0
- [ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
- [ 0.000000] Detected 2250.025 MHz processor.
- [ 18.025272] spurious 8259A interrupt: IRQ7.
- [ 18.025294] Console: colour dummy device 80x25
- [ 18.025297] console [tty0] enabled
- [ 18.025757] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
- [ 18.026121] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
- [ 18.038579] Memory: 904724k/917504k available (2555k kernel code, 12300k reserved, 1150k data, 216k init, 0k highmem)
- [ 18.038592] virtual kernel memory layout:
- [ 18.038593] fixmap : 0xffff6000 - 0xfffff000 ( 36 kB)
- [ 18.038594] vmalloc : 0xf8800000 - 0xffff4000 ( 119 MB)
- [ 18.038595] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
- [ 18.038596] .init : 0xc04a2000 - 0xc04d8000 ( 216 kB)
- [ 18.038597] .data : 0xc037ecdd - 0xc049e824 (1150 kB)
- [ 18.038597] .text : 0xc0100000 - 0xc037ecdd (2555 kB)
- [ 18.038617] Checking if this processor honours the WP bit even in supervisor mode... Ok.
- [ 18.038647] SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
- [ 18.038763] hpet clockevent registered
- [ 18.098748] Calibrating delay using timer specific routine.. 4502.52 BogoMIPS (lpj=2251264)
- [ 18.098768] Mount-cache hash table entries: 512
- [ 18.098836] CPU: After generic identify, caps: 078bfbff ebd3fbff 00000000 00000000 00002001 00000000 0000001d 00000000
- [ 18.098842] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
- [ 18.098847] CPU: L2 Cache: 512K (64 bytes/line)
- [ 18.098851] CPU: After all inits, caps: 078bfbff ebd3fbff 00000000 00000410 00002001 00000000 0000001d 00000000
- [ 18.098855] Intel machine check architecture supported.
- [ 18.098860] Intel machine check reporting enabled on CPU#0.
- [ 18.098867] Compat vDSO mapped to ffffe000.
- [ 18.098875] CPU: AMD Athlon(tm) 64 Processor 3000+ stepping 02
- [ 18.098882] Checking 'hlt' instruction... OK.
- [ 18.103202] Freeing SMP alternatives: 0k freed
- [ 18.103206] ACPI: Core revision 20070126
- [ 18.105936] Parsing all Control Methods:
- [ 18.106040] Table [DSDT](id 0001) - 1001 Objects with 92 Devices 300 Methods 38 Regions
- [ 18.106066] Parsing all Control Methods:
- [ 18.106164] Table [SSDT](id 0002) - 4 Objects with 0 Devices 0 Methods 0 Regions
- [ 18.106173] tbxface-0598 [00] tb_load_namespace : ACPI Tables successfully acquired
- [ 18.106184] ACPI: setting ELCR to 0200 (from 0c20)
- [ 18.107042] evxfevnt-0091 [00] enable : Transition to ACPI mode successful
- [ 18.107161] net_namespace: 64 bytes
- [ 18.107440] NET: Registered protocol family 16
- [ 18.107523] ACPI: bus type pci registered
- [ 18.107533] PCI: Using MMCONFIG
- [ 18.107536] Setting up standard PCI resources
- [ 18.110659] evgpeblk-0956 [00] ev_create_gpe_block : GPE 00 to 1F [_GPE] 4 regs on int 0x9
- [ 18.110693] evgpeblk-0956 [00] ev_create_gpe_block : GPE 20 to 5F [_GPE] 8 regs on int 0x9
- [ 18.110924] evgpeblk-1052 [00] ev_initialize_gpe_bloc: Found 7 Wake, Enabled 1 Runtime GPEs in this block
- [ 18.111060] evgpeblk-1052 [00] ev_initialize_gpe_bloc: Found 1 Wake, Enabled 0 Runtime GPEs in this block
- [ 18.111069] ACPI: EC: Look up EC in DSDT
- [ 18.114369] Completing Region/Field/Buffer/Package initialization:..............................................................................................
- [ 18.115637] Initialized 34/38 Regions 9/9 Fields 36/36 Buffers 15/24 Packages (1014 nodes)
- [ 18.115645] Initializing Device/Processor/Thermal objects by executing _INI methods:..
- [ 18.116616] Executed 2 _INI methods requiring 1 _STA executions (examined 97 objects)
- [ 18.116628] ACPI: Interpreter enabled
- [ 18.116631] ACPI: (supports S0 S1 S4 S5)
- [ 18.116646] ACPI: Using PIC for interrupt routing
- [ 18.124578] ACPI: PCI Root Bridge [PCI0] (0000:00)
- [ 18.125085] PCI: Transparent bridge - 0000:00:06.0
- [ 18.125313] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
- [ 18.125520] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
- [ 18.185227] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, disabled.
- [ 18.185387] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
- [ 18.185545] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled.
- [ 18.185702] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
- [ 18.185868] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
- [ 18.186027] ACPI: PCI Interrupt Link [LNK6] (IRQs *5 7 9 10 11 14 15)
- [ 18.186183] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
- [ 18.186340] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
- [ 18.186498] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
- [ 18.186657] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 *10 11 14 15)
- [ 18.186822] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 *10 11 14 15)
- [ 18.186980] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 10 *11 14 15)
- [ 18.187138] ACPI: PCI Interrupt Link [LPMU] (IRQs *5 7 9 10 11 14 15)
- [ 18.187296] ACPI: PCI Interrupt Link [LSMB] (IRQs *5 7 9 10 11 14 15)
- [ 18.187453] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 7 9 10 *11 14 15)
- [ 18.187610] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
- [ 18.187776] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 *11 14 15)
- [ 18.187934] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 *10 11 14 15)
- [ 18.188125] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
- [ 18.188312] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
- [ 18.188496] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
- [ 18.188679] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
- [ 18.188870] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
- [ 18.189054] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled.
- [ 18.189237] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
- [ 18.189421] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
- [ 18.189605] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0, disabled.
- [ 18.189797] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0, disabled.
- [ 18.189982] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22 23) *0, disabled.
- [ 18.190167] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22 23) *0, disabled.
- [ 18.190352] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0, disabled.
- [ 18.190538] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0, disabled.
- [ 18.190729] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22 23) *0, disabled.
- [ 18.190916] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
- [ 18.191101] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0, disabled.
- [ 18.191287] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0, disabled.
- [ 18.191387] Linux Plug and Play Support v0.97 (c) Adam Belay
- [ 18.191407] pnp: PnP ACPI init
- [ 18.191415] ACPI: bus type pnp registered
- [ 18.196146] pnpacpi: exceeded the max number of mem resources: 12
- [ 18.196196] pnp: PnP ACPI: found 14 devices
- [ 18.196200] ACPI: ACPI bus type pnp unregistered
- [ 18.196298] SCSI subsystem initialized
- [ 18.196315] libata version 3.00 loaded.
- [ 18.196377] usbcore: registered new interface driver usbfs
- [ 18.196401] usbcore: registered new interface driver hub
- [ 18.196426] usbcore: registered new device driver usb
- [ 18.196478] PCI: Using ACPI for IRQ routing
- [ 18.196484] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
- [ 18.199734] hpet0: at MMIO 0xfeff0000, IRQs 2, 8, 31
- [ 18.199740] hpet0: 3 32-bit timers, 25000000 Hz
- [ 18.201719] Time: tsc clocksource has been installed.
- [ 18.203741] system 00:01: ioport range 0x1000-0x107f has been reserved
- [ 18.203746] system 00:01: ioport range 0x1080-0x10ff has been reserved
- [ 18.203752] system 00:01: ioport range 0x1400-0x147f has been reserved
- [ 18.203757] system 00:01: ioport range 0x1480-0x14ff has been reserved
- [ 18.203762] system 00:01: ioport range 0x1800-0x187f has been reserved
- [ 18.203767] system 00:01: ioport range 0x1880-0x18ff has been reserved
- [ 18.203773] system 00:01: iomem range 0xfec80000-0xfecbffff could not be reserved
- [ 18.203781] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
- [ 18.203786] system 00:02: ioport range 0x800-0x87f has been reserved
- [ 18.203791] system 00:02: ioport range 0x290-0x29f has been reserved
- [ 18.203796] system 00:02: ioport range 0x290-0x297 has been reserved
- [ 18.203806] system 00:0c: iomem range 0xf0000000-0xf3ffffff could not be reserved
- [ 18.203814] system 00:0d: iomem range 0x636500-0xd1ccff could not be reserved
- [ 18.203820] system 00:0d: iomem range 0xf0000-0xf7fff could not be reserved
- [ 18.203825] system 00:0d: iomem range 0xf8000-0xfbfff could not be reserved
- [ 18.203830] system 00:0d: iomem range 0xfc000-0xfffff could not be reserved
- [ 18.203835] system 00:0d: iomem range 0xfeff0000-0xfeff00ff could not be reserved
- [ 18.203842] system 00:0d: iomem range 0x3fff0000-0x3fffffff could not be reserved
- [ 18.203848] system 00:0d: iomem range 0xffff0000-0xffffffff could not be reserved
- [ 18.203854] system 00:0d: iomem range 0x0-0x9ffff could not be reserved
- [ 18.203860] system 00:0d: iomem range 0x100000-0x3ffeffff could not be reserved
- [ 18.203866] system 00:0d: iomem range 0xfec00000-0xfec00fff could not be reserved
- [ 18.203872] system 00:0d: iomem range 0xfee00000-0xfeefffff could not be reserved
- [ 18.203879] system 00:0d: iomem range 0xfefff000-0xfeffffff could not be reserved
- [ 18.233967] PCI: Bridge: 0000:00:06.0
- [ 18.233971] IO window: b000-bfff
- [ 18.233975] MEM window: fde00000-fdefffff
- [ 18.233980] PREFETCH window: fdd00000-fddfffff
- [ 18.233984] PCI: Bridge: 0000:00:0b.0
- [ 18.233988] IO window: a000-afff
- [ 18.233992] MEM window: fdc00000-fdcfffff
- [ 18.233996] PREFETCH window: fdb00000-fdbfffff
- [ 18.234001] PCI: Bridge: 0000:00:0c.0
- [ 18.234004] IO window: 9000-9fff
- [ 18.234009] MEM window: fda00000-fdafffff
- [ 18.234013] PREFETCH window: fd900000-fd9fffff
- [ 18.234017] PCI: Bridge: 0000:00:0d.0
- [ 18.234021] IO window: 8000-8fff
- [ 18.234025] MEM window: fd800000-fd8fffff
- [ 18.234029] PREFETCH window: fd700000-fd7fffff
- [ 18.234034] PCI: Bridge: 0000:00:0e.0
- [ 18.234037] IO window: 7000-7fff
- [ 18.234042] MEM window: fd600000-fd6fffff
- [ 18.234046] PREFETCH window: fd500000-fd5fffff
- [ 18.234054] PCI: Bridge: 0000:00:0f.0
- [ 18.234058] IO window: 6000-6fff
- [ 18.234062] MEM window: fa000000-fcffffff
- [ 18.234066] PREFETCH window: e0000000-efffffff
- [ 18.234076] PCI: Setting latency timer of device 0000:00:06.0 to 64
- [ 18.234081] PCI: Setting latency timer of device 0000:00:0b.0 to 64
- [ 18.234086] PCI: Setting latency timer of device 0000:00:0c.0 to 64
- [ 18.234094] PCI: Setting latency timer of device 0000:00:0d.0 to 64
- [ 18.234100] PCI: Setting latency timer of device 0000:00:0e.0 to 64
- [ 18.234105] PCI: Setting latency timer of device 0000:00:0f.0 to 64
- [ 18.234113] NET: Registered protocol family 2
- [ 18.243747] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
- [ 18.243973] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
- [ 18.244811] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
- [ 18.245029] TCP: Hash tables configured (established 131072 bind 65536)
- [ 18.245034] TCP reno registered
- [ 18.247955] Machine check exception polling timer started.
- [ 18.248160] Total HugeTLB memory allocated, 0
- [ 18.249836] NTFS driver 2.1.29 [Flags: R/W].
- [ 18.249921] fuse init (API version 7.9)
- [ 18.250089] io scheduler noop registered
- [ 18.250139] io scheduler cfq registered (default)
- [ 18.250167] Boot video device is 0000:06:00.0
- [ 18.250225] PCI: Setting latency timer of device 0000:00:0b.0 to 64
- [ 18.250244] assign_interrupt_mode Found MSI capability
- [ 18.250249] Allocate Port Service[0000:00:0b.0:pcie00]
- [ 18.250271] Allocate Port Service[0000:00:0b.0:pcie03]
- [ 18.250308] PCI: Setting latency timer of device 0000:00:0c.0 to 64
- [ 18.250326] assign_interrupt_mode Found MSI capability
- [ 18.250331] Allocate Port Service[0000:00:0c.0:pcie00]
- [ 18.250350] Allocate Port Service[0000:00:0c.0:pcie03]
- [ 18.250386] PCI: Setting latency timer of device 0000:00:0d.0 to 64
- [ 18.250404] assign_interrupt_mode Found MSI capability
- [ 18.250409] Allocate Port Service[0000:00:0d.0:pcie00]
- [ 18.250427] Allocate Port Service[0000:00:0d.0:pcie03]
- [ 18.250465] PCI: Setting latency timer of device 0000:00:0e.0 to 64
- [ 18.250482] assign_interrupt_mode Found MSI capability
- [ 18.250487] Allocate Port Service[0000:00:0e.0:pcie00]
- [ 18.250506] Allocate Port Service[0000:00:0e.0:pcie03]
- [ 18.250546] PCI: Setting latency timer of device 0000:00:0f.0 to 64
- [ 18.250563] assign_interrupt_mode Found MSI capability
- [ 18.250568] Allocate Port Service[0000:00:0f.0:pcie00]
- [ 18.250589] Allocate Port Service[0000:00:0f.0:pcie03]
- [ 18.252012] Real Time Clock Driver v1.12ac
- [ 18.252186] hpet_resources: 0xfeff0000 is busy
- [ 18.252200] Linux agpgart interface v0.102
- [ 18.252259] Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
- [ 18.252266] Hangcheck: Using get_cycles().
- [ 18.252333] vesafb: framebuffer at 0xe0000000, mapped to 0xf8880000, using 3072k, total 131072k
- [ 18.252340] vesafb: mode is 1024x768x16, linelength=2048, pages=1
- [ 18.252344] vesafb: protected mode interface info at c000:c340
- [ 18.252349] vesafb: pmi: set display start = c00cc376, set palette = c00cc3e0
- [ 18.252354] vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da
- [ 18.252368] vesafb: scrolling: redraw
- [ 18.252373] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
- [ 18.252407] fbcon: VESA VGA (fb0) is primary device
- [ 18.261845] Console: switching to colour frame buffer device 128x48
- [ 18.270442] fb0: VESA VGA frame buffer device
- [ 18.270646] input: Power Button (FF) as /devices/virtual/input/input0
- [ 18.272704] ACPI: Power Button (FF) [PWRF]
- [ 18.272827] input: Power Button (CM) as /devices/virtual/input/input1
- [ 18.275700] ACPI: Power Button (CM) [PWRB]
- [ 18.275823] input: Sleep Button (CM) as /devices/virtual/input/input2
- [ 18.278703] ACPI: Sleep Button (CM) [SLPB]
- [ 18.278809] ACPI: Fan [FAN] (on)
- [ 18.282507] ACPI: Thermal Zone [THRM] (51 C)
- [ 18.282587] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
- [ 18.282826] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
- [ 18.283209] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
- [ 18.283708] RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
- [ 18.283997] loop: module loaded
- [ 18.284077] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
- [ 18.284443] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 10
- [ 18.284547] PCI: setting IRQ 10 as level-triggered
- [ 18.284550] ACPI: PCI Interrupt 0000:00:08.0[A] -> Link [LMAC] -> GSI 10 (level, low) -> IRQ 10
- [ 18.284721] PCI: Setting latency timer of device 0000:00:08.0 to 64
- [ 18.539633] Switched to high resolution mode on CPU 0
- [ 18.796994] forcedeth 0000:00:08.0: ifname eth0, PHY OUI 0x5043 @ 1, addr 00:e0:4d:1b:76:9c
- [ 18.800444] forcedeth 0000:00:08.0: highdma csum vlan pwrctl mgmt timirq gbit lnktim msi desc-v3
- [ 18.803948] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
- [ 18.807477] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
- [ 18.811141] NFORCE-MCP55: IDE controller (0x10de:0x036e rev 0xa1) at PCI slot 0000:00:04.0
- [ 18.814852] NFORCE-MCP55: not 100% native mode: will probe irqs later
- [ 18.818611] NFORCE-MCP55: BIOS didn't set cable bits correctly. Enabling workaround.
- [ 18.822469] NFORCE-MCP55: 0000:00:04.0 (rev a1) UDMA133 controller
- [ 18.826389] ide0: BM-DMA at 0xf400-0xf407, BIOS settings: hda:DMA, hdb:DMA
- [ 18.830428] NFORCE-MCP55: IDE port disabled
- [ 18.834439] Probing IDE interface ide0...
- [ 20.117586] hda: ASUS DVD-E616A3, ATAPI CD/DVD-ROM drive
- [ 20.121659] hda: host max PIO5 wanted PIO255(auto-tune) selected PIO4
- [ 20.125462] hda: drive side 80-wire cable detection failed, limiting max speed to UDMA33
- [ 20.129588] hda: UDMA/33 mode selected
- [ 20.136978] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
- [ 20.145393] hda: ATAPI 48X DVD-ROM drive, 198kB Cache
- [ 20.149430] Uniform CD-ROM driver Revision: 3.20
- [ 20.158682] 3ware Storage Controller device driver for Linux v1.26.02.002.
- [ 20.162736] Driver 'sd' needs updating - please use bus_type methods
- [ 20.166786] Driver 'sr' needs updating - please use bus_type methods
- [ 20.170778] sata_nv 0000:00:05.0: version 3.5
- [ 20.171007] ACPI: PCI Interrupt Link [LSID] enabled at IRQ 11
- [ 20.174971] PCI: setting IRQ 11 as level-triggered
- [ 20.174974] ACPI: PCI Interrupt 0000:00:05.0[A] -> Link [LSID] -> GSI 11 (level, low) -> IRQ 11
- [ 20.179018] PCI: Setting latency timer of device 0000:00:05.0 to 64
- [ 20.179059] scsi0 : sata_nv
- [ 20.183055] scsi1 : sata_nv
- [ 20.187092] ata1: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xe000 irq 11
- [ 20.191082] ata2: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xe008 irq 11
- [ 20.648479] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
- [ 20.690524] ata1.00: ATA-7: ST3160812AS 41N3268 LEN, 3.AAK, max UDMA/133
- [ 20.694471] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
- [ 20.748823] ata1.00: configured for UDMA/133
- [ 21.055439] ata2: SATA link down (SStatus 0 SControl 300)
- [ 21.069644] scsi 0:0:0:0: Direct-Access ATA ST3160812AS 3.AA PQ: 0 ANSI: 5
- [ 21.073644] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
- [ 21.077582] sd 0:0:0:0: [sda] Write Protect is off
- [ 21.081508] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
- [ 21.081518] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
- [ 21.085585] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
- [ 21.089603] sd 0:0:0:0: [sda] Write Protect is off
- [ 21.093548] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
- [ 21.093557] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
- [ 21.097586] sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 >
- [ 21.194156] sd 0:0:0:0: [sda] Attached SCSI disk
- [ 21.198374] ACPI: PCI Interrupt Link [LFID] enabled at IRQ 10
- [ 21.202339] ACPI: PCI Interrupt 0000:00:05.1[b] -> Link [LFID] -> GSI 10 (level, low) -> IRQ 10
- [ 21.206393] PCI: Setting latency timer of device 0000:00:05.1 to 64
- [ 21.206430] scsi2 : sata_nv
- [ 21.210388] scsi3 : sata_nv
- [ 21.214329] ata3: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xcc00 irq 10
- [ 21.218198] ata4: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xcc08 irq 10
- [ 21.524402] ata3: SATA link down (SStatus 0 SControl 300)
- [ 21.840376] ata4: SATA link down (SStatus 0 SControl 300)
- [ 21.854270] Fusion MPT base driver 3.04.06
- [ 21.857799] Copyright (c) 1999-2007 LSI Corporation
- [ 21.861324] Fusion MPT SPI Host driver 3.04.06
- [ 21.865068] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 11
- [ 21.868561] ACPI: PCI Interrupt 0000:00:02.1[b] -> Link [LUB2] -> GSI 11 (level, low) -> IRQ 11
- [ 21.872095] PCI: Setting latency timer of device 0000:00:02.1 to 64
- [ 21.872097] ehci_hcd 0000:00:02.1: EHCI Host Controller
- [ 21.875636] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
- [ 21.879160] ehci_hcd 0000:00:02.1: debug port 1
- [ 21.882578] PCI: cache line size of 64 is not supported by device 0000:00:02.1
- [ 21.882582] ehci_hcd 0000:00:02.1: irq 11, io mem 0xfe02e000
- [ 21.891371] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
- [ 21.894939] usb usb1: configuration #1 chosen from 1 choice
- [ 21.898426] hub 1-0:1.0: USB hub found
- [ 21.901827] hub 1-0:1.0: 10 ports detected
- [ 22.005411] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
- [ 22.005646] ACPI: PCI Interrupt Link [LUBA] enabled at IRQ 10
- [ 22.009092] ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [LUBA] -> GSI 10 (level, low) -> IRQ 10
- [ 22.012595] PCI: Setting latency timer of device 0000:00:02.0 to 64
- [ 22.012597] ohci_hcd 0000:00:02.0: OHCI Host Controller
- [ 22.016081] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
- [ 22.019541] ohci_hcd 0000:00:02.0: irq 10, io mem 0xfe02f000
- [ 22.075432] usb usb2: configuration #1 chosen from 1 choice
- [ 22.078924] hub 2-0:1.0: USB hub found
- [ 22.082416] hub 2-0:1.0: 10 ports detected
- [ 22.186394] USB Universal Host Controller Interface driver v3.0
- [ 22.189904] Initializing USB Mass Storage driver...
- [ 22.406332] usb 2-4: new low speed USB device using ohci_hcd and address 2
- [ 22.551334] usb 2-4: configuration #1 chosen from 1 choice
- [ 22.556334] usbcore: registered new interface driver usb-storage
- [ 22.559775] USB Mass Storage support registered.
- [ 22.563204] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
- [ 22.566629] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
- [ 22.570209] serio: i8042 KBD port at 0x60,0x64 irq 1
- [ 22.573745] mice: PS/2 mouse device common for all mice
- [ 22.596730] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
- [ 22.609390] input: USB Mouse as /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input4
- [ 22.616330] input: USB HID v1.10 Mouse [USB Mouse] on usb-0000:00:02.0-4
- [ 22.619870] usbcore: registered new interface driver usbhid
- [ 22.623396] drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
- [ 22.626956] Advanced Linux Sound Architecture Driver Version 1.0.15 (Tue Nov 20 19:16:42 2007 UTC).
- [ 22.630941] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 11
- [ 22.634596] ACPI: PCI Interrupt 0000:00:06.1[b] -> Link [LAZA] -> GSI 11 (level, low) -> IRQ 11
- [ 22.638319] PCI: Setting latency timer of device 0000:00:06.1 to 64
- [ 22.873376] ALSA device list:
- [ 22.877083] #0: HDA NVidia at 0xfe024000 irq 11
- [ 22.880818] TCP cubic registered
- [ 22.884550] NET: Registered protocol family 1
- [ 22.888298] NET: Registered protocol family 17
- [ 22.891977] powernow-k8: Found 1 AMD Athlon(tm) 64 Processor 3000+ processors (1 cpu cores) (version 2.20.00)
- [ 22.895837] powernow-k8: 0 : fid 0xa (1800 MHz), vid 0x6
- [ 22.899654] powernow-k8: 1 : fid 0x2 (1000 MHz), vid 0x12
- [ 22.903437] Using IPI Shortcut mode
- [ 22.938974] kjournald starting. Commit interval 5 seconds
- [ 22.942681] EXT3-fs: mounted filesystem with ordered data mode.
- [ 22.946408] VFS: Mounted root (ext3 filesystem) readonly.
- [ 22.950302] Freeing unused kernel memory: 216k freed
- [ 26.264405] nvidia: module license 'NVIDIA' taints kernel.
- [ 26.519436] ACPI: PCI Interrupt Link [LNK6] enabled at IRQ 5
- [ 26.519440] PCI: setting IRQ 5 as level-triggered
- [ 26.519443] ACPI: PCI Interrupt 0000:06:00.0[A] -> Link [LNK6] -> GSI 5 (level, low) -> IRQ 5
- [ 26.519450] PCI: Setting latency timer of device 0000:06:00.0 to 64
- [ 26.519646] NVRM: loading NVIDIA UNIX x86 Kernel Module 169.09 Fri Jan 11 14:38:28 PST 2008
- [ 27.669115] EXT3 FS on sda9, internal journal
- [ 28.402703] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
- [ 28.427508] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
- [ 28.467096] kjournald starting. Commit interval 5 seconds
- [ 28.467101] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
- [ 28.467220] EXT3 FS on sda11, internal journal
- [ 28.467223] EXT3-fs: mounted filesystem with ordered data mode.
- [ 29.760959] Adding 2144636k swap on /dev/sda10. Priority:-1 extents:1 across:2144636k
- [ 35.894566] Drcom-Kernel 0.0.1 module loaded
- [ 35.920803] Drcom-Kernel: Authentication Started.
- [ 100.864333] Marking TSC unstable due to: cpufreq changes.
- [ 100.868220] Time: hpet clocksource has been installed.
- [ 101.365837] Clocksource tsc unstable (delta = -223067052 ns)
复制代码
.config配置文件
http://rafb.net/p/Vi3faK49.html
lsmod信息- localhost linux # lsmod
- Module Size Used by
- drcom 9504 0
- nvidia 7803776 24
复制代码
硬件信息lspci
- localhost linux # lspci
- 00:00.0 RAM memory: nVidia Corporation MCP55 Memory Controller (rev a1)
- 00:01.0 ISA bridge: nVidia Corporation MCP55 LPC Bridge (rev a2)
- 00:01.1 SMBus: nVidia Corporation MCP55 SMBus (rev a2)
- 00:01.2 RAM memory: nVidia Corporation MCP55 Memory Controller (rev a2)
- 00:02.0 USB Controller: nVidia Corporation MCP55 USB Controller (rev a1)
- 00:02.1 USB Controller: nVidia Corporation MCP55 USB Controller (rev a2)
- 00:04.0 IDE interface: nVidia Corporation MCP55 IDE (rev a1)
- 00:05.0 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2)
- 00:05.1 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2)
- 00:06.0 PCI bridge: nVidia Corporation MCP55 PCI bridge (rev a2)
- 00:06.1 Audio device: nVidia Corporation MCP55 High Definition Audio (rev a2)
- 00:08.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a2)
- 00:0b.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2)
- 00:0c.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2)
- 00:0d.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2)
- 00:0e.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2)
- 00:0f.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2)
- 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
- 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
- 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
- 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
- 06:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7600 GS] (rev a1)
复制代码
编译时间:5m2.594s |
|