Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
redox
redox
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 211
    • Issues 211
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • redox-os
  • redoxredox
  • Issues
  • #16

Closed
Open
Opened Sep 30, 2015 by Jeremy Soller@jackpot51Owner

Unable to run Redox

Created by: Sarjo2222

While trying to run Redox in VirtualBox under OS X, a "critical error" occurs.

Console dump:

make virtualbox
echo "Delete VM"
Delete VM
"/Applications/VirtualBox.app/Contents/MacOS/VBoxManage" unregistervm Redox --delete
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
echo "Delete Disk"
Delete Disk
rm harddrive.vdi
rm: harddrive.vdi: No such file or directory
make: [virtualbox] Error 1 (ignored)
echo "Create VM"
Create VM
"/Applications/VirtualBox.app/Contents/MacOS/VBoxManage" createvm --name Redox --register
Virtual machine 'Redox' is created and registered.
UUID: d7c90d10-3c76-45c4-b2f6-7393070baf10
Settings file: '/Users/redacted/VirtualBox VMs/Redox/Redox.vbox'
echo "Set Configuration"
Set Configuration
"/Applications/VirtualBox.app/Contents/MacOS/VBoxManage" modifyvm Redox --memory 512
"/Applications/VirtualBox.app/Contents/MacOS/VBoxManage" modifyvm Redox --vram 64
"/Applications/VirtualBox.app/Contents/MacOS/VBoxManage" modifyvm Redox --nic1 nat
"/Applications/VirtualBox.app/Contents/MacOS/VBoxManage" modifyvm Redox --nictype1 82540EM
"/Applications/VirtualBox.app/Contents/MacOS/VBoxManage" modifyvm Redox --nictrace1 on
"/Applications/VirtualBox.app/Contents/MacOS/VBoxManage" modifyvm Redox --nictracefile1 build/network.pcap
"/Applications/VirtualBox.app/Contents/MacOS/VBoxManage" modifyvm Redox --uart1 0x3F8 4
"/Applications/VirtualBox.app/Contents/MacOS/VBoxManage" modifyvm Redox --uartmode1 file build/serial.log
"/Applications/VirtualBox.app/Contents/MacOS/VBoxManage" modifyvm Redox --usb on
"/Applications/VirtualBox.app/Contents/MacOS/VBoxManage" modifyvm Redox --audio "coreaudio"
"/Applications/VirtualBox.app/Contents/MacOS/VBoxManage" modifyvm Redox --audiocontroller ac97
echo "Create Disk"
Create Disk
"/Applications/VirtualBox.app/Contents/MacOS/VBoxManage" convertfromraw build/harddrive.bin build/harddrive.vdi
Converting from raw image file="build/harddrive.bin" to file="build/harddrive.vdi"...
Creating dynamic image with size 21481984 bytes (21MB)...
echo "Attach Disk"
Attach Disk
"/Applications/VirtualBox.app/Contents/MacOS/VBoxManage" storagectl Redox --name IDE --add ide --controller PIIX4 --bootable on
"/Applications/VirtualBox.app/Contents/MacOS/VBoxManage" storageattach Redox --storagectl IDE --port 0 --device 0 --type hdd --medium build/harddrive.vdi
echo "Run VM"
Run VM
"/Applications/VirtualBox.app/Contents/MacOS/VirtualBox" --startvm Redox --dbg
2015-09-30 20:14:00.066 VirtualBox[31213:1401640] 20:14:00.066 WARNING:  140: This application, or a library it uses, is using the deprecated Carbon Component Manager for hosting Audio Units. Support for this will be removed in a future release. Also, this makes the host incompatible with version 3 audio units. Please transition to the API's in AudioComponent.h.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!
!!                 Guru Meditation 1155 (VINF_EM_TRIPLE_FAULT)
!!
!! Skipping ring-0 registers and stack, rcErr=VINF_EM_TRIPLE_FAULT
!!
!! {mappings, <NULL>}
!!

The mappings are DISABLED.
00000000ff400000 - 00000000ffbfffff  Hypervisor Memory Area
!!
!! {hma, <NULL>}
!!
Hypervisor Memory Area (HMA) Layout: Base 00000000ff400000, 0x00800000 bytes
00000000ff849000-00000000ff84a000                                   DYNAMIC                  fence
00000000ff839000-00000000ff849000                                   DYNAMIC                  Dynamic mapping
00000000ff838000-00000000ff839000                                   DYNAMIC                  fence
00000000ff828000-00000000ff838000 00007f9c6a8d4000 00007f9c6a8d4000 LOCKED                   alloc once (PDM_DEVICE_USER)
00000000ff7a8000-00000000ff828000                                   MMIO2   0000000000000000 VGA VRam
00000000ff7a7000-00000000ff7a8000                                   DYNAMIC                  fence
00000000ff766000-00000000ff7a7000 000000011a863000 000000011a863000 LOCKED                   alloc once (PGM_PHYS)
00000000ff765000-00000000ff766000                                   DYNAMIC                  fence
00000000ff751000-00000000ff765000 00007f9c6b297000 00007f9c6b297000 LOCKED                   alloc once (PDM_DEVICE)
00000000ff750000-00000000ff751000                                   DYNAMIC                  fence
00000000ff74c000-00000000ff750000 0000000114525000 ffffff802f2cc000 LOCKED                   alloc once (VMM)
00000000ff74b000-00000000ff74c000                                   DYNAMIC                  fence
00000000ff74a000-00000000ff74b000 0000000106491000 0000000000000000 HCPHYS  0000000024a7c000 GIP
00000000ff749000-00000000ff74a000                                   DYNAMIC                  fence
00000000ff548000-00000000ff749000 0000000110fb4000 0000000110fb4000 LOCKED                   alloc once (PGM_PHYS)
00000000ff547000-00000000ff548000                                   DYNAMIC                  fence
00000000ff52c000-00000000ff547000 00007f9c6a146000 00007f9c6a146000 LOCKED                   alloc once (PGM_POOL)
00000000ff52b000-00000000ff52c000                                   DYNAMIC                  fence
00000000ff526000-00000000ff52b000                                   DYNAMIC                  CR3 mapping
00000000ff525000-00000000ff526000                                   DYNAMIC                  fence
00000000ff524000-00000000ff525000 000000010bfe1000 ffffff802f2ad000 LOCKED                   alloc once (CPUM_CTX)
00000000ff523000-00000000ff524000                                   DYNAMIC                  fence
00000000ff423000-00000000ff523000 0000000110b13000 0000000110b13000 LOCKED                   Heap
00000000ff422000-00000000ff423000                                   DYNAMIC                  fence
00000000ff401000-00000000ff422000 0000000110e0c000 ffffff921ae35000 LOCKED                   VM
00000000ff400000-00000000ff401000                                   DYNAMIC                  fence
!!
!! {cpumguest, verbose}
!!
Guest CPUM (VCPU 0) state: 
eax=0000b200 ebx=00004144 ecx=00000300 edx=534d4150 esi=00005058 edi=00005200
eip=00000003 esp=00008fec ebp=00000000 iopl=0      rf nv up di pl zr na po nc
cs={0008 base=0000000000000000 limit=ffffffff flags=0000c09b} dr0=00000000 dr1=00000000
ds={0010 base=0000000000000000 limit=ffffffff flags=0000c093} dr2=00000000 dr3=00000000
es={0010 base=0000000000000000 limit=ffffffff flags=0000c093} dr4=00000000 dr5=00000000
fs={0010 base=0000000000000000 limit=ffffffff flags=0000c093} dr6=ffff0ff0 dr7=00000400
gs={0010 base=0000000000000000 limit=ffffffff flags=0000c093} cr0=00000013 cr2=00000000
ss={0010 base=0000000000000000 limit=ffffffff flags=0000c093} cr3=00000000 cr4=00000600
gdtr=0000000000008391:0019  idtr=0000000000008fc7:0801  eflags=00010006
ldtr={0000 base=00000000 limit=0000ffff flags=00000082}
tr  ={0000 base=00000000 limit=0000ffff flags=0000008b}
SysEnter={cs=0000 eip=00000000 esp=00000000}
xcr=0000000000000001 xcr1=0000000000000000 xss=0000000000000000 (fXStateMask=0000000000000000)
FCW=0b7f FSW=0000 FTW=0000 FOP=0000 MXCSR=00001f80 MXCSR_MASK=0000ffff
FPUIP=00000000 CS=0000 Rsrvd1=0000  FPUDP=00000000 DS=0000 Rsvrd2=0000
ST(0)=FPR0={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0 (*)
ST(1)=FPR1={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0 (*)
ST(2)=FPR2={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0 (*)
ST(3)=FPR3={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0 (*)
ST(4)=FPR4={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0 (*)
ST(5)=FPR5={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0 (*)
ST(6)=FPR6={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0 (*)
ST(7)=FPR7={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0 (*)
XMM0 =00000000'00000000'00000000'00000000  XMM1 =00000000'00000000'00000000'00000000
XMM2 =00000000'00000000'00000000'00000000  XMM3 =00000000'00000000'00000000'00000000
XMM4 =00000000'00000000'00000000'00000000  XMM5 =00000000'00000000'00000000'00000000
XMM6 =00000000'00000000'00000000'00000000  XMM7 =00000000'00000000'00000000'00000000
XMM8 =00000000'00000000'00000000'00000000  XMM9 =00000000'00000000'00000000'00000000
XMM10=00000000'00000000'00000000'00000000  XMM11=00000000'00000000'00000000'00000000
XMM12=00000000'00000000'00000000'00000000  XMM13=00000000'00000000'00000000'00000000
XMM14=00000000'00000000'00000000'00000000  XMM15=00000000'00000000'00000000'00000000
EFER         =0000000000000000
PAT          =0007040600070406
STAR         =0000000000000000
CSTAR        =0000000000000000
LSTAR        =0000000000000000
SFMASK       =0000000000000000
KERNELGSBASE =0000000000000000
!!
!! {cpumguestinstr, verbose}
!!

CPUM: 0008:00000003 f0 53                   Illegal opcode

!!
!! {cpumhyper, verbose}
!!
Hypervisor CPUM state: 
.eax=00000000 .ebx=00000000 .ecx=00000000 .edx=00000000 .esi=00000000 .edi=00000000
.eip=00000000 .esp=ff750000 .ebp=00000000 .iopl=0           nv up di pl zr na pe nc
.cs={0000 base=0000000000000000 limit=00000000 flags=00000000} .dr0=00000000 .dr1=00000000
.ds={0000 base=0000000000000000 limit=00000000 flags=00000000} .dr2=00000000 .dr3=00000000
.es={0000 base=0000000000000000 limit=00000000 flags=00000000} .dr4=00000000 .dr5=00000000
.fs={0000 base=0000000000000000 limit=00000000 flags=00000000} .dr6=00000000 .dr7=00000400
.gs={0000 base=0000000000000000 limit=00000000 flags=00000000} .cr0=00000000 .cr2=00000000
.ss={0000 base=0000000000000000 limit=00000000 flags=00000000} .cr3=00000000 .cr4=00000000
.gdtr=0000000000000000:0000  .idtr=0000000000000000:0000  .eflags=00000000
.ldtr={0000 base=00000000 limit=00000000 flags=00000000}
.tr  ={0000 base=00000000 limit=00000000 flags=00000000}
.SysEnter={cs=0000 eip=00000000 esp=00000000}
.xcr=0000000000000000 .xcr1=0000000000000000 .xss=0000000000000000 (fXStateMask=0000000000000000)
.FCW=0000 .FSW=0000 .FTW=0000 .FOP=0000 .MXCSR=00000000 .MXCSR_MASK=00000000
.FPUIP=00000000 .CS=0000 .Rsrvd1=0000  .FPUDP=00000000 .DS=0000 .Rsvrd2=0000
.ST(0)=.FPR0={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0 (*)
.ST(1)=.FPR1={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0 (*)
.ST(2)=.FPR2={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0 (*)
.ST(3)=.FPR3={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0 (*)
.ST(4)=.FPR4={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0 (*)
.ST(5)=.FPR5={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0 (*)
.ST(6)=.FPR6={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0 (*)
.ST(7)=.FPR7={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0 (*)
.XMM0 =00000000'00000000'00000000'00000000  .XMM1 =00000000'00000000'00000000'00000000
.XMM2 =00000000'00000000'00000000'00000000  .XMM3 =00000000'00000000'00000000'00000000
.XMM4 =00000000'00000000'00000000'00000000  .XMM5 =00000000'00000000'00000000'00000000
.XMM6 =00000000'00000000'00000000'00000000  .XMM7 =00000000'00000000'00000000'00000000
.XMM8 =00000000'00000000'00000000'00000000  .XMM9 =00000000'00000000'00000000'00000000
.XMM10=00000000'00000000'00000000'00000000  .XMM11=00000000'00000000'00000000'00000000
.XMM12=00000000'00000000'00000000'00000000  .XMM13=00000000'00000000'00000000'00000000
.XMM14=00000000'00000000'00000000'00000000  .XMM15=00000000'00000000'00000000'00000000
.EFER         =0000000000000000
.PAT          =0000000000000000
.STAR         =0000000000000000
.CSTAR        =0000000000000000
.LSTAR        =0000000000000000
.SFMASK       =0000000000000000
.KERNELGSBASE =0000000000000000
CR4OrMask=0x204 CR4AndMask=0x403
!!
!! {cpumhost, verbose}
!!
Host CPUM state: 
rax=xxxxxxxxxxxxxxxx rbx=0000000000000000 rcx=xxxxxxxxxxxxxxxx
rdx=xxxxxxxxxxxxxxxx rsi=0000000000000000 rdi=0000000000000000
rip=xxxxxxxxxxxxxxxx rsp=0000000000000000 rbp=0000000000000000
 r8=xxxxxxxxxxxxxxxx  r9=xxxxxxxxxxxxxxxx r10=0000000000000000
r11=0000000000000000 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0          nv up di pl zr na pe nc
cs=0000  ds=0000  es=0000  fs=0000  gs=0000                   eflags=00000000
cr0=0000000000000000 cr2=xxxxxxxxxxxxxxxx cr3=0000000000000000
cr4=0000000000000000 ldtr=0000 tr=0000
dr[0]=0000000000000000 dr[1]=0000000000000000 dr[2]=0000000000000000
dr[3]=0000000000000000 dr[6]=0000000000000000 dr[7]=0000000000000000
gdtr=0000000000000000:0000  idtr=0000000000000000:0000
SysEnter={cs=0000 eip=00000000 esp=00000000}
FSbase=0000000000000000 GSbase=0000000000000000 efer=00000000
!!
!! {mode, all}
!!
Guest paging mode:  Protected (changed 6 times), A20 enabled (changed 2 times)
Shadow paging mode: EPT
Host paging mode:   AMD64+G+NX
!!
!! {cpuid, verbose}
!!
         Raw Standard CPUID Leaves
     Leaf/sub-leaf  eax      ebx      ecx      edx
Gst: 00000000/0000  0000000d 756e6547 6c65746e 49656e69
Hst:                0000000d 756e6547 6c65746e 49656e69
Gst: 00000001/0000  00040661 00000800 56d8220b 078bfbff
Hst:                00040661 00100800 7ffafbff bfebfbff
Gst: 00000002/0000  76036301 00f0b5ff 00000000 00c10000
Hst:                76036301 00f0b5ff 00000000 00c10000
Gst: 00000003/0000  00000000 00000000 00000000 00000000
Hst:                00000000 00000000 00000000 00000000
Gst: 00000004/0000  00000121 01c0003f 0000003f 00000000
Hst:                1c004121 01c0003f 0000003f 00000000
Gst: 00000004/0001  00000122 01c0003f 0000003f 00000000
Hst:                1c004122 01c0003f 0000003f 00000000
Gst: 00000004/0002  00000143 01c0003f 000001ff 00000000
Hst:                1c004143 01c0003f 000001ff 00000000
Gst: 00000004/0003  00000163 02c0003f 00001fff 00000006
Hst:                1c03c163 02c0003f 00001fff 00000006
Gst: 00000004/0004  00000183 03c0f03f 00001fff 00000004
Hst:                1c03c183 03c0f03f 00001fff 00000004
Gst: 00000004/0005  00000000 00000000 00000000 00000000
Hst:                00000000 00000000 00000000 00000000
Gst: 00000005/0000  00000040 00000040 00000000 00000000
Hst:                00000040 00000040 00000003 00042120
Gst: 00000006/0000  00000000 00000000 00000000 00000000
Hst:                00000077 00000002 00000009 00000000
Gst: 00000007/0000  00000000 00002000 00000000 00000000
Hst:                00000000 00002fbb 00000000 00000000
Gst: 00000007/0001  00000000 00000000 00000000 00000000
Hst:                00000000 00000000 00000000 00000000
Gst: 00000008/0000  00000000 00000000 00000000 00000000
Hst:                00000000 00000000 00000000 00000000
Gst: 00000009/0000  00000000 00000000 00000000 00000000
Hst:                00000000 00000000 00000000 00000000
Gst: 0000000a/0000  00000000 00000000 00000000 00000000
Hst:                07300403 00000000 00000000 00000603
Gst: 0000000b/0000  00000000 00000001 00000100 00000000
Hst:                00000001 00000002 00000100 00000000
Gst: 0000000b/0001  00000001 00000001 00000201 00000000
Hst:                00000004 00000008 00000201 00000000
Gst: 0000000b/0002  00000000 00000000 00000002 00000000
Hst:                00000000 00000000 00000002 00000000
Gst: 0000000c/0000  00000000 00000000 00000000 00000000
Hst:                00000000 00000000 00000000 00000000
Gst: 0000000d/0000  00000007 00000340 00000340 00000000
Hst:                00000007 00000340 00000340 00000000
Gst: 0000000d/0001  00000000 00000000 00000000 00000000
Hst:                00000001 00000000 00000000 00000000
Gst: 0000000d/0002  00000100 00000240 00000000 00000000
Hst:                00000100 00000240 00000000 00000000
Gst: 0000000d/0003  00000000 00000000 00000000 00000000
Hst:                00000000 00000000 00000000 00000000
                               Name: GenuineIntel
                           Supports: 0x00000000-0x0000000d
                             Family:  6     Extended: 0     Effective: 6
                              Model:  6     Extended: 4     Effective: 70
                           Stepping: 1
                               Type: 0 (primary)
                            APIC ID: 0x00
                       Logical CPUs: 0
                       CLFLUSH Size: 8
                           Brand ID: 0x00
Features
  Mnemonic - Description                                  = guest (host)
  FPU - x87 FPU on Chip                                   = 1 (1)
  VME - Virtual 8086 Mode Enhancements                    = 1 (1)
  DE - Debugging extensions                               = 1 (1)
  PSE - Page Size Extension                               = 1 (1)
  TSC - Time Stamp Counter                                = 1 (1)
  MSR - Model Specific Registers                          = 1 (1)
  PAE - Physical Address Extension                        = 1 (1)
  MCE - Machine Check Exception                           = 1 (1)
  CX8 - CMPXCHG8B instruction                             = 1 (1)
  APIC - APIC On-Chip                                     = 1 (1)
  SEP - SYSENTER and SYSEXIT Present                      = 1 (1)
  MTRR - Memory Type Range Registers                      = 1 (1)
  PGE - PTE Global Bit                                    = 1 (1)
  MCA - Machine Check Architecture                        = 1 (1)
  CMOV - Conditional Move instructions                    = 1 (1)
  PAT - Page Attribute Table                              = 1 (1)
  PSE-36 - 36-bit Page Size Extension                     = 1 (1)
  PSN - Processor Serial Number                           = 0 (0)
  CLFSH - CLFLUSH instruction                             = 1 (1)
  DS - Debug Store                                        = 0 (1)
  ACPI - Thermal Mon. & Soft. Clock Ctrl.                 = 0 (1)
  MMX - Intel MMX Technology                              = 1 (1)
  FXSR - FXSAVE and FXRSTOR instructions                  = 1 (1)
  SSE - SSE support                                       = 1 (1)
  SSE2 - SSE2 support                                     = 1 (1)
  SS - Self Snoop                                         = 0 (1)
  HTT - Hyper-Threading Technology                        = 0 (1)
  TM - Therm. Monitor                                     = 0 (1)
  PBE - Pending Break Enabled                             = 0 (1)
  SSE3 - SSE3 support                                     = 1 (1)
  PCLMUL - PCLMULQDQ support (for AES-GCM)                = 1 (1)
  DTES64 - DS Area 64-bit Layout                          = 0 (1)
  MONITOR - MONITOR/MWAIT instructions                    = 1 (1)
  CPL-DS - CPL Qualified Debug Store                      = 0 (1)
  VMX - Virtual Machine Extensions                        = 0 (1)
  SMX - Safer Mode Extensions                             = 0 (1)
  EST - Enhanced SpeedStep Technology                     = 0 (1)
  TM2 - Terminal Monitor 2                                = 0 (1)
  SSSE3 - Supplemental Streaming SIMD Extensions 3        = 1 (1)
  CNTX-ID - L1 Context ID                                 = 0 (0)
  SDBG - Silicon Debug interface                          = 0 (1)
  FMA - Fused Multiply Add extensions                     = 0 (1)
  CX16 - CMPXCHG16B instruction                           = 1 (1)
  TPRUPDATE - xTPR Update Control                         = 0 (1)
  PDCM - Perf/Debug Capability MSR                        = 0 (1)
  PCID - Process Context Identifiers                      = 0 (1)
  DCA - Direct Cache Access                               = 0 (0)
  SSE4_1 - SSE4_1 support                                 = 1 (1)
  SSE4_2 - SSE4_2 support                                 = 1 (1)
  X2APIC - x2APIC support                                 = 0 (1)
  MOVBE - MOVBE instruction                               = 1 (1)
  POPCNT - POPCNT instruction                             = 1 (1)
  TSCDEADL - Time Stamp Counter Deadline                  = 0 (1)
  AES - AES instructions                                  = 1 (1)
  XSAVE - XSAVE instruction                               = 1 (1)
  OSXSAVE - OSXSAVE instruction                           = 0 (1)
  AVX - AVX support                                       = 1 (1)
  F16C - 16-bit floating point conversion instructions    = 0 (1)
  RDRAND - RDRAND instruction                             = 1 (1)
  HVP - Hypervisor Present (we're a guest)                = 0 (0)
Structured Extended Feature Flags Enumeration (leaf 7):
  Mnemonic - Description                                  = guest (host)
  FSGSBASE - RDFSBASE/RDGSBASE/WRFSBASE/WRGSBASE instr.   = 0 (1)
  TSCADJUST - Supports MSR_IA32_TSC_ADJUST                = 0 (1)
  BMI1 - Advanced Bit Manipulation extension 1            = 0 (1)
  HLE - Hardware Lock Elision                             = 0 (1)
  AVX2 - Advanced Vector Extensions 2                     = 0 (1)
  SMEP - Supervisor Mode Execution Prevention             = 0 (1)
  BMI2 - Advanced Bit Manipulation extension 2            = 0 (1)
  ERMS - Enhanced REP MOVSB/STOSB instructions            = 0 (1)
  INVPCID - INVPCID instruction                           = 0 (1)
  RTM - Restricted Transactional Memory                   = 0 (1)
  PQM - Platform Quality of Service Monitoring            = 0 (0)
  DEPFPU_CS_DS - Deprecates FPU CS, FPU DS values if set  = 1 (1)
  MPE - Intel Memory Protection Extensions                = 0 (0)
  PQE - Platform Quality of Service Enforcement           = 0 (0)
  AVX512F - AVX512 Foundation instructions                = 0 (0)
  RDSEED - RDSEED instruction                             = 0 (0)
  ADX - ADCX/ADOX instructions                            = 0 (0)
  SMAP - Supervisor Mode Access Prevention                = 0 (0)
  CLFLUSHOPT - CLFLUSHOPT (Cache Line Flush) instruction  = 0 (0)
  INTEL_PT - Intel Processor Trace                        = 0 (0)
  AVX512PF - AVX512 Prefetch instructions                 = 0 (0)
  AVX512ER - AVX512 Exponential & Reciprocal instructions = 0 (0)
  AVX512CD - AVX512 Conflict Detection instructions       = 0 (0)
  SHA - Secure Hash Algorithm extensions                  = 0 (0)
  PREFETCHWT1 - PREFETCHWT1 instruction                   = 0 (0)
  PKU - Protection Key for Usermode pages                 = 0 (0)
  OSPKU - CR4.PKU mirror                                  = 0 (0)
Processor Extended State Enumeration (leaf 0xd):
   XSAVE area cur/max size by XCR0, guest: 0x340/0x340
    XSAVE area cur/max size by XCR0, host: 0x340/0x340
                   Valid XCR0 bits, guest: 0x00000000`00000007 ( x87 SSE YMM_Hi128 )
                    Valid XCR0 bits, host: 0x00000000`00000007 ( x87 SSE YMM_Hi128 )
                    XSAVE features, guest:
                     XSAVE features, host: XSAVEOPT
      XSAVE area cur size XCR0|XSS, guest: 0x0
       XSAVE area cur size XCR0|XSS, host: 0x0
               Valid IA32_XSS bits, guest: 0x00000000`00000000
                Valid IA32_XSS bits, host: 0x00000000`00000000
  State #2, guest: off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128
  State #2, host:  off=0x0240, cb=0x0100 IA32_XSS-bit -- YMM_Hi128
         Raw Hypervisor CPUID Leaves
     Leaf/sub-leaf  eax      ebx      ecx      edx
Gst: 40000000/0000  40000001 786f4256 786f4256 786f4256
Hst:                00000007 00000340 00000340 00000000
Gst: 40000001/0000  656e6f6e 00000000 00000000 00000000
Hst:                00000007 00000340 00000340 00000000
         Raw Extended CPUID Leaves
     Leaf/sub-leaf  eax      ebx      ecx      edx
Gst: 80000000/0000  80000008 00000000 00000000 00000000
Hst:                80000008 00000000 00000000 00000000
Gst: 80000001/0000  00000000 00000000 00000021 28100800
Hst:                00000000 00000000 00000021 2c100800
Gst: 80000002/0000  65746e49 2952286c 726f4320 4d542865
Hst:                65746e49 2952286c 726f4320 4d542865
Gst: 80000003/0000  37692029 3738342d 20514830 20555043
Hst:                37692029 3738342d 20514830 20555043
Gst: 80000004/0000  2e322040 48473035 0000007a 00000000
Hst:                2e322040 48473035 0000007a 00000000
Gst: 80000005/0000  00000000 00000000 00000000 00000000
Hst:                00000000 00000000 00000000 00000000
Gst: 80000006/0000  00000000 00000000 01006040 00000000
Hst:                00000000 00000000 01006040 00000000
Gst: 80000007/0000  00000000 00000000 00000000 00000100
Hst:                00000000 00000000 00000000 00000100
Gst: 80000008/0000  00003027 00000000 00000000 00000000
Hst:                00003027 00000000 00000000 00000000
Ext Name:                        
Ext Supports:                    0x80000000-0x80000008
Family:                          0      Extended: 0     Effective: 0
Model:                           0      Extended: 0     Effective: 0
Stepping:                        0
Brand ID:                        0x000
Ext Features
  Mnemonic - Description                                  = guest (host)
  FPU - x87 FPU on Chip                                   = 0 (0)
  VME - Virtual 8086 Mode Enhancements                    = 0 (0)
  DE - Debugging extensions                               = 0 (0)
  PSE - Page Size Extension                               = 0 (0)
  TSC - Time Stamp Counter                                = 0 (0)
  MSR - K86 Model Specific Registers                      = 0 (0)
  PAE - Physical Address Extension                        = 0 (0)
  MCE - Machine Check Exception                           = 0 (0)
  CX8 - CMPXCHG8B instruction                             = 0 (0)
  APIC - APIC On-Chip                                     = 0 (0)
  SEP - SYSCALL/SYSRET                                    = 1 (1)
  MTRR - Memory Type Range Registers                      = 0 (0)
  PGE - PTE Global Bit                                    = 0 (0)
  MCA - Machine Check Architecture                        = 0 (0)
  CMOV - Conditional Move instructions                    = 0 (0)
  PAT - Page Attribute Table                              = 0 (0)
  PSE-36 - 36-bit Page Size Extension                     = 0 (0)
  NX - No-Execute/Execute-Disable                         = 1 (1)
  AXMMX - AMD Extensions to MMX instructions              = 0 (0)
  MMX - Intel MMX Technology                              = 0 (0)
  FXSR - FXSAVE and FXRSTOR Instructions                  = 0 (0)
  FFXSR - AMD fast FXSAVE and FXRSTOR instructions        = 0 (0)
  Page1GB - 1 GB large page                               = 0 (1)
  RDTSCP - RDTSCP instruction                             = 1 (1)
  LM - AMD64 Long Mode                                    = 1 (1)
  3DNOWEXT - AMD Extensions to 3DNow                      = 0 (0)
  3DNOW - AMD 3DNow                                       = 0 (0)
  LahfSahf - LAHF/SAHF support in 64-bit mode             = 1 (1)
  CmpLegacy - Core multi-processing legacy mode           = 0 (0)
  SVM - AMD VM extensions                                 = 0 (0)
  EXTAPIC - AMD Extended APIC registers                   = 0 (0)
  CR8L - AMD LOCK MOV CR0 means MOV CR8                   = 0 (0)
  ABM - AMD Advanced Bit Manipulation                     = 1 (1)
  SSE4A - SSE4A instructions                              = 0 (0)
  MISALIGNSSE - AMD Misaligned SSE mode                   = 0 (0)
  3DNOWPRF - AMD PREFETCH and PREFETCHW instructions      = 0 (0)
  OSVW - AMD OS Visible Workaround                        = 0 (0)
  IBS - Instruct Based Sampling                           = 0 (0)
  XOP - Extended Operation support                        = 0 (0)
  SKINIT - SKINIT, STGI, and DEV support                  = 0 (0)
  WDT - AMD Watchdog Timer support                        = 0 (0)
  LWP - Lightweight Profiling support                     = 0 (0)
  FMA4 - Four operand FMA instruction support             = 0 (0)
  NodeId - NodeId in MSR C001_100C                        = 0 (0)
  TBM - Trailing Bit Manipulation instructions            = 0 (0)
  TOPOEXT - Topology Extensions                           = 0 (0)
Full Name:                       "Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz"
TLB 2/4M Instr/Uni:              res0     0 entries
TLB 2/4M Data:                   res0     0 entries
TLB 4K Instr/Uni:                res0     0 entries
TLB 4K Data:                     res0     0 entries
L1 Instr Cache Line Size:        0 bytes
L1 Instr Cache Lines Per Tag:    0
L1 Instr Cache Associativity:    res0  
L1 Instr Cache Size:             0 KB
L1 Data Cache Line Size:         0 bytes
L1 Data Cache Lines Per Tag:     0
L1 Data Cache Associativity:     res0  
L1 Data Cache Size:              0 KB
L2 TLB 2/4M Instr/Uni:           off       0 entries
L2 TLB 2/4M Data:                off       0 entries
L2 TLB 4K Instr/Uni:             off       0 entries
L2 TLB 4K Data:                  off       0 entries
L2 Cache Line Size:              0 bytes
L2 Cache Lines Per Tag:          0
L2 Cache Associativity:          off   
L2 Cache Size:                   0 KB
APM Features:                    TscInvariant
Host Invariant-TSC support:      true 
Physical Address Width:          39 bits
Virtual Address Width:           48 bits
Guest Physical Address Width:    0 bits
Physical Core Count:             0
!!
!! {handlers, phys virt hyper stats}
!!
Physical handlers: (PhysHandlers=12952 (0x3298))
From             - To (incl)         HandlerHC         UserHC            HandlerGC UserGC    Type     Description
00000000000a0000 - 00000000000bffff  0000000108259f00  0000000110b28010  00000000  ff438010  MMIO     VGA - VGA Video Buffer
00000000000c0000 - 00000000000c8fff  000000010827a7d0  0000000110b281e0  00000000  ff4381e0  Write    VGA BIOS
00000000000e0000 - 00000000000e0fff  000000010827a7d0  0000000110b32650  00000000  ff442650  Write    ACPI RSDP
00000000000e1000 - 00000000000e1fff  000000010827a7d0  0000000110b1c220  00000000  ff42c220  Write    DMI tables
00000000000e2000 - 00000000000effff  000000010827a7d0  0000000110b1cb20  00000000  ff42cb20  Write    Net Boot ROM
00000000000f0000 - 00000000000fffff  000000010827a7d0  0000000110b1c310  00000000  ff42c310  Write    PC BIOS - 0xfffff
00000000e0000000 - 00000000e3ffffff  0000000114549850  00007f9c6b297100  00000000  ff751100  Write    VGA LFB
00000000f0000000 - 00000000f001ffff  0000000108259f00  0000000110b33300  00000000  ff443300  MMIO     E1000
00000000f0804000 - 00000000f0804fff  0000000108259f00  0000000110b33880  00000000  ff443880  MMIO     USB OHCI
00000000fee00000 - 00000000fee00fff  0000000108259f00  0000000110b1f280  00000000  ff42f280  MMIO     APIC Memory
00000000ffff0000 - 00000000ffffffff  000000010827a7d0  0000000110b1c650  00000000  ff42c650  Write    PC BIOS - 0xffffffff
!!
!! {timers, <NULL>}
!!
Timers (pVM=0000000110e0c000)
pTimerR3         offNext  offPrev  offSched Clock               Time             Expire HzHint State                     Description
0000000110b33c50 ffffff80 ffff47c0 00000000 Real            24050768           24050766      0 2-ACTIVE                  EMT Yielder
0000000110b33bd0 00000000 00000080 00000000 Real            24050768           24051083      0 2-ACTIVE                  CPU Load Timer
0000000110b32fe0 00000000 00000000 00000000 Virt          2670787467                  0      0 1-STOPPED                 Serial Transmit Timer
0000000110b32f60 00000000 00000000 00000000 Virt          2670787467                  0      0 1-STOPPED                 Serial Fifo Timer
0000000110b32c20 00000000 fffed680 00000000 VrSy          2669926095       599932015941      0 2-ACTIVE                  ACPI PM Timer
0000000110b30ff0 00000000 00000000 00000000 Virt          2670787467                  0      0 1-STOPPED                 USB Frame Timer
0000000110b2f690 00000000 00000000 00000000 Virt          2670787467         2674294596      0 2-ACTIVE                  DevIchAc97
0000000110b2f610 00000000 00000000 00000000 Virt          2670787467                  0      0 1-STOPPED                 E1000 Link Up Timer
0000000110b2f590 00000000 00000000 00000000 Virt          2670787467                  0      0 1-STOPPED                 E1000 Late Interrupt Timer
0000000110b28410 0000b840 00000000 00000000 Real            24050768           24050763      0 2-ACTIVE                  VGA Refresh Timer
0000000110b27800 00000000 00000000 00000000 Virt          2670787467                  0      0 1-STOPPED                 HB Check Timer
0000000110b20320 00000000 00000000 00000000 VrSy          2669926095         1990244140      0 1-STOPPED                 MC146818 RTC/CMOS - Second2
0000000110b202a0 00012980 fffffa20 00000000 VrSy          2669926095         2990000000      0 2-ACTIVE                  MC146818 RTC/CMOS - Second
0000000110b20220 fffffaa0 00000000 00000000 VrSy          2669926095         2670898438   1024 2-ACTIVE                  MC146818 RTC/CMOS - Periodic
0000000110b1fcc0 000005e0 00000560 00000000 VrSy          2669926095         2671630869    444 2-ACTIVE                  i8254 Programmable Interval Timer
0000000110b1f430 00000000 00000000 00000000 VrSy          2669926095                  0      0 1-STOPPED                 APIC Timer #0
0000000110b1e580 00000000 00000000 00000000 Virt          2670787467                  0      0 1-STOPPED                 PS2M Delay Timer
0000000110b1e500 00000000 00000000 00000000 Real            24050768                  0      0 1-STOPPED                 PS2M Throttle Timer
0000000110b1e480 00000000 00000000 00000000 Virt          2670787467           13535546      0 1-STOPPED                 PS2K Delay Timer
0000000110b1e400 00000000 00000000 00000000 Real            24050768                  0      0 1-STOPPED                 PS2K Typematic Timer
0000000110b1bb80 00000000 00000000 00000000 Real            24050768                  0      0 1-STOPPED                 BlkCache-Commit
!!
!! {activetimers, <NULL>}
!!
Active Timers (pVM=0000000110e0c000)
pTimerR3         offNext  offPrev  offSched Clock               Time             Expire HzHint State                     Description
0000000110b28410 0000b840 00000000 00000000 Real            24050768           24050763      0 2-ACTIVE                  VGA Refresh Timer
0000000110b33c50 ffffff80 ffff47c0 00000000 Real            24050768           24050766      0 2-ACTIVE                  EMT Yielder
0000000110b33bd0 00000000 00000080 00000000 Real            24050768           24051083      0 2-ACTIVE                  CPU Load Timer
0000000110b2f690 00000000 00000000 00000000 Virt          2670787467         2674294596      0 2-ACTIVE                  DevIchAc97
0000000110b20220 fffffaa0 00000000 00000000 VrSy          2669926095         2670898438   1024 2-ACTIVE                  MC146818 RTC/CMOS - Periodic
0000000110b1fcc0 000005e0 00000560 00000000 VrSy          2669926095         2671630869    444 2-ACTIVE                  i8254 Programmable Interval Timer
0000000110b202a0 00012980 fffffa20 00000000 VrSy          2669926095         2990000000      0 2-ACTIVE                  MC146818 RTC/CMOS - Second
0000000110b32c20 00000000 fffed680 00000000 VrSy          2669926095       599932015941      0 2-ACTIVE                  ACPI PM Timer
!!
!! {apic}
!!
Local APIC at fee00900:
  LAPIC ID  : 00000000
    APIC ID = 00
  APIC VER   : 00050014
    version  = 14
    lvts     = 6
  TPR        : 00000000
    task pri = 0/0
  PPR        : 00000000
    cpu pri  = 0/0
  LDR       : 00000000
    log id  = 00
  DFR       : 0fffffff
  SVR       : 0000010f
    focus   = check on
    lapic   = ENABLED
    vector  = 0f
  ISR       : 0000000000000000000000000000000000000000000000000000000000000000
    pending = none
  IRR       : 0000000000000000000000000000000000000000000000000000000000000000
    pending = none
!!
!! {cfgm}
!!
pRoot=00007f9c6bc891a0:{/}
[/] (level 0)
  CpuExecutionCap   <integer> = 0x0000000000000064 (100)
  EnablePAE         <integer> = 0x0000000000000001 (1)
  HMEnabled         <integer> = 0x0000000000000001 (1)
  MemBalloonSize    <integer> = 0x0000000000000000 (0)
  Name              <string>  = "Redox" (cb=6)
  NumCPUs           <integer> = 0x0000000000000001 (1)
  PageFusionAllowed <integer> = 0x0000000000000000 (0)
  RamHoleSize       <integer> = 0x0000000020000000 (536 870 912, 512 MB)
  RamSize           <integer> = 0x0000000020000000 (536 870 912, 512 MB)
  TimerMillies      <integer> = 0x000000000000000a (10)
  UUID              <bytes>   = "10 0d c9 d7 76 3c c4 45 b2 f6 73 93 07 0b af 10" (cb=16)

[/CPUM/] (level 1)
  PortableCpuIdLevel <integer> = 0x0000000000000000 (0)

[/DBGF/] (level 1)
  Path <string>  = "/Users/redacted/VirtualBox VMs/Redox/debug/;/Users/redacted/VirtualBox VMs/Redox/;/Users/redacted/" (cb=114)

[/Devices/] (level 1)

[/Devices/8237A/] (level 2)

[/Devices/8237A/0/] (level 3)
  Trusted <integer> = 0x0000000000000001 (1)

[/Devices/8237A/0/Config/] (level 4) (restricted root)

[/Devices/VMMDev/] (level 2)

[/Devices/VMMDev/0/] (level 3)
  PCIBusNo      <integer> = 0x0000000000000000 (0)
  PCIDeviceNo   <integer> = 0x0000000000000004 (4)
  PCIFunctionNo <integer> = 0x0000000000000000 (0)
  Trusted       <integer> = 0x0000000000000001 (1)

[/Devices/VMMDev/0/Config/] (level 4) (restricted root)
  GuestCoreDumpDir <string>  = "/Users/redacted/VirtualBox VMs/Redox/Snapshots" (cb=52)
  RamSize          <integer> = 0x0000000020000000 (536 870 912, 512 MB)

[/Devices/VMMDev/0/LUN#0/] (level 4)
  Driver <string>  = "HGCM" (cb=5)

[/Devices/VMMDev/0/LUN#0/Config/] (level 5) (restricted root)
  Object <integer> = 0x00007f9c6b800580 (140 309 795 177 856)

[/Devices/VMMDev/0/LUN#999/] (level 4)
  Driver <string>  = "MainStatus" (cb=11)

[/Devices/VMMDev/0/LUN#999/Config/] (level 5) (restricted root)
  First   <integer> = 0x0000000000000000 (0)
  Last    <integer> = 0x0000000000000000 (0)
  papLeds <integer> = 0x00007f9c6a0a9a58 (140 309 770 705 496)

[/Devices/acpi/] (level 2)

[/Devices/acpi/0/] (level 3)
  PCIBusNo      <integer> = 0x0000000000000000 (0)
  PCIDeviceNo   <integer> = 0x0000000000000007 (7)
  PCIFunctionNo <integer> = 0x0000000000000000 (0)
  Trusted       <integer> = 0x0000000000000001 (1)

[/Devices/acpi/0/Config/] (level 4) (restricted root)
  CpuHotPlug        <integer> = 0x0000000000000000 (0)
  FdcEnabled        <integer> = 0x0000000000000000 (0)
  HostBusPciAddress <integer> = 0x0000000000000000 (0)
  HpetEnabled       <integer> = 0x0000000000000000 (0)
  IOAPIC            <integer> = 0x0000000000000000 (0)
  IocPciAddress     <integer> = 0x0000000000010000 (65 536)
  NumCPUs           <integer> = 0x0000000000000001 (1)
  RamHoleSize       <integer> = 0x0000000020000000 (536 870 912, 512 MB)
  RamSize           <integer> = 0x0000000020000000 (536 870 912, 512 MB)
  Serial0IoPortBase <integer> = 0x00000000000003f8 (1 016)
  Serial0Irq        <integer> = 0x0000000000000004 (4)
  Serial1IoPortBase <integer> = 0x0000000000000000 (0)
  Serial1Irq        <integer> = 0x0000000000000000 (0)
  ShowCpu           <integer> = 0x0000000000000000 (0)
  ShowRtc           <integer> = 0x0000000000000000 (0)
  SmcEnabled        <integer> = 0x0000000000000000 (0)

[/Devices/acpi/0/LUN#0/] (level 4)
  Driver <string>  = "ACPIHost" (cb=9)

[/Devices/acpi/0/LUN#0/Config/] (level 5) (restricted root)

[/Devices/apic/] (level 2)

[/Devices/apic/0/] (level 3)
  Trusted <integer> = 0x0000000000000001 (1)

[/Devices/apic/0/Config/] (level 4) (restricted root)
  IOAPIC  <integer> = 0x0000000000000000 (0)
  NumCPUs <integer> = 0x0000000000000001 (1)

[/Devices/e1000/] (level 2)

[/Devices/e1000/0/] (level 3)
  PCIBusNo      <integer> = 0x0000000000000000 (0)
  PCIDeviceNo   <integer> = 0x0000000000000003 (3)
  PCIFunctionNo <integer> = 0x0000000000000000 (0)
  Trusted       <integer> = 0x0000000000000001 (1)

[/Devices/e1000/0/Config/] (level 4) (restricted root)
  AdapterType    <integer> = 0x0000000000000000 (0)
  CableConnected <integer> = 0x0000000000000001 (1)
  LineSpeed      <integer> = 0x0000000000000000 (0)
  MAC            <bytes>   = "08 00 27 4a c3 c9" (cb=6)

[/Devices/e1000/0/LUN#0/] (level 4)
  Driver <string>  = "NetSniffer" (cb=11)

[/Devices/e1000/0/LUN#0/AttachedDriver/] (level 5)
  Driver <string>  = "NAT" (cb=4)

[/Devices/e1000/0/LUN#0/AttachedDriver/Config/] (level 6) (restricted root)
  AliasMode       <integer> = 0x0000000000000000 (0)
  BootFile        <string>  = "Redox.pxe" (cb=10)
  DNSProxy        <integer> = 0x0000000000000000 (0)
  Network         <string>  = "10.0.2.0/24" (cb=12)
  PassDomain      <integer> = 0x0000000000000001 (1)
  TFTPPrefix      <string>  = "/Users/redacted/Library/VirtualBox/TFTP" (cb=45)
  UseHostResolver <integer> = 0x0000000000000000 (0)

[/Devices/e1000/0/LUN#0/Config/] (level 5) (restricted root)
  File <string>  = "build/network.pcap" (cb=19)

[/Devices/e1000/0/LUN#999/] (level 4)
  Driver <string>  = "MainStatus" (cb=11)

[/Devices/e1000/0/LUN#999/Config/] (level 5) (restricted root)
  First   <integer> = 0x0000000000000000 (0)
  Last    <integer> = 0x0000000000000000 (0)
  papLeds <integer> = 0x00007f9c6a0a9938 (140 309 770 705 208)

[/Devices/i8254/] (level 2)

[/Devices/i8254/0/] (level 3)

[/Devices/i8254/0/Config/] (level 4) (restricted root)

[/Devices/i8259/] (level 2)

[/Devices/i8259/0/] (level 3)
  Trusted <integer> = 0x0000000000000001 (1)

[/Devices/i8259/0/Config/] (level 4) (restricted root)

[/Devices/ichac97/] (level 2)

[/Devices/ichac97/0/] (level 3)
  PCIBusNo      <integer> = 0x0000000000000000 (0)
  PCIDeviceNo   <integer> = 0x0000000000000005 (5)
  PCIFunctionNo <integer> = 0x0000000000000000 (0)
  Trusted       <integer> = 0x0000000000000001 (1)

[/Devices/ichac97/0/AudioConfig/] (level 4)

[/Devices/ichac97/0/Config/] (level 4) (restricted root)
  Codec <string>  = "STAC9700" (cb=9)

[/Devices/ichac97/0/LUN#0/] (level 4)
  Driver <string>  = "AUDIO" (cb=6)

[/Devices/ichac97/0/LUN#0/AttachedDriver/] (level 5)
  Driver <string>  = "CoreAudio" (cb=10)

[/Devices/ichac97/0/LUN#0/AttachedDriver/Config/] (level 6) (restricted root)
  StreamName <string>  = "Redox" (cb=6)

[/Devices/ichac97/0/LUN#0/Config/] (level 5) (restricted root)

[/Devices/ichac97/0/LUN#1/] (level 4)
  Driver <string>  = "AUDIO" (cb=6)

[/Devices/ichac97/0/LUN#1/AttachedDriver/] (level 5)
  Driver <string>  = "AudioVRDE" (cb=10)

[/Devices/ichac97/0/LUN#1/AttachedDriver/Config/] (level 6) (restricted root)
  AudioDriver      <string>  = "AudioVRDE" (cb=10)
  Object           <integer> = 0x00007f9c69546830 (140 309 758 765 104)
  ObjectVRDPServer <integer> = 0x00007f9c6b05e200 (140 309 787 173 376)
  StreamName       <string>  = "Redox" (cb=6)

[/Devices/ichac97/0/LUN#1/Config/] (level 5) (restricted root)

[/Devices/mc146818/] (level 2)

[/Devices/mc146818/0/] (level 3)

[/Devices/mc146818/0/Config/] (level 4) (restricted root)
  UseUTC <integer> = 0x0000000000000000 (0)

[/Devices/parallel/] (level 2)

[/Devices/pcarch/] (level 2)

[/Devices/pcarch/0/] (level 3)
  Trusted <integer> = 0x0000000000000001 (1)

[/Devices/pcarch/0/Config/] (level 4) (restricted root)

[/Devices/pcbios/] (level 2)

[/Devices/pcbios/0/] (level 3)
  Trusted <integer> = 0x0000000000000001 (1)

[/Devices/pcbios/0/Config/] (level 4) (restricted root)
  BootDevice0    <string>  = "FLOPPY" (cb=7)
  BootDevice1    <string>  = "DVD" (cb=4)
  BootDevice2    <string>  = "IDE" (cb=4)
  BootDevice3    <string>  = "NONE" (cb=5)
  FloppyDevice   <string>  = "i82078" (cb=7)
  HardDiskDevice <string>  = "piix3ide" (cb=9)
  IOAPIC         <integer> = 0x0000000000000000 (0)
  McfgBase       <integer> = 0x0000000000000000 (0)
  McfgLength     <integer> = 0x0000000000000000 (0)
  NumCPUs        <integer> = 0x0000000000000001 (1)
  PXEDebug       <integer> = 0x0000000000000000 (0)
  RamHoleSize    <integer> = 0x0000000020000000 (536 870 912, 512 MB)
  RamSize        <integer> = 0x0000000020000000 (536 870 912, 512 MB)
  UUID           <bytes>   = "10 0d c9 d7 76 3c c4 45 b2 f6 73 93 07 0b af 10" (cb=16)

[/Devices/pcbios/0/Config/NetBoot/] (level 5)

[/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
  NIC           <integer> = 0x0000000000000000 (0)
  PCIBusNo      <integer> = 0x0000000000000000 (0)
  PCIDeviceNo   <integer> = 0x0000000000000003 (3)
  PCIFunctionNo <integer> = 0x0000000000000000 (0)

[/Devices/pci/] (level 2)

[/Devices/pci/0/] (level 3)
  Trusted <integer> = 0x0000000000000001 (1)

[/Devices/pci/0/Config/] (level 4) (restricted root)
  IOAPIC <integer> = 0x0000000000000000 (0)

[/Devices/pckbd/] (level 2)

[/Devices/pckbd/0/] (level 3)
  Trusted <integer> = 0x0000000000000001 (1)

[/Devices/pckbd/0/Config/] (level 4) (restricted root)

[/Devices/pckbd/0/LUN#0/] (level 4)
  Driver <string>  = "KeyboardQueue" (cb=14)

[/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
  Driver <string>  = "MainKeyboard" (cb=13)

[/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6) (restricted root)
  Object <integer> = 0x00007f9c6bd57740 (140 309 800 777 536)

[/Devices/pckbd/0/LUN#0/Config/] (level 5) (restricted root)
  QueueSize <integer> = 0x0000000000000040 (64)

[/Devices/pckbd/0/LUN#1/] (level 4)
  Driver <string>  = "MouseQueue" (cb=11)

[/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
  Driver <string>  = "MainMouse" (cb=10)

[/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6) (restricted root)
  Object <integer> = 0x00007f9c6bda8b40 (140 309 801 110 336)

[/Devices/pckbd/0/LUN#1/Config/] (level 5) (restricted root)
  QueueSize <integer> = 0x0000000000000080 (128)

[/Devices/pcnet/] (level 2)

[/Devices/piix3ide/] (level 2)

[/Devices/piix3ide/0/] (level 3)
  PCIBusNo      <integer> = 0x0000000000000000 (0)
  PCIDeviceNo   <integer> = 0x0000000000000001 (1)
  PCIFunctionNo <integer> = 0x0000000000000001 (1)
  Trusted       <integer> = 0x0000000000000001 (1)

[/Devices/piix3ide/0/Config/] (level 4) (restricted root)
  Type <string>  = "PIIX4" (cb=6)

[/Devices/piix3ide/0/Config/PrimaryMaster/] (level 5)
  NonRotationalMedium <integer> = 0x0000000000000000 (0)

[/Devices/piix3ide/0/LUN#0/] (level 4)
  Driver <string>  = "Block" (cb=6)

[/Devices/piix3ide/0/LUN#0/AttachedDriver/] (level 5)
  Driver <string>  = "VD" (cb=3)

[/Devices/piix3ide/0/LUN#0/AttachedDriver/Config/] (level 6) (restricted root)
  Format <string>  = "VDI" (cb=4)
  Path   <string>  = "/Users/redacted/Documents/RProjects/redox/build/harddrive.vdi" (cb=67)
  Type   <string>  = "HardDisk" (cb=9)

[/Devices/piix3ide/0/LUN#0/Config/] (level 5) (restricted root)
  Mountable <integer> = 0x0000000000000000 (0)
  Type      <string>  = "HardDisk" (cb=9)

[/Devices/piix3ide/0/LUN#999/] (level 4)
  Driver <string>  = "MainStatus" (cb=11)

[/Devices/piix3ide/0/LUN#999/Config/] (level 5) (restricted root)
  DeviceInstance        <string>  = "piix3ide/0" (cb=11)
  First                 <integer> = 0x0000000000000000 (0)
  Last                  <integer> = 0x0000000000000003 (3)
  pConsole              <integer> = 0x00007f9c6a0a9400 (140 309 770 703 872)
  papLeds               <integer> = 0x00007f9c6a0a9728 (140 309 770 704 680)
  pmapMediumAttachments <integer> = 0x00007f9c6a0a9a78 (140 309 770 705 528)

[/Devices/serial/] (level 2)

[/Devices/serial/0/] (level 3)

[/Devices/serial/0/Config/] (level 4) (restricted root)
  IOBase <integer> = 0x00000000000003f8 (1 016)
  IRQ    <integer> = 0x0000000000000004 (4)

[/Devices/serial/0/LUN#0/] (level 4)
  Driver <string>  = "Char" (cb=5)

[/Devices/serial/0/LUN#0/AttachedDriver/] (level 5)
  Driver <string>  = "RawFile" (cb=8)

[/Devices/serial/0/LUN#0/AttachedDriver/Config/] (level 6) (restricted root)
  Location <string>  = "build/serial.log" (cb=17)

[/Devices/serial/0/LUN#0/Config/] (level 5) (restricted root)

[/Devices/usb-ohci/] (level 2)

[/Devices/usb-ohci/0/] (level 3)
  PCIBusNo      <integer> = 0x0000000000000000 (0)
  PCIDeviceNo   <integer> = 0x0000000000000006 (6)
  PCIFunctionNo <integer> = 0x0000000000000000 (0)
  Trusted       <integer> = 0x0000000000000001 (1)

[/Devices/usb-ohci/0/Config/] (level 4) (restricted root)

[/Devices/usb-ohci/0/LUN#0/] (level 4)
  Driver <string>  = "VUSBRootHub" (cb=12)

[/Devices/usb-ohci/0/LUN#0/Config/] (level 5) (restricted root)

[/Devices/usb-ohci/0/LUN#999/] (level 4)
  Driver <string>  = "MainStatus" (cb=11)

[/Devices/usb-ohci/0/LUN#999/Config/] (level 5) (restricted root)
  First   <integer> = 0x0000000000000000 (0)
  Last    <integer> = 0x0000000000000000 (0)
  papLeds <integer> = 0x00007f9c6a0a9a60 (140 309 770 705 504)

[/Devices/vga/] (level 2)

[/Devices/vga/0/] (level 3)
  PCIBusNo      <integer> = 0x0000000000000000 (0)
  PCIDeviceNo   <integer> = 0x0000000000000002 (2)
  PCIFunctionNo <integer> = 0x0000000000000000 (0)
  Trusted       <integer> = 0x0000000000000001 (1)

[/Devices/vga/0/Config/] (level 4) (restricted root)
  CustomVideoModes <integer> = 0x0000000000000000 (0)
  FadeIn           <integer> = 0x0000000000000001 (1)
  FadeOut          <integer> = 0x0000000000000001 (1)
  HeightReduction  <integer> = 0x0000000000000000 (0)
  LogoFile         <string>  = "" (cb=1)
  LogoTime         <integer> = 0x0000000000000000 (0)
  MonitorCount     <integer> = 0x0000000000000001 (1)
  ShowBootMenu     <integer> = 0x0000000000000002 (2)
  VRamSize         <integer> = 0x0000000004000000 (67 108 864, 64 MB)

[/Devices/vga/0/LUN#0/] (level 4)
  Driver <string>  = "MainDisplay" (cb=12)

[/Devices/vga/0/LUN#0/Config/] (level 5) (restricted root)
  Object <integer> = 0x00007f9c698c2e00 (140 309 762 420 224)

[/Devices/vga/0/LUN#999/] (level 4)
  Driver <string>  = "MainStatus" (cb=11)

[/Devices/vga/0/LUN#999/Config/] (level 5) (restricted root)
  First   <integer> = 0x0000000000000000 (0)
  Last    <integer> = 0x0000000000000000 (0)
  papLeds <integer> = 0x00007f9c6a0a9a70 (140 309 770 705 520)

[/Devices/virtio-net/] (level 2)

[/EM/] (level 1)
  TripleFaultReset <integer> = 0x0000000000000000 (0)

[/GIM/] (level 1)
  Provider <string>  = "None" (cb=5)

[/HM/] (level 1)
  64bitEnabled       <integer> = 0x0000000000000001 (1)
  EnableLargePages   <integer> = 0x0000000000000001 (1)
  EnableNestedPaging <integer> = 0x0000000000000001 (1)
  EnableUX           <integer> = 0x0000000000000001 (1)
  EnableVPID         <integer> = 0x0000000000000001 (1)
  Exclusive          <integer> = 0x0000000000000000 (0)
  HMForced           <integer> = 0x0000000000000001 (1)

[/MM/] (level 1)
  CanUseLargerHeap <integer> = 0x0000000000000000 (0)

[/PDM/] (level 1)

[/PDM/AsyncCompletion/] (level 2)

[/PDM/AsyncCompletion/File/] (level 3)

[/PDM/AsyncCompletion/File/BwGroups/] (level 4)

[/PDM/BlkCache/] (level 2)
  CacheSize <integer> = 0x0000000000500000 (5 242 880, 5 MB)

[/PDM/Devices/] (level 2)

[/PDM/Drivers/] (level 2)

[/PDM/Drivers/VBoxC/] (level 3)
  Path <string>  = "/Applications/VirtualBox.app/Contents/MacOS/components/VBoxC" (cb=61)

[/PDM/NetworkShaper/] (level 2)

[/PDM/NetworkShaper/BwGroups/] (level 3)

[/TM/] (level 1)
  UTCOffset <integer> = 0x0000000000000000 (0)

[/USB/] (level 1)

[/USB/USBProxy/] (level 2)

[/USB/USBProxy/GlobalConfig/] (level 3)

!!
!! {clocks}
!!
Cpu Tick:         6659602380 (0x0000018cf177cc) 2494226323Hz paused - virtualized - virtual clock
 Virtual:         2670787467 (0x0000009f30fb8b) 1000000000Hz paused
VirtSync:         2669926095 (0x0000009f23d6cf) paused
          offset 455528  catch-up rate 5 %
    Real:           24050773 (0x000000016efc55) 1000Hz
!!
!! {cmos1}
!!
First CMOS bank, offsets 0x0E - 0x7F
Offset 00 : --- use 'info rtc' to show CMOS clock --- 00 00
Offset 10 : 00 00 f0 00 0e 80 02 ff-ff 2f 00 00 00 00 29 00
Offset 20 : 10 ff ff ff ff 3f 00 00-00 00 00 00 00 00 08 21
Offset 30 : ff ff 20 00 00 1f 00 20-20 00 00 00 00 31 00 00
Offset 40 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
Offset 50 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
Offset 60 : 01 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
Offset 70 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
!!
!! {cmos2}
!!
Second CMOS bank, offsets 0x80 - 0xFF
Offset 80 : 00 00 18 00 ff ff ff ff-ff ff 00 00 00 00 00 00
Offset 90 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
Offset a0 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
Offset b0 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
Offset c0 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
Offset d0 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
Offset e0 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
Offset f0 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
!!
!! {e1k0}
!!
E1000 #0: port=d010 mmio=00000000f0000000 mac-cfg=08:00:27:4a:c3:c9 82540EM GC R0
    CTRL = 00000a09
  STATUS = 00000081
    EECD = 00000100
    EERD = 00000000
CTRL_EXT = 00000000
     FLA = 00000000
    MDIC = 00000000
    FCAL = 00000000
    FCAH = 00000000
     FCT = 00000000
     VET = 00000000
     ICR = 00000000
     ITR = 00000000
     ICS = 00000000
     IMS = 00000000
     IMC = 00000000
    RCTL = 00000000
   FCTTV = 00000000
    TXCW = 00000000
    RXCW = 00000000
    TCTL = 00000000
    TIPG = 00000000
    AIFS = 00000000
  LEDCTL = 00000000
     PBA = 00000000
   FCRTL = 00000000
   FCRTH = 00000000
    RDFH = 00000000
    RDFT = 00000000
   RDFHS = 00000000
   RDFTS = 00000000
   RDFPC = 00000000
   RDBAL = 00000000
   RDBAH = 00000000
   RDLEN = 00000000
     RDH = 00000000
     RDT = 00000000
    RDTR = 00000000
  RXDCTL = 00000000
    RADV = 00000000
   RSRPD = 00000000
  TXDMAC = 00000000
    TDFH = 00000000
    TDFT = 00000000
   TDFHS = 00000000
   TDFTS = 00000000
   TDFPC = 00000000
   TDBAL = 00000000
   TDBAH = 00000000
   TDLEN = 00000000
     TDH = 00000000
     TDT = 00000000
    TIDV = 00000000
  TXDCTL = 00000000
    TADV = 00000000
   TSPMT = 01000400
 CRCERRS = 00000000
ALGNERRC = 00000000
 SYMERRS = 00000000
  RXERRC = 00000000
     MPC = 00000000
     SCC = 00000000
    ECOL = 00000000
     MCC = 00000000
 LATECOL = 00000000
    COLC = 00000000
      DC = 00000000
   TNCRS = 00000000
     SEC = 00000000
 CEXTERR = 00000000
    RLEC = 00000000
  XONRXC = 00000000
  XONTXC = 00000000
 XOFFRXC = 00000000
 XOFFTXC = 00000000
   FCRUC = 00000000
   PRC64 = 00000000
  PRC127 = 00000000
  PRC255 = 00000000
  PRC511 = 00000000
 PRC1023 = 00000000
 PRC1522 = 00000000
    GPRC = 00000000
    BPRC = 00000000
    MPRC = 00000000
    GPTC = 00000000
   GORCL = 00000000
   GORCH = 00000000
   GOTCL = 00000000
   GOTCH = 00000000
    RNBC = 00000000
     RUC = 00000000
     RFC = 00000000
     ROC = 00000000
     RJC = 00000000
  MGTPRC = 00000000
  MGTPDC = 00000000
  MGTPTC = 00000000
    TORL = 00000000
    TORH = 00000000
    TOTL = 00000000
    TOTH = 00000000
     TPR = 00000000
     TPT = 00000000
   PTC64 = 00000000
  PTC127 = 00000000
  PTC255 = 00000000
  PTC511 = 00000000
 PTC1023 = 00000000
 PTC1522 = 00000000
    MPTC = 00000000
    BPTC = 00000000
   TSCTC = 00000000
  TSCTFC = 00000000
  RXCSUM = 00000000
     WUC = 00000000
    WUFC = 00000000
     WUS = 00000000
    MANC = 00000000
    IPAV = 00000000
    WUPL = 00000000
RA00: DST 08:00:27:4a:c3:c9

-- Receive Descriptors (0 total) --

-- Receive Descriptors in Cache (at 0 (RDH 0)/ fetched 0 / max 16) --

-- Transmit Descriptors (0 total) --

-- Transmit Descriptors in Cache (at 0 (TDH 0)/ fetched 0 / max 64) --
!!
!! {fflags}
!!
Global FFs: 0x0
CPU 0 FFs: 0x6
    INTERRUPT_PIC, TIMER
  Groups:
    EXTERNAL_HALTED, HIGH_PRIORITY_PRE, HM_TO_R3, ALL_REM
!!
!! {gdtguest}
!!
Guest GDT (GCAddr=0000000000008391 limit=19):
0008 - 0000ffff 00cf9b00 - base=00000000 limit=ffffffff dpl=0 CodeER Accessed Present Page 32-bit 
0010 - 0000ffff 00cf9300 - base=00000000 limit=ffffffff dpl=0 DataRW Accessed Present Page 32-bit 
!!
!! {guestprops}
!!
/VirtualBox/HostInfo/GUI/LanguageID: 'en_US', 1443640440387930000
/VirtualBox/HostInfo/VBoxVerExt: '5.0.4', 1443640439976285000 (TRANSIENT, RDONLYGUEST)
/VirtualBox/HostGuest/SysprepExec: '', 1443640439975951000 (TRANSIENT, RDONLYGUEST)
/VirtualBox/HostGuest/SysprepArgs: '', 1443640439976013000 (TRANSIENT, RDONLYGUEST)
/VirtualBox/HostInfo/VBoxRev: '102546', 1443640439976312000 (TRANSIENT, RDONLYGUEST)
/VirtualBox/HostInfo/VBoxVer: '5.0.4', 1443640439976262000 (TRANSIENT, RDONLYGUEST)
!!
!! {ioport}
!!
I/O Port R3 ranges (pVM=0000000110e0c000)
Range     pDevIns          In               Out              pvUser           Description
0000-0007 00007f9c6bcd27d0 000000011458ba00 000000011458c800 00007f9c6bcd28e0 DMA8 Address
0008-000f 00007f9c6bcd27d0 000000011458bbc0 000000011458baa0 00007f9c6bcd28e0 DMA8 Control
0020-0021 0000000110b1f4b0 000000011455dd30 000000011455e200 0000000000000000 i8259 PIC #0
0040-0043 0000000110b1f980 000000011455bb50 000000011455bd20 0000000000000000 i8254 Programmable Interval Timer
0060-0060 0000000110b1de00 0000000114530f60 0000000114531590 0000000000000000 PC Keyboard - Data
0061-0061 0000000110b1f980 000000011455b8e0 000000011455b7a0 0000000000000000 PC Speaker
0064-0064 0000000110b1de00 0000000114530730 00000001145316e0 0000000000000000 PC Keyboard - Command / Status
0070-0073 0000000110b1fe60 0000000114563ad0 0000000114564830 0000000000000000 MC146818 RTC/CMOS
0080-0087 00007f9c6bcd27d0 000000011458bcc0 000000011458bd10 00007f9c6bcd28e0 DMA8 Page
0088-008f 00007f9c6bcd27d0 000000011458bcc0 000000011458bd10 00007f9c6bcd2980 DMA16 Page
0092-0092 00007f9c696e8f50 000000011456b240 000000011456b2b0 0000000000000000 PS/2 system control port A (A20 and more)
00a0-00a1 0000000110b1f4b0 000000011455dd30 000000011455e200 0000000000000001 i8259 PIC #1
00c0-00cf 00007f9c6bcd27d0 000000011458ba00 000000011458c800 00007f9c6bcd2980 DMA16 Address
00d0-00df 00007f9c6bcd27d0 000000011458bbc0 000000011458baa0 00007f9c6bcd2980 DMA16 Control
00f0-00ff 00007f9c696e8f50 000000011456b150 000000011456b190 0000000000000000 Math Co-Processor (DOS/OS2 mode)
0170-0170 0000000110b28550 0000000114559990 0000000114559c70 0000000000000001 ATA I/O Base 1 - Data
0171-0177 0000000110b28550 0000000114555c00 0000000114552f70 0000000000000001 ATA I/O Base 1 - Other
01ce-01ce 00007f9c6b297000 00000001145441b0 0000000114544080 0000000000000000 VGA/VBE - Index
01cf-01cf 00007f9c6b297000 00000001145440f0 0000000114547f30 0000000000000000 VGA/VBE - Data
01f0-01f0 0000000110b28550 0000000114559990 0000000114559c70 0000000000000000 ATA I/O Base 1 - Data
01f1-01f7 0000000110b28550 0000000114555c00 0000000114552f70 0000000000000000 ATA I/O Base 1 - Other
0376-0376 0000000110b28550 000000011454ec90 0000000114554190 0000000000000001 ATA I/O Base 2
03b0-03b3 00007f9c6b297000 0000000114549760 00000001145497c0 0000000000000000 VGA - 3b0 (HGSMI host)
03b4-03b5 00007f9c6b297000 0000000114543ff0 0000000114547250 0000000000000000 VGA - 3b4
03b6-03b6 00007f9c6b297000 00000001145442c0 00000001145442a0 0000000000000000 VBE BIOS Extra Data
03b7-03b7 00007f9c6b297000 0000000114544240 0000000114544250 0000000000000000 VGA BIOS debug/panic
03b8-03b8 00007f9c6b297000 0000000114544890 0000000114544640 0000000000000000 BIOS Logo
03ba-03ba 00007f9c6b297000 0000000114543ff0 0000000114547250 0000000000000000 VGA - 3ba
03c0-03cf 00007f9c6b297000 0000000114543ff0 0000000114547250 0000000000000000 VGA - 3c0
03d0-03d3 00007f9c6b297000 0000000114549760 00000001145497c0 0000000000000000 VGA - 3d0 (HGSMI guest)
03d4-03d5 00007f9c6b297000 0000000114543ff0 0000000114547250 0000000000000000 VGA - 3d4
03da-03da 00007f9c6b297000 0000000114543ff0 0000000114547250 0000000000000000 VGA - 3da
03f6-03f6 0000000110b28550 000000011454ec90 0000000114554190 0000000000000000 ATA I/O Base 2
03f8-03ff 0000000110b32ca0 0000000114592f70 0000000114593200 0000000000000000 SERIAL
0400-0403 00007f9c6a27a020 0000000114565900 0000000114565eb0 0000000000000000 Bochs PC BIOS - Panic & Debug
04d0-04d0 0000000110b1f4b0 000000011455ce60 000000011455cef0 0000000110b1f5b0 i8259 PIC #0 - elcr
04d1-04d1 0000000110b1f4b0 000000011455ce60 000000011455cef0 0000000110b1f5f8 i8259 PIC #1 - elcr
0504-0504 0000000110b206a0 0000000108191e10 000000011456c6a0 0000000000000000 VMMDev backdoor logging
0505-0505 0000000110b206a0 000000011456b930 000000011456b8f0 0000000000000000 VMMDev timesync backdoor
0cf8-0cf8 0000000110b1ce10 0000000114538840 00000001145387c0 0000000000000000 i440FX (PCI)
0cfc-0cff 0000000110b1ce10 0000000114538960 00000001145388c0 0000000000000000 i440FX (PCI)
4000-4000 0000000110b31070 000000011455ef60 000000011455ee90 0000000110b31170 ACPI PM1a Status
4002-4002 0000000110b31070 000000011455f0b0 000000011455f000 0000000110b31170 ACPI PM1a Enable
4004-4004 0000000110b31070 000000011455edf0 000000011455faf0 0000000110b31170 ACPI PM1a Control
4008-4008 0000000110b31070 000000011455f720 0000000108190c00 0000000110b31170 ACPI PM Timer
4020-4020 0000000110b31070 000000011455ed50 0000000114560ac0 0000000110b31170 ACPI GPE0 Status
4021-4021 0000000110b31070 000000011455ecb0 0000000114560a20 0000000110b31170 ACPI GPE0 Enable
4040-4040 0000000110b31070 0000000108191e10 000000011455f3b0 0000000110b31170 ACPI Battery status index
4044-4044 0000000110b31070 000000011455f200 0000000108190c00 0000000110b31170 ACPI Battery status data
4048-4048 0000000110b31070 0000000108191e10 000000011455f120 0000000110b31170 ACPI system info index
404c-404c 0000000110b31070 00000001145602a0 000000011455f960 0000000110b31170 ACPI system info data
4050-4050 0000000110b31070 0000000108191e10 000000011455f8c0 0000000110b31170 ACPI Reset
442e-442e 0000000110b31070 0000000108191e10 000000011455ec00 0000000110b31170 ACPI SMI
8900-8900 00007f9c6a27a020 0000000114565900 0000000114565eb0 0000000000000000 Bochs PC BIOS - Shutdown
d000-d007 0000000110b28550 000000011454ed90 00000001145502b0 0000000000000000 ATA Bus Master DMA
d008-d00f 0000000110b28550 000000011454ed90 00000001145502b0 0000000000000001 ATA Bus Master DMA
d010-d017 0000000110b29d20 00000001145edbf0 00000001145ece30 0000000000000000 E1000
d020-d020 0000000110b206a0 0000000108191e10 00000001145710c0 0000000110b207a0 VMMDev Request Handler
d100-d1ff 00007f9c6a8c6e20 000000011457dc40 000000011457ee40 00007f9c6a8c6f20 ICHAC97 NAM
d200-d23f 00007f9c6a8c6e20 000000011457d830 000000011457de70 00007f9c6a8c6f20 ICHAC97 NABM
I/O Port R0 ranges (pVM=0000000110e0c000)
Range     pDevIns          In               Out              pvUser           Description
0020-0021 0000000110b1f4b0 ffffff921b55db60 ffffff921b55e090 0000000000000000 i8259 PIC #0
0040-0043 0000000110b1f980 ffffff921b55d420 ffffff921b55d5f0 0000000000000000 i8254 Programmable Interval Timer
0060-0060 0000000110b1de00 ffffff921b55bd50 ffffff921b55bdf0 0000000000000000 PC Keyboard - Data
0064-0064 0000000110b1de00 ffffff921b55bba0 ffffff921b55bf40 0000000000000000 PC Keyboard - Command / Status
0070-0073 0000000110b1fe60 ffffff921b55e4e0 ffffff921b55e630 0000000000000000 MC146818 RTC/CMOS
00a0-00a1 0000000110b1f4b0 ffffff921b55db60 ffffff921b55e090 0000000000000001 i8259 PIC #1
0170-0170 0000000110b28550 ffffff921b561230 ffffff921b560f20 0000000000000001 ATA I/O Base 1 - Data
0171-0177 0000000110b28550 ffffff921b560160 ffffff921b560210 0000000000000001 ATA I/O Base 1 - Other
01ce-01ce 00007f9c6b297000 ffffff921b559d20 ffffff921b559bf0 0000000000000000 VGA/VBE - Index (GC)
01cf-01cf 00007f9c6b297000 ffffff921b559c60 ffffff921b55b550 0000000000000000 VGA/VBE - Data (GC)
01f0-01f0 0000000110b28550 ffffff921b561230 ffffff921b560f20 0000000000000000 ATA I/O Base 1 - Data
01f1-01f7 0000000110b28550 ffffff921b560160 ffffff921b560210 0000000000000000 ATA I/O Base 1 - Other
0376-0376 0000000110b28550 ffffff921b55fef0 ffffff921b560000 0000000000000001 ATA I/O Base 2
03b4-03b5 00007f9c6b297000 ffffff921b559b50 ffffff921b55bac0 0000000000000000 VGA - 3b4 (GC)
03b7-03b7 00007f9c6b297000 ffffff921b559db0 ffffff921b559dc0 0000000000000000 VGA BIOS debug/panic
03ba-03ba 00007f9c6b297000 ffffff921b559b50 ffffff921b55bac0 0000000000000000 VGA - 3ba (GC)
03c0-03cf 00007f9c6b297000 ffffff921b559b50 ffffff921b55bac0 0000000000000000 VGA - 3c0 (GC)
03d4-03d5 00007f9c6b297000 ffffff921b559b50 ffffff921b55bac0 0000000000000000 VGA - 3d4 (GC)
03da-03da 00007f9c6b297000 ffffff921b559b50 ffffff921b55bac0 0000000000000000 VGA - 3da (GC)
03f6-03f6 0000000110b28550 ffffff921b55fef0 ffffff921b560000 0000000000000000 ATA I/O Base 2
03f8-03ff 0000000110b32ca0 ffffff921b565af0 ffffff921b565ad0 0000000000000000 Serial
04d0-04d0 0000000110b1f4b0 ffffff921b55d930 ffffff921b55d9d0 0000000110b1f5b0 i8259 PIC #0 - elcr
04d1-04d1 0000000110b1f4b0 ffffff921b55d930 ffffff921b55d9d0 0000000110b1f5f8 i8259 PIC #1 - elcr
0cf8-0cf8 0000000110b1ce10 ffffff921b558310 ffffff921b558290 0000000000000000 i440FX (PCI)
0cfc-0cff 0000000110b1ce10 ffffff921b558450 ffffff921b5583a0 0000000000000000 i440FX (PCI)
4008-4008 0000000110b31070 ffffff921b55cf40 0000000000000000 0000000000000000 ACPI PM Timer
d000-d007 0000000110b28550 ffffff921b560560 ffffff921b560920 0000000000000000 ATA Bus Master DMA
d008-d00f 0000000110b28550 ffffff921b560560 ffffff921b560920 0000000000000001 ATA Bus Master DMA
d010-d017 0000000110b29d20 ffffff921b567460 ffffff921b566b60 0000000000000000 E1000
I/O Port GC ranges (pVM=0000000110e0c000)
Range     pDevIns  In       Out      pvUser   Description
!!
!! {ldtguest}
!!
Guest LDT (Sel=0): Null-Selector
!!
!! {mmio}
!!
MMIO ranges (pVM=0000000110e0c000)
GC Phys Range                     pDevIns          Read             Write            Fill             pvUser           Description
00000000000a0000-00000000000bffff 00007f9c6b297000 0000000114549510 0000000114549060 0000000114545550 0000000000000000 VGA - VGA Video Buffer
                               R0 00007f9c6b297000 ffffff921b55a8d0 ffffff921b55b050 ffffff921b559e10 0000000000000000
                               RC 00000000 00000000 00000000 00000000 00000000
00000000f0000000-00000000f001ffff 0000000110b29d20 00000001145ecfc0 00000001145ecf20 0000000000000000 0000000000000000 E1000
                               R0 0000000110b29d20 ffffff921b566cf0 ffffff921b566c50 0000000000000000 0000000000000000
                               RC 00000000 00000000 00000000 00000000 00000000
00000000f0804000-00000000f0804fff 0000000110b2f710 00000001145cbfd0 00000001145cbf60 0000000000000000 0000000000000000 USB OHCI
                               R0 0000000110b2f710 ffffff921b56b5e0 ffffff921b56b570 0000000000000000 0000000000000000
                               RC 00000000 00000000 00000000 00000000 00000000
00000000fee00000-00000000fee00fff 0000000110b1e780 0000000114e21430 0000000114e20cf0 0000000000000000 0000000110b1e880 APIC Memory
                               R0 0000000110b1e780 ffffff802f357a10 ffffff802f358080 0000000000000000 0000000000000000
                               RC 00000000 00000000 00000000 00000000 00000000
!!
!! {nat0}
!!
NAT parameters: MTU=1500
NAT TCP ports:
NAT UDP ports:
NAT ARP cache:
NAT rules:
!!
!! {ohci}
!!
HcControl: 00000200 - CBSR=0 PLE=0 IE=0 CLE=0 BLE=0 HCFS=0x0 IR=0 RWC=1 RWE=0
HcCommandStatus:   00000000 - HCR=0 CLF=0 BLF=0 OCR=0 SOC=0
HcInterruptStatus: 00000000 - SO=0 WDH=0 SF=0 RD=0 UE=0 FNO=0 RHSC=0 OC=0
HcInterruptEnable: 80000000 - SO=0 WDH=0 SF=0 RD=0 UE=0 FNO=0 RHSC=0 OC=0 MIE=1
HcHCCA: 00000000
HcPeriodCurrentED:  00000000
HcControlHeadED:    00000000
HcControlCurrentED: 00000000
HcBulkHeadED:       00000000
HcBulkCurrentED:    00000000
HcDoneHead:         00000000

!!
!! {pci}
!!
00:00:00 i440FX: 8086-1237
        Command: 00 00, Status: 00 00
        Bus master: No
00:01:00 PIIX3: 8086-7000
        Command: 07 00, Status: 00 02
        Bus master: Yes
00:01:01 piix3ide: 8086-7111
        IO region #4: d000..d010
        Command: 07 00, Status: 00 00
        Bus master: Yes
00:02:00 vga: 80ee-beef IRQ11
        MMIO32 PREFETCH region #0: e0000000..e4000000
        Command: 07 00, Status: 00 00
        Bus master: Yes
00:03:00 e1000: 8086-100e IRQ10
        MMIO32 region #0: f0000000..f0020000
        IO region #2: d010..d018
        Command: 07 00, Status: 30 02
        Bus master: Yes
00:04:00 VMMDev: 80ee-cafe IRQ9
        IO region #0: d020..d040
        MMIO32 region #1: f0400000..f0800000
        MMIO32 PREFETCH region #2: f0800000..f0804000
        Command: 07 00, Status: 00 00
        Bus master: Yes
00:05:00 ichac97: 8086-2415 IRQ11
        IO region #0: d100..d200
        IO region #1: d200..d240
        Command: 07 00, Status: 80 02
        Bus master: Yes
00:06:00 usb-ohci: 106b-003f IRQ11
        MMIO32 region #0: f0804000..f0805000
        Command: 07 00, Status: 10 00
        Bus master: Yes
00:07:00 acpi: 8086-7113 IRQ9
        Command: 07 00, Status: 80 02
        Bus master: Yes
!!
!! {pciirq}
!!
PCI interrupt router at: 00:01:0
PIRQA -> IRQ11
PIRQB -> IRQ11
PIRQC -> IRQ10
PIRQD -> IRQ9
!!
!! {pdmtracingids}
!!
Device tracing IDs:
00001  pcarch
00002  pcbios
00003  pci
00004  pckbd
00005  apic
00006  i8259
00007  i8254
00008  mc146818
00009  8237A
00010  VMMDev
00011  vga
00012  piix3ide
00013  e1000
00014  ichac97
00015  usb-ohci
00016  acpi
00017  serial
USB device tracing IDs:
Driver tracing IDs:
01025  KeyboardQueue (level 0, lun 0, dev pckbd)
01026  MainKeyboard (level 1, lun 0, dev pckbd)
01027  MouseQueue (level 0, lun 1, dev pckbd)
01028  MainMouse (level 1, lun 1, dev pckbd)
01029  HGCM (level 0, lun 0, dev VMMDev)
01030  MainStatus (level 0, lun 999, dev VMMDev)
01031  MainDisplay (level 0, lun 0, dev vga)
01032  MainStatus (level 0, lun 999, dev vga)
01033  MainStatus (level 0, lun 999, dev piix3ide)
01034  Block (level 0, lun 0, dev piix3ide)
01035  VD (level 1, lun 0, dev piix3ide)
01036  MainStatus (level 0, lun 999, dev e1000)
01037  NetSniffer (level 0, lun 0, dev e1000)
01038  NAT (level 1, lun 0, dev e1000)
01039  AUDIO (level 0, lun 0, dev ichac97)
01040  CoreAudio (level 1, lun 0, dev ichac97)
01041  AUDIO (level 0, lun 1, dev ichac97)
01042  AudioVRDE (level 1, lun 1, dev ichac97)
01043  VUSBRootHub (level 0, lun 0, dev usb-ohci)
01044  MainStatus (level 0, lun 999, dev usb-ohci)
01045  ACPIHost (level 0, lun 0, dev acpi)
01046  Char (level 0, lun 0, dev serial)
01047  RawFile (level 1, lun 0, dev serial)
!!
!! {phys}
!!
RAM ranges (pVM=0000000110e0c000)
GC Phys Range                     pvHC            
0000000000000000-000000001fffffff 0000000000000000 Base RAM
00000000e0000000-00000000e3ffffff 0000000115528000 VRam
00000000f0000000-00000000f001ffff 0000000000000000 E1000
00000000f0400000-00000000f07fffff 0000000114ed8000 VMMDev
00000000f0800000-00000000f0803fff 00007f9c6a8cb000 VMMDev Heap
00000000f0804000-00000000f0804fff 0000000000000000 USB OHCI
00000000fee00000-00000000fee00fff 0000000000000000 APIC Memory
00000000ffff0000-00000000ffffffff 0000000000000000 PC BIOS - 0xffffffff
!!
!! {pic}
!!
PIC0:
 IMR :00 ISR   :00 IRR   :05 LIRR:05
 Base:20 PriAdd:00 RegSel:00
 Poll:00 SpMask:00 IState:00
 AEOI:00 Rotate:00 FNest :00 Ini4:01
 ELCR:00 ELMask:f8
PIC1:
 IMR :00 ISR   :00 IRR   :01 LIRR:01
 Base:28 PriAdd:00 RegSel:00
 Poll:00 SpMask:00 IState:00
 AEOI:00 Rotate:00 FNest :00 Ini4:01
 ELCR:0e ELMask:de
!!
!! {pit}
!!
PIT (i8254) channel 0 status: irq=0x0
      count=00000a7d  latched_count=0000  count_latched=00
           status=00   status_latched=00     read_state=03
      write_state=03      write_latch=7d        rw_mode=03
             mode=02              bcd=00           gate=01
  count_load_time=0000000096ecfb17 next_transition_time=000000009f3dda15
      u64ReloadTS=000000009f1b83e7            u64NextTS=000000009f3dda15
PIT (i8254) channel 1 status: irq=0x0
      count=00010000  latched_count=0000  count_latched=00
           status=00   status_latched=00     read_state=00
      write_state=00      write_latch=00        rw_mode=00
             mode=03              bcd=00           gate=01
  count_load_time=0000000000000000 next_transition_time=0000000000000000
      u64ReloadTS=0000000000000000            u64NextTS=ffffffffffffffff
PIT (i8254) channel 2 status: irq=0x0
      count=00010000  latched_count=0000  count_latched=00
           status=00   status_latched=00     read_state=00
      write_state=00      write_latch=00        rw_mode=00
             mode=03              bcd=00           gate=00
  count_load_time=0000000000000000 next_transition_time=0000000000000000
      u64ReloadTS=0000000000000000            u64NextTS=ffffffffffffffff
speaker_data_on=0x0
!!
!! {plugins}
!!
No plug-ins loaded
!!
!! {ps2k}
!!
PS/2 Keyboard: scan set 2, scanning enabled
Active command 00
LED state 00, Num Lock off
Typematic delay 500ms, repeat period 91ms
Command queue: 0 items (4 max)
Input queue  : 0 items (64 max)
!!
!! {ps2m}
!!
PS/2 mouse state: normal, stream mode, reporting disabled
Protocol: PS/2, scaling 1:1
Active command 00
Sampling rate 100 reports/sec, resolution 4 counts/mm
Command queue: 0 items (8 max)
Event queue  : 0 items (256 max)
!!
!! {rtc}
!!
Time: 20:14:01  Date: 15-09-30
REG A=26 B=42 C=c0 D=80
!!
!! {tracebuf}
!!
Tracing is disable
!!
!! {vbe}
!!
LFB at 00000000e0000000
VBE state (chip ID 0xb0c4):
 Display resolution: 1024 x 768 @ 32bpp
 Virtual resolution: 1024 x 65535
 Display start addr: 0, 0
 Linear scanline pitch: 0x1000
 Linear display start : 0x0000
 Selected bank: 0x0000
!!
!! {vga}
!!
pixel clock: 28.322 MHz
double scanning off
double clocking off
htotal: 900 px (100 cclk)
vtotal: 449 px
hdisp : 1152 px (128 cclk)
vdisp : 1280 px
split : 1023 ln
start : 0x0
display refresh interval: 20 ms
!!
!! {vgaar}
!!
VGA Attribute Controller (3C0): index reg 20, flip-flop: 1 (data)
 Palette: 00 01 02 03 04 05 14 07 38 39 3A 3B 3C 3D 3E 3F
 AR10:4D AR11:00 AR12:0F AR13:08 AR14:00
!!
!! {vgacr}
!!
VGA CRTC (3D5): CRTC index 3D4:14
 CR00:5F CR01:7F CR02:50 CR03:82 CR04:55 CR05:81 CR06:BF CR07:5D CR08:00 CR09:40
 CR0A:0E CR0B:0F CR0C:00 CR0D:00 CR0E:02 CR0F:D0 CR10:9C CR11:00 CR12:FF CR13:80
 CR14:5F CR15:96 CR16:B9 CR17:A3 CR18:FF
!!
!! {vgadac}
!!
VGA DAC contents:
 00: 00 00 00
 01: 00 00 2A
 02: 00 2A 00
 03: 00 2A 2A
 04: 2A 00 00
 05: 2A 00 2A
 06: 2A 2A 00
 07: 2A 2A 2A
 08: 00 00 15
 09: 00 00 3F
 0A: 00 2A 15
 0B: 00 2A 3F
 0C: 2A 00 15
 0D: 2A 00 3F
 0E: 2A 2A 15
 0F: 2A 2A 3F
 10: 00 15 00
 11: 00 15 2A
 12: 00 3F 00
 13: 00 3F 2A
 14: 2A 15 00
 15: 2A 15 2A
 16: 2A 3F 00
 17: 2A 3F 2A
 18: 00 15 15
 19: 00 15 3F
 1A: 00 3F 15
 1B: 00 3F 3F
 1C: 2A 15 15
 1D: 2A 15 3F
 1E: 2A 3F 15
 1F: 2A 3F 3F
 20: 15 00 00
 21: 15 00 2A
 22: 15 2A 00
 23: 15 2A 2A
 24: 3F 00 00
 25: 3F 00 2A
 26: 3F 2A 00
 27: 3F 2A 2A
 28: 15 00 15
 29: 15 00 3F
 2A: 15 2A 15
 2B: 15 2A 3F
 2C: 3F 00 15
 2D: 3F 00 3F
 2E: 3F 2A 15
 2F: 3F 2A 3F
 30: 15 15 00
 31: 15 15 2A
 32: 15 3F 00
 33: 15 3F 2A
 34: 3F 15 00
 35: 3F 15 2A
 36: 3F 3F 00
 37: 3F 3F 2A
 38: 15 15 15
 39: 15 15 3F
 3A: 15 3F 15
 3B: 15 3F 3F
 3C: 3F 15 15
 3D: 3F 15 3F
 3E: 3F 3F 15
 3F: 3F 3F 3F
 40: 00 00 00
 41: 00 00 00
 42: 00 00 00
 43: 00 00 00
 44: 00 00 00
 45: 00 00 00
 46: 00 00 00
 47: 00 00 00
 48: 00 00 00
 49: 00 00 00
 4A: 00 00 00
 4B: 00 00 00
 4C: 00 00 00
 4D: 00 00 00
 4E: 00 00 00
 4F: 00 00 00
 50: 00 00 00
 51: 00 00 00
 52: 00 00 00
 53: 00 00 00
 54: 00 00 00
 55: 00 00 00
 56: 00 00 00
 57: 00 00 00
 58: 00 00 00
 59: 00 00 00
 5A: 00 00 00
 5B: 00 00 00
 5C: 00 00 00
 5D: 00 00 00
 5E: 00 00 00
 5F: 00 00 00
 60: 00 00 00
 61: 00 00 00
 62: 00 00 00
 63: 00 00 00
 64: 00 00 00
 65: 00 00 00
 66: 00 00 00
 67: 00 00 00
 68: 00 00 00
 69: 00 00 00
 6A: 00 00 00
 6B: 00 00 00
 6C: 00 00 00
 6D: 00 00 00
 6E: 00 00 00
 6F: 00 00 00
 70: 00 00 00
 71: 00 00 00
 72: 00 00 00
 73: 00 00 00
 74: 00 00 00
 75: 00 00 00
 76: 00 00 00
 77: 00 00 00
 78: 00 00 00
 79: 00 00 00
 7A: 00 00 00
 7B: 00 00 00
 7C: 00 00 00
 7D: 00 00 00
 7E: 00 00 00
 7F: 00 00 00
 80: 00 00 00
 81: 00 00 00
 82: 00 00 00
 83: 00 00 00
 84: 00 00 00
 85: 00 00 00
 86: 00 00 00
 87: 00 00 00
 88: 00 00 00
 89: 00 00 00
 8A: 00 00 00
 8B: 00 00 00
 8C: 00 00 00
 8D: 00 00 00
 8E: 00 00 00
 8F: 00 00 00
 90: 00 00 00
 91: 00 00 00
 92: 00 00 00
 93: 00 00 00
 94: 00 00 00
 95: 00 00 00
 96: 00 00 00
 97: 00 00 00
 98: 00 00 00
 99: 00 00 00
 9A: 00 00 00
 9B: 00 00 00
 9C: 00 00 00
 9D: 00 00 00
 9E: 00 00 00
 9F: 00 00 00
 A0: 00 00 00
 A1: 00 00 00
 A2: 00 00 00
 A3: 00 00 00
 A4: 00 00 00
 A5: 00 00 00
 A6: 00 00 00
 A7: 00 00 00
 A8: 00 00 00
 A9: 00 00 00
 AA: 00 00 00
 AB: 00 00 00
 AC: 00 00 00
 AD: 00 00 00
 AE: 00 00 00
 AF: 00 00 00
 B0: 00 00 00
 B1: 00 00 00
 B2: 00 00 00
 B3: 00 00 00
 B4: 00 00 00
 B5: 00 00 00
 B6: 00 00 00
 B7: 00 00 00
 B8: 00 00 00
 B9: 00 00 00
 BA: 00 00 00
 BB: 00 00 00
 BC: 00 00 00
 BD: 00 00 00
 BE: 00 00 00
 BF: 00 00 00
 C0: 00 00 00
 C1: 00 00 00
 C2: 00 00 00
 C3: 00 00 00
 C4: 00 00 00
 C5: 00 00 00
 C6: 00 00 00
 C7: 00 00 00
 C8: 00 00 00
 C9: 00 00 00
 CA: 00 00 00
 CB: 00 00 00
 CC: 00 00 00
 CD: 00 00 00
 CE: 00 00 00
 CF: 00 00 00
 D0: 00 00 00
 D1: 00 00 00
 D2: 00 00 00
 D3: 00 00 00
 D4: 00 00 00
 D5: 00 00 00
 D6: 00 00 00
 D7: 00 00 00
 D8: 00 00 00
 D9: 00 00 00
 DA: 00 00 00
 DB: 00 00 00
 DC: 00 00 00
 DD: 00 00 00
 DE: 00 00 00
 DF: 00 00 00
 E0: 00 00 00
 E1: 00 00 00
 E2: 00 00 00
 E3: 00 00 00
 E4: 00 00 00
 E5: 00 00 00
 E6: 00 00 00
 E7: 00 00 00
 E8: 00 00 00
 E9: 00 00 00
 EA: 00 00 00
 EB: 00 00 00
 EC: 00 00 00
 ED: 00 00 00
 EE: 00 00 00
 EF: 00 00 00
 F0: 00 00 00
 F1: 00 00 00
 F2: 00 00 00
 F3: 00 00 00
 F4: 00 00 00
 F5: 00 00 00
 F6: 00 00 00
 F7: 00 00 00
 F8: 00 00 00
 F9: 00 00 00
 FA: 00 00 00
 FB: 00 00 00
 FC: 00 00 00
 FD: 00 00 00
 FE: 00 00 00
 FF: 00 00 00
!!
!! {vgagr}
!!
VGA Graphics Controller (3CF): GR index 3CE:05
 GR00:00 GR01:00 GR02:00 GR03:00 GR04:00 GR05:50 GR06:05 GR07:0F GR08:FF
!!
!! {vgapl}
!!
read mode     : 0     write mode: 0
set/reset data: 00    S/R enable: 00
color compare : 00    read map  : 0
rotate        : 0     function  : 0
don't care    : 0F    bit mask  : FF
seq plane mask: 0F    chain-4   : on
!!
!! {vgasr}
!!
VGA Sequencer (3C5): SR index 3C4:04
 SR00:03 SR01:00 SR02:0F SR03:00 SR04:0A
!!
!! {vgatext}
!!
Not in text mode!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!
!!                 Guru Meditation 1155 (VINF_EM_TRIPLE_FAULT)
!!
!! Skipping ring-0 registers and stack, rcErr=VINF_EM_TRIPLE_FAULT
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
DBGF: No debugger attached, waiting 1 second for one to attach (event=100)
1.Stopping the VM!
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: redox-os/redox#16