Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 27th, 2011  |  syntax: None  |  size: 2.99 KB  |  hits: 117  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. / # dmesg
  2. Linux version 3.0.0+ (lekernel@localhost.localdomain) (gcc version 4.5.4 20110526 (prerelease) (Linaro GCC 4.5-2011.06-0) ) #6 Wed Jul 27 19:32:36 CEST 2011
  3. On node 0 totalpages: 294912
  4. free_area_init_node: node 0, pgdat 402324ec, node_mem_map 4024e7c0
  5.   Normal zone: 2304 pages used for memmap
  6.   Normal zone: 0 pages reserved
  7.   Normal zone: 292608 pages, LIFO batch:0
  8. bootconsole [early0] enabled
  9. pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
  10. pcpu-alloc: [0] 0
  11. Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 292608
  12. Kernel command line: init=/sbin/init root=/dev/ram0 rootfstype=ext2
  13. PID hash table entries: 4096 (order: 2, 16384 bytes)
  14. Dentry cache hash table entries: 262144 (order: 8, 1048576 bytes)
  15. Inode-cache hash table entries: 131072 (order: 7, 524288 bytes)
  16. Memory available: 109728k/1179648k RAM, (1816k kernel code, 330k data)
  17. NR_IRQS:32
  18. Console: colour dummy device 80x25
  19. console [tty0] enabled, bootconsole disabled
  20. console [ttyS0] enabled
  21. milkymist_uart: registered real console
  22. Calibrating delay loop... 126.36 BogoMIPS (lpj=631808)
  23. pid_max: default: 4096 minimum: 301
  24. Mount-cache hash table entries: 512
  25. devtmpfs: initialized
  26. NET: Registered protocol family 16
  27. milkymist_gpio e0001000.sysctl: registered
  28. bio: create slab <bio-0> at 0
  29. Switching to clocksource milkymist-timer
  30. NET: Registered protocol family 2
  31. IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
  32. TCP established hash table entries: 65536 (order: 7, 524288 bytes)
  33. TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
  34. TCP: Hash tables configured (established 65536 bind 65536)
  35. TCP reno registered
  36. NET: Registered protocol family 1
  37. Trying to unpack rootfs image as initramfs...
  38. rootfs image is not initramfs (junk in compressed archive); looks like an initrd
  39. Freeing initrd mem: 8191k freed
  40. ROMFS MTD (C) 2007 Red Hat, Inc.
  41. io scheduler noop registered
  42. io scheduler deadline registered (default)
  43. milkymist_fb e0003000.vgafb: fb0: Milkymist frame buffer at 47200000, size 1536kB
  44. milkymist_uart: Milkymist UART driver
  45. ttyS0 at I/O 0x0 (irq = 0) is a milkymist_uart
  46. milkymist_uart: added port 0 with irq 0-1 at 0xe0000000
  47. brd: module loaded
  48. loop: module loaded
  49. PPP generic driver version 2.4.2
  50. PPP Deflate Compression module registered
  51. PPP BSD Compression module registered
  52. USB: loading Navre firmware
  53. USB: starting host controller
  54. milkymist_softusb: softusb at 0xa0000000 irq 17
  55. input: e000f000.usb-ctrl as /devices/csr-bus.0/e000f000.usb-ctrl/input/input0
  56. TCP cubic registered
  57. NET: Registered protocol family 17
  58. NET: Registered protocol family 15
  59. RAMDISK: ext2 filesystem found at block 0
  60. RAMDISK: Loading 8192KiB [1 disk] into ram disk... done.
  61. VFS: Mounted root (ext2 filesystem) readonly on device 1:0.
  62. devtmpfs: mounted
  63. Freeing unused kernel mem: 104k freed
  64. / # cat /proc/cpuinfo
  65. CPU:            lm32
  66. MMU:            none
  67. FPU:            none
  68. Clocking:       78.9MHz
  69. BogoMips:       126.36
  70. Calibration:    63180800 loops
  71. / # uname -a
  72. Linux (none) 3.0.0+ #6 Wed Jul 27 19:32:36 CEST 2011 lm32 GNU/Linux