Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Jan 22nd, 2010 | Syntax: None | Size: 2.81 KB | Hits: 406 | Expires: Never
Copy text to clipboard
  1. [mw@thanatos qemu-build]$ ./lm32-softmmu/qemu-system-lm32 -M milkymist -nographic -kernel ~/lm32/milkymist/vmlinux -initrd ~/lm32/milkymist/root/initrd.bin -append "console=ttyS0,115200 root=/dev/ram"
  2. Linux version 2.6.23 (lekernel@pm) (gcc version 4.4.1 (GCC) ) #1 Fri Jan 22 16:44:20 CET 2010
  3. memory from 40266000 - 44000000
  4. reserving initrd memory: 41002000 size 800000
  5. start_mem is 0x40266000
  6. virtual_end is 0x44000000
  7. before free_area_init
  8. free_area_init -> start_mem is 0x40266000
  9. virtual_end is 0x44000000
  10. after free_area_init
  11. Built 1 zonelists in Zone order.  Total pages: 138720
  12. Kernel command line: console=ttyS0,115200 root=/dev/ram
  13. PID hash table entries: 4096 (order: 12, 16384 bytes)
  14. Console: colour dummy device 80x25
  15. console [ttyS0] enabled
  16. milkymist_uart: registered real console
  17. Dentry cache hash table entries: 262144 (order: 7, 1048576 bytes)
  18. Inode-cache hash table entries: 131072 (order: 6, 524288 bytes)
  19. Memory available: 48640k/65536k RAM, (2236k kernel code, 120k data)
  20. Mount-cache hash table entries: 1024
  21. NET: Registered protocol family 16
  22. NET: Registered protocol family 2
  23. IP route cache hash table entries: 65536 (order: 5, 262144 bytes)
  24. TCP established hash table entries: 262144 (order: 8, 2097152 bytes)
  25. TCP bind hash table entries: 65536 (order: 5, 262144 bytes)
  26. TCP: Hash tables configured (established 262144 bind 65536)
  27. TCP reno registered
  28. checking if image is initramfs...it isn't (bad gzip magic numbers); looks like an initrd
  29. Freeing initrd mem: 8192k freed
  30. NTFS driver 2.1.28 [Flags: R/O].
  31. io scheduler noop registered (default)
  32. milkymist_uart: Milkymist UART driver
  33. ttyS0 at I/O 0x0 (irq = 3) is a milkymist_uart
  34. milkymist_uart: added port 0 with irq 3-4 at 0x80000000
  35. RAMDISK driver initialized: 1 RAM disks of 8192K size 1024 blocksize
  36. loop: module loaded
  37. xsysace: error initializing device at 0xa0000000
  38. xsysace: could not initialize device
  39. xsysace: probe of xsysace.0 failed with error -12
  40. PPP generic driver version 2.4.2
  41. PPP Deflate Compression module registered
  42. PPP BSD Compression module registered
  43. SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256).
  44. CSLIP: code copyright 1989 Regents of the University of California.
  45. eth0: Open Ethernet Core Version 1.0
  46. mice: PS/2 mouse device common for all mice
  47. TCP cubic registered
  48. NET: Registered protocol family 1
  49. NET: Registered protocol family 17
  50. RAMDISK: ext2 filesystem found at block 0
  51. RAMDISK: Loading 8192KiB [1 disk] into ram disk... done.
  52. VFS: Mounted root (ext2 filesystem) readonly.
  53. mount: mounting /dev/xsa1 on /mnt failed: No such device or address
  54. init: Booting to single user mode
  55.  
  56.  
  57. BusyBox v1.7.1 (2008-02-06 15:33:22 CET) built-in shell (msh)
  58. Enter 'help' for a list of built-in commands.
  59.  
  60. root:/> uname -a
  61. uClinux milkymist_ml401 2.6.23 #1 Fri Jan 22 16:44:20 CET 2010 lm32 unknown
  62. root:/>