Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
3,694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. # vmmctl -e
  2. cpu0: entered VMM mode
  3. # vmmctl -S -c openbsd_amd64.vmrc
  4. /dev/ttyp0
  5. # cu -l /dev/ttyp0
  6. exit save va/pa 0xfffff000b25d000 0xb25d000
  7. exit load va/pa 0xfffff000b25e000 0xb25e000
  8. entry load va/pa 0xffffff000b34c000 0xb34c000
  9. vmd: new vm with id 3 created
  10. loading 64 bit kernel
  11. warning: bcopy during ELF kernel load not supported
  12. warning: bcopy during ELF kernel load not supported
  13. mark[start] = 0x1000000
  14. mark[entry] = 0x1000160
  15. mark[nsym] = 0x1
  16. mark[sym] = 0x1939000
  17. mark[end] = 0x1a1dc18
  18. mark[random] = 0x18a4000
  19. mark[erandom] = 0x18a6408
  20. vmd: all vcpu run threads for vm 3 launched
  21. vcpu_run_vmx: yielding the cpu
  22. vmd: waiting on thread 0
  23. vcpu_run_vmx: yielding the cpu
  24. vcpu_run_vmx: yielding the cpu
  25. loading 0x1a44000-0x4000000 (0x1a44-0x4000)
  26. loading 0x100000-0x1000000
  27. avail_start = 0x26000
  28. avail_end = 0x4000000
  29. first_avail = 0x1a44000
  30. [ bsd ELF symbol table not valid: bad magic ]
  31. [ no symbol table formats found ]
  32. Copyright (c) 1982, 1986, 1989, 1991, 1993
  33. The Regents of the University of California. All rights reserved.
  34. Copyright (c) 1995-2015 OpenBSD. All rights reserved. http://www.OpenBSD.org
  35.  
  36. OpenBSD 5.8-current (GENERIC.MP) #199: Mon Aug 31 00:25:18 PDT 2015
  37. mlarkin@miskatonic.azathoth.net:/export/bin/src/OpenBSD/vmm/src/sys/arch/amd64/compile/GENERIC
  38. vmd: i8253 PIT: 16 bit counter I/O not supported
  39. RTC BIOS diagnostic error ff<clo ck_battery,ROM_cksum,config_unit,memory_size,fixed_disk,invalid_time>
  40. real mem = 50331648 (48MB)
  41. avail mem = 45101056 (43MB)
  42. mpath0 at root
  43. scsibus0 at mpath0: 256 targets
  44. mainbus0 at root
  45. bios0 at mainbus0
  46. acpi at bios0 not configured
  47. cpu0 at mainbus0: (uniprocessor)
  48. cpu0: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz
  49. cpu0: FPU,VME,DE,PSE,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH
  50. ,DS,MMX,FXSR,SSE,SSE2,SS,HTT,PBE,SSE3,PCLMUL,DTES64,DS-CPL,SSSE3,CX16,xTPR,PCID,
  51. SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,AVX,F16C,RDRAND,HV,ITSC,FSGSBASE,SMEP,E
  52. RMS
  53. pvbus0 at mainbus0: OpenBSD
  54. vmx_handle_cpuid: unsupported rax=0x40000100
  55. pci0 at mainbus0 bus 0
  56. isa0 at mainbus0
  57. isadma0 at isa0
  58. com0 at isa0 port 0x3f8/8 irq 4: ns8250, no fifo
  59. com0: console
  60. vmm at mainbus0 not configured
  61. vmx_handle_cr: mov to cr8 @ ffffffff81318537
  62. nvram: invalid checksum
  63. vscsi0 at root
  64. scsibus1 at vscsi0: 256 targets
  65. softraid0 at root
  66. scsibus2 at softraid0: 256 targets
  67. root device:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement