Git Product home page Git Product logo

stichting-minix-research-foundation / minix Goto Github PK

View Code? Open in Web Editor NEW
2.8K 2.8K 930.0 190.16 MB

Official MINIX sources - Automatically replicated from gerrit.minix3.org

License: Other

Makefile 1.79% C 86.09% Rebol 0.01% Perl 0.02% R 0.01% Perl 6 0.01% Shell 4.13% Objective-C 0.37% Max 0.01% C++ 2.12% Assembly 5.15% HTML 0.15% Awk 0.09% Arc 0.01% JavaScript 0.03% Brainfuck 0.01% CSS 0.01% Lua 0.03% Emacs Lisp 0.01% IGOR Pro 0.01%

minix's People

Contributors

antoinel avatar antonkuijsten avatar arunthomas avatar awelzel avatar bengras avatar benmezger avatar blackskygg avatar boricj avatar cgiuffr avatar csimons avatar dcvmoole avatar eblot avatar eivanov89 avatar keesj avatar ksbhat avatar morgawr avatar nikolas avatar pikpik avatar rhiguita avatar rlfnb avatar sambuc avatar sevan avatar sunxiaoguang avatar tcort avatar tookmund avatar tveerman avatar vivekp avatar wmz avatar xidiangeneral avatar z4kz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

minix's Issues

sysenv: Invalid argument when building system

Greetings,

I downloaded the latest Minix from the current GIT on my Minix 3.3.0 system. I built it with the command:

make build MKUPDATE=yes

The last few lines makes me question whether it was built correctly or not. The last few lines are as follows:

...
install -N /usr/src/etc -c -p -r ../sbin/init/init /boot/minix/.temp/mod11_init
Done.
sysenv: Invalid argument
sysenv: Invalid argument
sysenv: Invalid argument
sysenv: Invalid argument
Build started at: ...
Build finished at: ...

I don't know if the "sysenv: Invalid argument" is significant.

Thank you.

Missing info about retrieving information about network setup

The page "http://wiki.minix3.org/doku.php?id=usersguide:networkconfiguration" describes how to set up networking in minix rudimentary, but does not provide any information on how to retrieve information from an already set up network interface.

  • Missing: hints on commands to retrieve interface setup
  • Missing: hints on commands to retrieve routing setup

It is quite difficult to find information about "ifconfig" being available. Typing "route" just leads to "route: not found". Looking at the man-page to ifconfig doesn't give any further information on how to retrieve routing informations.

commands/isoread/isoread.c:414: Redundant condition ?

[src/minix/commands/isoread/isoread.c:414]: (style) Redundant condition: !Read_Dir. 'A && (!A || B)' is equivalent to 'A || B'

   if (iso_cmp(name, dir_ptr,
        (Read_Dir || (!Read_Dir && !last_in_path))) == 0)

Maybe better code

   if (iso_cmp(name, dir_ptr,
        (Read_Dir || !last_in_path)) == 0)

Restore NONE_MAJOR comment

The original comment about NONE_MAJOR in <minix/dmap.h> somehow got lost, and now its definition is somewhat confusing.

src/minix/commands/autopart/autopart.c:1534: dead code block ?

[src/minix/commands/autopart/autopart.c:1534] -> [src/minix/commands/autopart/autopart.c:1535]: (warning) Opposite conditions in nested 'if' blocks lead to a dead code block.

if ((device= open(curdev->name, mode= O_RDWR, 0666)) < 0) {
    if (device >= 0) { close(device); device= -1; }
    return;
}

Delivering messages hangs

Our service sends a couple of messages in a sequence to another service via asyncsend3. The other service receives the first message only, the remaining subsequent messages are not delivered until the the sender creates a new message to the same receiver.

I assume, there's problem with sending more than one message per time slice assigned from scheduler. As a workaround, I put a tickdelay(1) in between of sending messages, which solves the problem.

Failed to install on KVM/Virt-Manger

I was unable to install Minix 3.3.0 (minix_R3.3.0-588a35b.iso) with KVM via Virt-manager on Debian with a qcow2 disk. (If more info on setup is needed I can look into specifics)
cd-kmod-error
At first I simply got this error and thought nothing of it.

complete-fail
I selected all the default options
But install failed after I selected drive block size and some setup occured
based on output it might have something to do with the fact that I am using a qcow2 image I will try again with a 1GB raw image and see how that goes.
[Note that the screenshots are from a second attempt at installation]

/usr/man/man1x not in man's search path

Some older Minix-specific man pages are in /usr/man/man1x which man currently ignores.

Typing man kermit or man mined gives a not found error, even though the man pages exist in /usr/man/man1x.

There are a couple of possible solutions to this:

  • add references to man1x to /etc/man.conf
  • move the 4 man pages from man1x to man1

I'm happy to work on a fix for this when there is a consensus on the preferred solution.

isoread doesn't work

Using isoread under 3.3.0 trying to copy a file from a CD/DVD to the local file system - it copied the file without any reported errors. The file is the right size but the MD5 is wrong.

Github git clone fails

This is probably a pkgsrc bug so if I need to report it elsewhere let me know.
I am unable to checkout minix from github in minix.
It works fine with git.minix3.org/minix

oom official
But the github mirror fails

oom tookmund
My fork fails as well

x86_hdimage.sh pollutes the source directory's parent with object files

Upon finishing the crosscompiling steps (http://wiki.minix3.org/doku.php?id=developersguide:crosscompiling), you can see that MINIX's object files are placed in ~/src/third-party/obj.i386 (for example), rather than ~/src/third-party/minix/obj.i386.

It comes down to this line in releasetools/x86_hdimage.sh:

: ${OBJ=../obj.${ARCH}}

No problem, right? Just cd into the releasetools/ directory and run ./x86_hdimage.sh from there: ../obj.i386 is obviously supposed to be relative the releasetools/ directory. Wrong.

x86_hdimage.sh will actually refuse to run from the releasetools/ directory, and in fact, refuse to run from any directory other than the source root:

echo "Please invoke me from the root source dir, where ${BUILDSH} is."

openntpd wont start (as all parts using /etc/rc.subr)

Install openntpd, configure it, then

# sh /usr/pkg/etc/rc.d/openntpd start
Usage: ps [-][aeflx]
Starting ntpd.
# ps ax | grep ntp
  449  p0  0:00 grep ntp
#

no process was started. This is because in /etc/rc.subr:

273                  ps -o "pid,command" '"$_psargs"' |

but "ps" doesn't know anything about an option "-o"! It
does only know about options "aeflx", with or without a leading dash.

Unable to find rt_auxhelper.cc

When going through an error log from a build of minix I noticed this line:

rt_auxhelper.cc:43:1: warning: function '__cxa_bad_cast' could be declared with attribute 'noreturn' [-Wmissing-noreturn]

I cannot seem to find this rt_auxhelper.cc file. Any idea where it would be?

rtl8139 on qemu

As reported privately:

I have an issue with the rtl8139 driver on qemu. With this driver, no
packet are sent on network during DHCP request.

If I change the driver to e1000, there is no problem. You'll see all the
debug information in attachment.

Furthermore I'm not sure if it's a second issue, but as you will see,
when I change the NIC in qemu (rtl8139 -> e1000) without changing the
inet.conf, DHCP will make a pagefault after booting (maybe 60 seconds
later). I know the configuration is wrong because it is related to an
old NIC. DHCP is trying to contact rtl8139 service who doesn't have any
hardware associate. However I think DHCP should deal this case.


# cat /etc/redhat-release 
Fedora release 20 (Heisenbug)
# uname -a
Linux toutancarton 3.15.10-200.fc20.x86_64 #1 SMP Thu Aug 14 15:39:24 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
# qemu-kvm --version
QEMU emulator version 1.6.2, Copyright (c) 2003-2008 Fabrice Bellard


################# RTL 8139 driver ###############################


# sudo qemu-kvm --enable-kvm -k fr -m 2G -net nic,model=rtl8139  -net user  -hda /home/virtual/minix.qcow2 -curses 
[...]
# netconf
MINIX 3 currently supports the following Ethernet cards. PCI cards detected
by MINIX are marked with *. Please choose:

 0.   No Ethernet card (no networking)
 1.   3Com 501 or 3Com 509 based card
 2.   Realtek 8029 based card (also emulated by Qemu)
 3.   NE2000, 3com 503 or WD based card (also emulated by Bochs)
 4.   lan8710a (on BeagleBone, BeagleBone Black)
 5.   Attansic/Atheros L2 FastEthernet
 6.   DEC Tulip 21140A in VirtualPC
 7.   Intel PRO/1000 Gigabit
 8.   Intel PRO/100
 9.   AMD LANCE (also emulated by VMWare and VirtualBox)
10. * Realtek 8139 based card
11.   Realtek 8169 based card
12.   Virtio network device
13.   Different Ethernet card (no networking)

Ethernet card? [10] 

Configure network using DHCP or manually?

1. Automatically using DHCP
2. Manually

Configure method? [1] 
Backed up /etc/inet.conf to /etc/inet.conf~
Backed up /usr/etc/rc.local to /usr/etc/rc.local~
# reboot
[...]
Multiuser startup in progress ...
Starting hotplugging infrastructure... done.
Starting services: random rtl8139 inet pty uds ipc log printer.
Starting daemons: update cron syslogd.
Starting networking: dhcpd nonamed.
[5]   Alarm clock             intr -t 20 hosta...
Local packages (start): sshd  done.
nonamed: /dev/udp: Interrupted system call
[...]
# lspci  
8086:1237 Intel 82441FX (440FX)
8086:7000 Intel 82371SB
8086:7010 Intel 82371SB (IDE)
8086:7113 Intel 82371AB (Power)
1013:00B8 Cirrus Logic GD 5446
10EC:8139 Realtek RTL8139 
# cat /etc/inet.conf
eth0 rtl8139 0 { default; } ;
# ifconfig -a
# ps -ef | grep rtl
 W  12   134     4     0    204          ANY   ?  0:00 /service/rtl8139 instance 
=0
 S   0   193   181   181    204   (pipe) vfs  co  0:00 grep rtl
# poweroff 


################# e1000 driver ###############################
# Note : I'm using the last virtual machin, with the configuration related to rtl8139
# 

# sudo qemu-kvm --enable-kvm -k fr -m 2G -net nic,model=e1000  -net user  -hda /home/virtual/minix.qcow2 -curses 
[...]                                                                                                                                  
Starting hotplugging infrastructure... done.
Starting services: random rtl8139 inet pty uds ipc log printer.
Starting daemons: update cron syslogd.
Starting networking: dhcpd nonamed.
[5]   Alarm clock             intr -t 20 hosta...
Local packages (start): sshd  done.
nonamed: /dev/udp: Interrupted system call

Minix/i386 (10.0.2.15) (console)

login: VM: pagefault: SIGSEGV 32917 bad addr 0x2020202c; err 0x4 nopage read
                                                                               d
hcpd 32917  0x807a7f0 0x804f0cf 0x804c238 0x804c504 0x8048ad6 0x8048273 0x804819
8
  PM: coredump signal 11 for 173 / dhcpd
                                           dhcpd 32917  0x807a7f0 0x804f0cf 0x80
4c238 0x804c504 0x8048ad6 0x8048273 0x8048198
[...]
# netconf
MINIX 3 currently supports the following Ethernet cards. PCI cards detected
by MINIX are marked with *. Please choose:

 0.   No Ethernet card (no networking)
 1.   3Com 501 or 3Com 509 based card
 2.   Realtek 8029 based card (also emulated by Qemu)
 3.   NE2000, 3com 503 or WD based card (also emulated by Bochs)
 4.   lan8710a (on BeagleBone, BeagleBone Black)
 5.   Attansic/Atheros L2 FastEthernet
 6.   DEC Tulip 21140A in VirtualPC
 7. * Intel PRO/1000 Gigabit
 8.   Intel PRO/100
 9.   AMD LANCE (also emulated by VMWare and VirtualBox)
10.   Realtek 8139 based card
11.   Realtek 8169 based card
12.   Virtio network device
13.   Different Ethernet card (no networking)

Ethernet card? [7] 

Configure network using DHCP or manually?

1. Automatically using DHCP
2. Manually

Configure method? [1] 
Backed up /etc/inet.conf to /etc/inet.conf~
Backed up /usr/etc/rc.local to /usr/etc/rc.local~

You might have to reboot for the changes to take effect.
# reboot
Multiuser startup in progress ...
Starting hotplugging infrastructure... done.
Starting services: random e1000 inete1000#0: Intel PRO/1000 MT Desktop Adapter (
8086/100e/00) at 0.3.0
 pty uds ipc log printer.
Starting daemons: update cron syslogd.
Starting networking: dhcpd nonamed.
Local packages (start): sshd  done.

[...]
# ifconfig
/dev/ip: address 10.0.2.15 netmask 255.255.255.0 mtu 1500
# lspci
8086:1237 Intel 82441FX (440FX)
8086:7000 Intel 82371SB
8086:7010 Intel 82371SB (IDE)
8086:7113 Intel 82371AB (Power)
1013:00B8 Cirrus Logic GD 5446
8086:100E Intel PRO/1000 MT Desktop Adapter
# 
# ps -ef | grep e1000
 W  12   134     4     0   1112          ANY   ?  0:00 /service/e1000 instance=0
 S   0   191   181   181    204   (pipe) vfs  co  0:00 grep e1
# 

Minor boot config issues

boot.cfg(5) doesn't even mention /etc/boot.cfg.default or /etc/boot.cfg.local

update_bootcfg(8) is devoid of almost anything useful, whereas http://pastebin.ca/raw/2305891 from antoine leca's patch that never got applied is not too bad

Nowhere is it explained how /etc/boot.cfg.default and /etc/boot.cfg.local actually get stitched together into /boot.cfg by update_bootcfg. It seems to perform largely a concatenation, but this could be mentioned somewhere, especially since it's such a relatively trivial mechanism requiring few words to explain, absent which trial and error is necessary.

update_bootcfg automatically adds additional menu entries not defined in /etc/boot.cfg.default or /etc/boot.cfg.local for each subdirectory under /boot/minix except the one /boot/minix_latest points to. This is not documented in any relevant man pages. Also, there is no way to customize these entries to add bootmonitor options. Currently, one would have to duplicate these entries in /etc/boot.cfg.local, with the added options, in order to get the desired functionality, resulting in duplicated entry cruft.

mined: built without UNIX defined.

mined has ifdefs to do a lot of conditional compilation based on UNIX being defined or not. For example, if UNIX is defined it does the termcap song and dance to learn about the terminal (e.g. tgetent, tgetstr, tgetnum, etc) and uses other terminal i/o routines (e.g. tputs). If UNIX isn't defined, it just uses simple functions like write.

At present UNIX is not defined during compilation. In fact, it won't even compile with UNIX defined because mined.h undefs NULL and does other things crazy things like redefining putchar().

My feeling is that mined should be updated to compile with UNIX defined and use the proper terminal routines. I also think that once that's working, the !UNIX sections of code should be removed. What are some thoughts on this? I'm happy to do the work, but I wanted to get others opinions before I sink too much time into this.

src/minix/commands/devmand/main.c:382: poor error checking ?

[src/minix/commands/devmand/main.c:382]: (style) A pointer can not be negative so it is either pointless or an error to check if it is.

            yyin = fopen(config_file, "r");

            if (yyin < 0) {
                dbg("Can not open config file:"
                       " %d.\n", errno);
            }

Suggest new code
yyin = fopen(config_file, "r");

            if (yyin == 0) {
                dbg("Can not open config file:"
                       " %d.\n", errno);
            }

rotate script does nothing?

The script commands/rotate/rotate.sh (or /usr/bin/rotate on a running system) appears to completely broken. It exits without doing anything even when passed real log files

#!/bin/sh
BZIP=/usr/local/bin/bzip2
RM="rm -f"
MV="mv -f"
if [ $# -ne 2 ]
then    echo "Usage: $0 <log> <keep>"
    exit 1
fi

if [ ! -f "$1" ]
then     exit 1
fi

if [ ! -x "$BZIP" ]
then    exit 1
fi

if [ "$2" -le 0 ]
then    echo "Keep at least 1 copy please."
    exit 1
fi
k="$2"
$RM "$1.$k" 2>/dev/null || exit 1
while [ "$k" -ge 2 ]
do  prev="`expr $k - 1`"
    $MV $1.$prev.bz2 $1.$k.bz2 2>/dev/null 
    k=$prev
done
$BZIP -c $1 >$1.1.bz2 && : >$1

It appears that

k="$2"

should be

k=$2

Is that correct or am I reading this script wrong?

Kernel does not report build date, time and machine with "uname -a"

uname -a does not report when the running kernel was build and on what system. I'd like to see something as it is given by FreeBSD:

# uname -a
FreeBSD fbsd10-64.xy.pz 10.1-STABLE FreeBSD 10.1-STABLE #125 r280682: Thu Mar 26 14:50:43 CET 2015     [email protected]:/usr/obj/usr/src/sys/FBSD10-64  amd64

or NetBSD:

# uname -a
NetBSD nbsd8-64.xy.pz 7.99.12 NetBSD 7.99.12 (GENERIC.201504242250Z) #0: Fri Apr 24 23:42:44 UTC 2015  [email protected]:/home/builds/ab/HEAD/amd64/201504242250Z-obj/home/source/ab/HEAD/src/sys/arch/amd64/compile/GENERIC amd64

The output given by minix3 is:

# uname -a
Minix mx4-64.xy.pz 3.3.0 Minix 3.3.0 (GENERIC) i386

e1000 driver not working on my on-board NIC

Doing a bare-metal install to my i7 system (not qemu or virtualbox), netconf auto-detects my network card as e1000. I setup everything for static IP, using netconf, like so:

ip: 192.168.2.50
netmask: 255.255.255.0
gateway: 192.168.2.1
nameserver: 192.168.2.1
nameserver2: [blank]

Then I reboot. When the system comes back up, I try to ping or do DNS lookups, but everything fails with "no route to host". I can ping my own IP, 192.168.2.50, but all others fail.

I've also installed minix in a virtual machine in qemu, using the same e1000 driver, and it works perfectly in the virtual machine. It seems that the driver is missing support for my real hardware chipset.

Here's the output from linux lspci on the same machine (non-virtual) from linux:

$ sudo lspci -vknn
00:19.0 Ethernet controller [0200]: Intel Corporation 82567LF-2 Gigabit Network Connection [8086:10cd]
Subsystem: Acer Incorporated [ALI] Device [1025:0198]
Flags: bus master, fast devsel, latency 0, IRQ 29
Memory at f9dc0000 (32-bit, non-prefetchable) [size=128K]
Memory at f9df2000 (32-bit, non-prefetchable) [size=4K]
I/O ports at a080 [size=32]
Capabilities: [c8] Power Management version 2
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [e0] PCI Advanced Features
Kernel driver in use: e1000e
Kernel modules: e1000e

8086:10cd is listed in the e1000.conf in the source, so it seems that it claims to support the card.

Trying to build a pkg from pkgsrc with bmake reports to use bmake to build

# cd /usr/pkgsrc/net/wget
# bmake
bmake: "/etc/mk.conf" line 4: Please use bmake for pkgsrc instead of the base system make.

pkgsrc was snapped Sun Apr 26 14:50:25 CEST 2015 with wget on Windows from github.com, then transfered via scp to minix, unpacked to /usr/pkgsrc using unzip.

The bug seems to be within

MAKEVERBOSE?=   1

.if defined(BSD_PKG_MK) && "${PROG:U}" != "pkgin"
.error Please use bmake for pkgsrc instead of the base system make.
.endif

${PROG:U} seems to expand to bmake, instead to pkgin (I'd expect it to expand to bmake if I am adviced to use bmake). /etc/mk.conf is part of the base system.

Minix 3.3.0 Networking is not connecting

Hello, Minix 3.3.0 Networking is not connecting in Ubuntu 14.04 through Virtualbox 4.3.24 , here's a brief demonstration, I tried all the board cards, both modes NAT and Brigde:
minix

Regards,

luvenfu

MINIX 3.3.0 Remote TCP/IP Stack Denial of Service (malformed TCP options)

Hi all,

Reading minix/minix/include/net/gen/tcp_hdr.h, I saw some macros for TCP options (TCP_OPT_*) and decided to fuzz this part of the TCP/IP stack by sending TCP options randomly. In the end, I found that the inet service (/service/inet) hangs and is not possible to restart/restore it, making the OS impossible to connect by any protocol.

The malformed TCP options I sent were 4-byte each one. Initially tested with "\x03\x00\x00\x00" but realized that MINIX 3 hangs even with the options 2, 3, 4, 5, 6, 7, 8, 0x7f, 0xff in the first byte. Then, I found out that if the option size (the second byte) is higher than zero, the stack doesn't hang. This proof of concept code sends "\xff\x00\x00\x00" at the end of the TCP/IP packet (44 bytes in total, including these four bytes): http://pastebin.com/8CEmscq1

I wish I knew more about the MINIX kernel, however, I think that the problem is in the network stack code at minix/minix/net/inet/generic/tcp_lib.c while parsing the TCP options supplied as well as their sizes (tho_opt_siz, part of struct tcp_hdropt in tcp_hdr.h).

I tested this under the latest stable release, 3.3.0 (i386). I hope this can help to fix this remote issue.

Regards,
Alejandro Hernรกndez

References:

Screenshot:
minix_inet_dos

Bug in the alloc_contig() function.

I've been tracking a bug that randomly appears in the eMMC driver, and I think I've found where it is hiding: the alloc_contig() function in the libsys. The bug triggers a "start reading past drive size" warning message from the block driver when a user tries to read a partition.
This function is used by the libblockdriver, which is linked to the ARM eMMC and SD (mmc) drivers, and maybe others. I don't know whether the bug appears in other drivers and plataforms (i.e. x86).
Please, find attached a patch that modifies the "hello" driver. In order to reproduce the bug, load and unload the driver, repeatedly:

# while true; do
   service up /service/hello -dev /dev/hello
   cat /dev/hello
   echo
   service down hello
done

Occasionally, the hello_read() function won't show the "Hello, World!" message.

Subject: [PATCH] Reproduce a bug in alloc_contig().

Sometimes, the content of the memory pointed by alloc_contig() is lost.
This patch allows one to (occasionally) reproduce the problem.

---
 minix/drivers/examples/hello/hello.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/minix/drivers/examples/hello/hello.c b/minix/drivers/examples/hello/hello.c
index 791e20e..2b31d79 100644
--- a/minix/drivers/examples/hello/hello.c
+++ b/minix/drivers/examples/hello/hello.c
@@ -31,6 +31,7 @@ static struct chardriver hello_tab =
  * Note that this is not the regular type of open counter: it never decreases.
  */
 static int open_counter;
+static char *buf;

 static int hello_open(devminor_t UNUSED(minor), int UNUSED(access),
     endpoint_t UNUSED(user_endpt))
@@ -52,7 +53,6 @@ static ssize_t hello_read(devminor_t UNUSED(minor), u64_t position,
     u64_t dev_size;
     char *ptr;
     int ret;
-    char *buf = HELLO_MESSAGE;

     printf("hello_read()\n");

@@ -153,6 +153,11 @@ int main(void)
      * Perform initialization.
      */
     sef_local_startup();
+    buf = alloc_contig(2048, AC_ALIGN4K, NULL);
+    if (buf != NULL)
+       strcpy(buf, HELLO_MESSAGE);
+    else
+       printf("Out of memory.\n");

     /*
      * Run the main loop.
--
1.7.10.4

All changes to NetBSD code should be stored as patches somewhere

The way we import NetBSD userland now makes it very difficult to update as all minix related changes are not stored in patch files anywhere.

My initial idea is that we should have a minix/patches directory where a subdirectory of the entire tree is stored and a patch file is created for each program. So for example:

minix/patches
    bin
        dd.patch (containing all changes made to dd)
        cp.patch (containing all changes made to cp)
        (and so on)
    etc
    lib
    (and so on)

This would be a huge amount of effort, so I would like to get some feedback on this design before it is implemented.
Is this a good idea?
Is there a better way?
Any ideas on how these patches could be kept in sync and applied?

pkgin up doesn't work

Assume setup:

no_proxy=localhost,127.0.0.1
ftp_proxy=http://proxy.domain:8080
http_proxy=http://proxy.domain:8080

then

pkgin up

sitts just there, waiting for hours.
Trying

fetch -v ftp://ftp.minix3.org/pub/minix/packages/3.2.1/i686/All/pkg_summary.bz2

Just tells about timeout of the service. From linux or windows (same setup), with fetch or wget -- no problem. The file arrives within seconds.

A directory named aux has been added to the repository

Such a name is taboo on a regular Windows file system; as such, any attempt to check out the MINIX git tree on a Windows machine will end with
fatal: cannot create directory at 'external/mit/xorg/lib/xcb-util/aux': Invalid argument

Minix 3.3.0 Kernel Panic (malformed ELF)

Hi,

I found this bug but executing ELFs with malformed entries in the Program Header Table. I created these malformed ELF files with melkor fuzzer (http://packetstormsecurity.com/files/127924/Melkor-ELF-Fuzzer-1.0.html). First I copied /bin/ls from MINIX to a Linux box (32-bits), created 1000 test cases and moved back to MINIX for their execution.

Attached two screenshots of the panic's and the three malformed ELFs are at:
https://gforge.cs.vu.nl/gf/download/trackeritem/661/2108/panic_minix3.3.0_x86.zip

These are the details of the test cases where the OS panicked:

[+] Malformed ELF: 'orc_0064':

[+] Fuzzing the Program Header Table with 4 entries
(PHT[0]->p_vaddr = 0x08056919, p_paddr = 0xcafed00d) | PHT[0] rule [03] executed
(PHT[0]->p_flags = 0xf0000005) | PHT[0] rule [10] executed
(PHT[0]->p_flags = 0xfff00005) | PHT[0] rule [15] executed
(PHT[3]->p_type = 0x0) | PHT[3] rule [01] executed
(PHT[3]->p_vaddr = 0x1905af52, p_paddr = 0x1905af52) | PHT[3] rule [03] executed
(PHT[3]->p_type = 0x70031337) | PHT[3] rule [06] executed
(PHT[PT_LOAD].p_vaddr reordered [descending]) | PHT rule [20] executed

[+] Malformed ELF: 'orc_0090':

[+] Fuzzing the Program Header Table with 4 entries
(PHT[0]->p_offset = 0xffff0000) | PHT[0] rule [02] executed
(PHT[3]->p_type = 0x7defaced) | PHT[3] rule [06] executed

[+] Malformed ELF: 'orc_0092':

[+] Fuzzing the Program Header Table with 4 entries
(PHT[0]->p_filesz = 0x0004fdec, p_memsz = 0x41424344) | PHT[0] rule [04] executed
(PHT[3]->p_type = 0x6fffffff) | PHT[3] rule [14] executed

Hope it helps to fix this bug.

Regards,

minix3 3_panic
minix3 3_panic_2

X11 fails on real hardware

Runing the latest dev snapshot, x11 fails running on real hardware (Thinkpad R51 with 256 MB RAM).

The Xorg.0.log can be found here http://dpaste.com/3RGG1WF for a few days

The important part is this

[2239150.778] (EE) intel(0): /dev/agpgart is either not available, or no memory is available
for allocation.  Please enable agpgart
.(WW) intel(0): VideoRam reduced to 8056 KB (page aligned - was 8059 KB)
[2239150.778] (WW) intel(0): DRI2 requires UXA
[2239150.778] drmOpenDevice: node name is /dev/dri/card0
[2239150.778] drmOpenDevice: open result is -1, (Device not configured)
[2239150.778] drmOpenDevice: open result is -1, (Device not configured)
[2239150.778] drmOpenDevice: Open failed
[2239150.778] drmOpenDevice: node name is /dev/dri/card0
[2239150.778] drmOpenDevice: open result is -1, (Device not configured)
[2239150.778] drmOpenDevice: open result is -1, (Device not configured)
[2239150.778] drmOpenDevice: Open failed
[2239150.778] [drm] failed to load kernel module "i915"
[2239150.778] (EE) [drm] drmOpen failed.
[2239150.778] (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI.
[2239150.778] (**) intel(0): Framebuffer compression enabled
[2239150.778] (**) intel(0): Tiling enabled
[2239150.778] (==) intel(0): VideoRam: 8056 KB
[2239150.778] (II) intel(0): Attempting memory allocation with tiled buffers.
[2239150.778] (EE) intel(0): AGP GART support is either not available or cannot be used.
    Make sure your kernel has agpgart support or has
    the agpgart module loaded.
[2239150.778] (II) intel(0): Tiled allocation failed.
[2239150.778] (WW) intel(0): Couldn't allocate tiled memory, fb compression disabled
[2239150.778] (II) intel(0): Attempting memory allocation with untiled buffers.
[2239150.778] (EE) intel(0): AGP GART support is either not available or cannot be used.
    Make sure your kernel has agpgart support or has
    the agpgart module loaded.
[2239150.778] (II) intel(0): Untiled allocation failed.
[2239150.778] (EE) intel(0): Couldn't allocate video memory
[2239150.778] 
Fatal server error:
[2239150.778] AddScreen/ScreenInit failed for driver 0

wget compiled without https/proxy support?

--2015-04-26 12:58:33--  (try:20)  https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng/archive/3.3.0.zip
libidn: warning: libiconv not installed, cannot convert data to UTF-8
Connecting to proxy-lb-muc.bfs.de (proxy-lb-muc.bfs.de)|10.169.16.3|:8080... connected.
Failed reading proxy response: Function not implemented
Giving up.
# wget -V
GNU Wget 1.15 built on minix.

+digest +https -ipv6 +iri +large-file +nls +ntlm +opie +ssl/openssl

Wgetrc:
    /usr/pkg/etc/wgetrc (system)
Locale:
    /usr/pkg/share/locale
Compile:
    cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/usr/pkg/etc/wgetrc"
    -DLOCALEDIR="/usr/pkg/share/locale" -I. -I../lib -I../lib
    -I/usr/pkg/include -I/usr/include -O2 -march=i586
    -I/usr/pkg/include -I/usr/include
Link:
    cc -O2 -march=i586 -I/usr/pkg/include -I/usr/include -L/usr/pkg/lib
    -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib
    /usr/pkg/lib/libintl.so /usr/lib/libc.so -Wl,-rpath
    -Wl,/usr/pkg/lib /usr/pkg/lib/libssl.so /usr/pkg/lib/libcrypto.so
    -Wl,-rpath -Wl,/usr/pkg/lib -lz -lidn ftp-opie.o openssl.o
    http-ntlm.o ../lib/libgnu.a

Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Originally written by Hrvoje Niksic <[email protected]>.
Please send bug reports and questions to <[email protected]>.

wget does not work together with proxys. Maybe it is the same issue with other parts of the system not working with proxys as expected.

Error when building tools

Hello,
I've cloned the MINIX 3 source code using

$ git clone git://git.minix3.org/minix minixsrc

and want to build it. I've looked at Developers Guide: Cross-compiling, and run

$ sh build.sh -mi386 -O ../build tools

But it failed. You can read the output of the command at GitHub Gist.
In short words, the problem is in using of eval, but I can't find where it is used (the line 1 is wrong):

checking whether /home/yuri/ะ”ะพะบัƒะผะตะฝั‚ั‹/Books/A_Tanenbaum/OS_RIR/minixsrc/../build/tooldir.Linux-3.13.0-45-generic-x86_64/bin/nbmake sets $(MAKE)... /home/yuri/ะ”ะพะบัƒะผะตะฝั‚ั‹/Books/A_Tanenbaum/OS_RIR/minixsrc/tools/texinfo/../../gnu/dist/texinfo/configure: 1: eval: Bad substitution

3.3.0 does not work on Microsoft Virtual PC 2007

The MINIX 3.3.0 ISO (both release and the 65eccd1 snapshot) hangs during the boot process, shortly after printing "Started VFS: 9 worker thread(s)". The apparent reason is that the clock interrupt stops firing sometime after the VM service is started, resulting in init(8) hanging forever in its first nanosleep(3) call. It is not clear whether this is a problem with just the timer IRQ (0) or with all IRQs. A higher clock frequency (e.g. hz=1000) makes the timer stop faster into the boot process. It is also not clear whether VM is a part of the problem at all, but at least the problem is not due to one of VM's actions. Instead it appears to be dependent on load or possibly the (relative) window that interrupts are disabled: a "for(;;);" early in VM's initialization code may either see the timer stop before that (with hz=1000) or keep triggering forever as expected (with hz=60).

Changes tried so far and known not to make a difference: libc_ipc=1, no_apic=0, no IRQ0 masking, early IRQ0 ack.

MINIX 3.2.1 and 3.2.0 generate a fatal exception even before getting into the bootloader menu, presumably due to a bug in the initial NetBSD bootloader import which got fixed during the 3.3.0 sync. However, MINIX 3.1.8, which uses the old boot monitor, still boots and works fine.

VirtualBox Crash when using Intel NICs

The environment

  • VirtualBox 4.3.20 on MacOSX 10.9 & 10.10
  • Using Intel NIC instead of default one (PCNet-FAST III)
  • MINIX R3.3.0 official iso ( minix-R3.3.0-588a35b.iso )

The Bug

VirtualBox exception, the VM is suspended into "Guru meditation mode", a.k.a debugging mode.

The error message

screen shot 2015-01-13 at 09 15 43

The VM configuration

screen shot 2015-01-13 at 09 16 26

Full vbox.log

VirtualBox VM 4.3.20 r96996 darwin.amd64 (Nov 21 2014 15:07:51) release log
00:00:01.046957 Log opened 2015-01-13T08:12:23.239729000Z
00:00:01.046958 Build Type: release
00:00:01.046968 OS Product: Darwin
00:00:01.046973 OS Release: 14.0.0
00:00:01.046977 OS Version: Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
00:00:01.047052 DMI Product Name: MacBookPro11,2
00:00:01.047096 DMI Product Version: 1.0
00:00:01.047103 Host RAM: 16384MB total, 6800MB available
00:00:01.047104 Executable: /Applications/VirtualBox.app/Contents/MacOS/VirtualBoxVM
00:00:01.047105 Process ID: 8972
00:00:01.047105 Package type: DARWIN_64BITS_GENERIC
00:00:01.047962 Installed Extension Packs:
00:00:01.047969   Oracle VM VirtualBox Extension Pack (Version: 4.3.20 r96996; VRDE Module: VBoxVRDP)
00:00:01.055981 SUP: Loaded VMMR0.r0 (/Applications/VirtualBox.app/Contents/MacOS/VMMR0.r0) at 0xffffff8237d23020 - ModuleInit at ffffff8237d414b0 and ModuleTerm at ffffff8237d41480
00:00:01.055996 SUP: VMMR0EntryEx located at ffffff8237d413b0, VMMR0EntryFast at ffffff8237d41810 and VMMR0EntryInt at ffffff8237d40210
00:00:01.057918 Guest OS type: 'Other'
00:00:01.062701 fHMForced=true - Darwin host
00:00:01.068662 File system of '/Users/sambuc/Virtual Machines.localized/tmp/Snapshots' (snapshots) is unknown
00:00:01.068673 File system of '/Users/sambuc/Virtual Machines.localized/tmp/tmp.vdi' is hfs
00:00:01.082476 Shared clipboard mode: Off
00:00:01.083457 Drag'n'drop mode: Off
00:00:01.089804 ************************* CFGM dump *************************
00:00:01.089810 [/] (level 0)
00:00:01.089814   CSAMEnabled     <integer> = 0x0000000000000001 (1)
00:00:01.089816   CpuExecutionCap <integer> = 0x0000000000000064 (100)
00:00:01.089817   EnablePAE       <integer> = 0x0000000000000000 (0)
00:00:01.089818   HMEnabled       <integer> = 0x0000000000000001 (1)
00:00:01.089818   MemBalloonSize  <integer> = 0x0000000000000000 (0)
00:00:01.089819   Name            <string>  = "tmp" (cb=4)
00:00:01.089820   NumCPUs         <integer> = 0x0000000000000001 (1)
00:00:01.089821   PATMEnabled     <integer> = 0x0000000000000001 (1)
00:00:01.089822   PageFusion      <integer> = 0x0000000000000000 (0)
00:00:01.089822   RamHoleSize     <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:01.089824   RamSize         <integer> = 0x0000000010000000 (268 435 456, 256 MB)
00:00:01.089825   RawR0Enabled    <integer> = 0x0000000000000001 (1)
00:00:01.089826   RawR3Enabled    <integer> = 0x0000000000000001 (1)
00:00:01.089826   TimerMillies    <integer> = 0x000000000000000a (10)
00:00:01.089827   UUID            <bytes>   = "96 53 36 cb 64 5a 1f 4b a3 51 e2 46 7a d2 4f 95" (cb=16)
00:00:01.089848 
00:00:01.089849 [/CPUM/] (level 1)
00:00:01.089850   SyntheticCpu <integer> = 0x0000000000000000 (0)
00:00:01.089851 
00:00:01.089852 [/DBGF/] (level 1)
00:00:01.089853   Path <string>  = "/Users/sambuc/Virtual Machines.localized/tmp/debug/;/Users/sambuc/Virtual Machines.localized/tmp/;/Users/sambuc/" (cb=113)
00:00:01.089854 
00:00:01.089855 [/Devices/] (level 1)
00:00:01.089856 
00:00:01.089856 [/Devices/8237A/] (level 2)
00:00:01.089858 
00:00:01.089858 [/Devices/8237A/0/] (level 3)
00:00:01.089860   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.089861 
00:00:01.089862 [/Devices/AudioSniffer/] (level 2)
00:00:01.089863 
00:00:01.089863 [/Devices/AudioSniffer/0/] (level 3)
00:00:01.089865 
00:00:01.089865 [/Devices/AudioSniffer/0/Config/] (level 4)
00:00:01.089867 
00:00:01.089868 [/Devices/AudioSniffer/0/LUN#0/] (level 4)
00:00:01.089869   Driver <string>  = "MainAudioSniffer" (cb=17)
00:00:01.089870 
00:00:01.089871 [/Devices/AudioSniffer/0/LUN#0/Config/] (level 5)
00:00:01.089873   Object <integer> = 0x0000000103fae4c0 (4 361 741 504)
00:00:01.089875 
00:00:01.089875 [/Devices/VMMDev/] (level 2)
00:00:01.089876 
00:00:01.089876 [/Devices/VMMDev/0/] (level 3)
00:00:01.089877   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.089878   PCIDeviceNo   <integer> = 0x0000000000000004 (4)
00:00:01.089879   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.089880   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.089880 
00:00:01.089881 [/Devices/VMMDev/0/Config/] (level 4)
00:00:01.089882   GuestCoreDumpDir <string>  = "/Users/sambuc/Virtual Machines.localized/tmp/Snapshots" (cb=55)
00:00:01.089883   RamSize          <integer> = 0x0000000010000000 (268 435 456, 256 MB)
00:00:01.089884 
00:00:01.089885 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:01.089886   Driver <string>  = "HGCM" (cb=5)
00:00:01.089886 
00:00:01.089887 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
00:00:01.089888   Object <integer> = 0x00000001003c52b0 (4 298 920 624)
00:00:01.089889 
00:00:01.089889 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:01.089890   Driver <string>  = "MainStatus" (cb=11)
00:00:01.089891 
00:00:01.089891 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
00:00:01.089892   First   <integer> = 0x0000000000000000 (0)
00:00:01.089893   Last    <integer> = 0x0000000000000000 (0)
00:00:01.089894   papLeds <integer> = 0x0000000101060bf0 (4 312 140 784)
00:00:01.089895 
00:00:01.089895 [/Devices/acpi/] (level 2)
00:00:01.089896 
00:00:01.089896 [/Devices/acpi/0/] (level 3)
00:00:01.089897   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.089898   PCIDeviceNo   <integer> = 0x0000000000000007 (7)
00:00:01.089899   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.089899   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.089900 
00:00:01.089900 [/Devices/acpi/0/Config/] (level 4)
00:00:01.089902   CpuHotPlug        <integer> = 0x0000000000000000 (0)
00:00:01.089903   FdcEnabled        <integer> = 0x0000000000000000 (0)
00:00:01.089904   HostBusPciAddress <integer> = 0x0000000000000000 (0)
00:00:01.089904   HpetEnabled       <integer> = 0x0000000000000000 (0)
00:00:01.089905   IOAPIC            <integer> = 0x0000000000000000 (0)
00:00:01.089906   IocPciAddress     <integer> = 0x0000000000010000 (65 536)
00:00:01.089907   NumCPUs           <integer> = 0x0000000000000001 (1)
00:00:01.089908   RamHoleSize       <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:01.089909   RamSize           <integer> = 0x0000000010000000 (268 435 456, 256 MB)
00:00:01.089910   Serial0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:01.089911   Serial0Irq        <integer> = 0x0000000000000000 (0)
00:00:01.089911   Serial1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:01.089912   Serial1Irq        <integer> = 0x0000000000000000 (0)
00:00:01.089913   ShowCpu           <integer> = 0x0000000000000000 (0)
00:00:01.089913   ShowRtc           <integer> = 0x0000000000000000 (0)
00:00:01.089914   SmcEnabled        <integer> = 0x0000000000000000 (0)
00:00:01.089915 
00:00:01.089916 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:01.089917   Driver <string>  = "ACPIHost" (cb=9)
00:00:01.089918 
00:00:01.089919 [/Devices/acpi/0/LUN#0/Config/] (level 5)
00:00:01.089920 
00:00:01.089921 [/Devices/apic/] (level 2)
00:00:01.089922 
00:00:01.089923 [/Devices/apic/0/] (level 3)
00:00:01.089924   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.089925 
00:00:01.089925 [/Devices/apic/0/Config/] (level 4)
00:00:01.089926   IOAPIC  <integer> = 0x0000000000000000 (0)
00:00:01.089935   NumCPUs <integer> = 0x0000000000000001 (1)
00:00:01.089937 
00:00:01.089937 [/Devices/e1000/] (level 2)
00:00:01.089944 
00:00:01.089944 [/Devices/e1000/0/] (level 3)
00:00:01.089945   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.089946   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:01.089947   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.089947   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.089948 
00:00:01.089948 [/Devices/e1000/0/Config/] (level 4)
00:00:01.089950   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:01.089950   CableConnected <integer> = 0x0000000000000001 (1)
00:00:01.089951   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:01.089952   MAC            <bytes>   = "08 00 27 16 ad ef" (cb=6)
00:00:01.089954 
00:00:01.089954 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:01.089955   Driver <string>  = "NAT" (cb=4)
00:00:01.089956 
00:00:01.089956 [/Devices/e1000/0/LUN#0/Config/] (level 5)
00:00:01.089958   AliasMode       <integer> = 0x0000000000000000 (0)
00:00:01.089959   BootFile        <string>  = "tmp.pxe" (cb=8)
00:00:01.089959   DNSProxy        <integer> = 0x0000000000000000 (0)
00:00:01.089960   Network         <string>  = "10.0.2.0/24" (cb=12)
00:00:01.089961   PassDomain      <integer> = 0x0000000000000001 (1)
00:00:01.089961   TFTPPrefix      <string>  = "/Users/sambuc/Library/VirtualBox/TFTP" (cb=38)
00:00:01.089962   UseHostResolver <integer> = 0x0000000000000000 (0)
00:00:01.089963 
00:00:01.089963 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:01.089964   Driver <string>  = "MainStatus" (cb=11)
00:00:01.089965 
00:00:01.089965 [/Devices/e1000/0/LUN#999/Config/] (level 5)
00:00:01.089967   First   <integer> = 0x0000000000000000 (0)
00:00:01.089968   Last    <integer> = 0x0000000000000000 (0)
00:00:01.089968   papLeds <integer> = 0x0000000101060ad0 (4 312 140 496)
00:00:01.089969 
00:00:01.089970 [/Devices/i8254/] (level 2)
00:00:01.089971 
00:00:01.089971 [/Devices/i8254/0/] (level 3)
00:00:01.089972 
00:00:01.089972 [/Devices/i8254/0/Config/] (level 4)
00:00:01.089973 
00:00:01.089973 [/Devices/i8259/] (level 2)
00:00:01.089974 
00:00:01.089974 [/Devices/i8259/0/] (level 3)
00:00:01.089975   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.089976 
00:00:01.089976 [/Devices/i8259/0/Config/] (level 4)
00:00:01.089977 
00:00:01.089978 [/Devices/ichac97/] (level 2)
00:00:01.089978 
00:00:01.089979 [/Devices/ichac97/0/] (level 3)
00:00:01.089980   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.089981   PCIDeviceNo   <integer> = 0x0000000000000005 (5)
00:00:01.089981   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.089982   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.089983 
00:00:01.089983 [/Devices/ichac97/0/Config/] (level 4)
00:00:01.089984 
00:00:01.089984 [/Devices/ichac97/0/LUN#0/] (level 4)
00:00:01.089985   Driver <string>  = "AUDIO" (cb=6)
00:00:01.089986 
00:00:01.089986 [/Devices/ichac97/0/LUN#0/Config/] (level 5)
00:00:01.089987   AudioDriver <string>  = "coreaudio" (cb=10)
00:00:01.089988   StreamName  <string>  = "tmp" (cb=4)
00:00:01.089989 
00:00:01.089989 [/Devices/mc146818/] (level 2)
00:00:01.089990 
00:00:01.089990 [/Devices/mc146818/0/] (level 3)
00:00:01.089991 
00:00:01.089991 [/Devices/mc146818/0/Config/] (level 4)
00:00:01.089992   UseUTC <integer> = 0x0000000000000000 (0)
00:00:01.089993 
00:00:01.089993 [/Devices/parallel/] (level 2)
00:00:01.089994 
00:00:01.089994 [/Devices/pcarch/] (level 2)
00:00:01.089995 
00:00:01.089996 [/Devices/pcarch/0/] (level 3)
00:00:01.089997   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.089997 
00:00:01.089997 [/Devices/pcarch/0/Config/] (level 4)
00:00:01.089998 
00:00:01.089999 [/Devices/pcbios/] (level 2)
00:00:01.090000 
00:00:01.090000 [/Devices/pcbios/0/] (level 3)
00:00:01.090001   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.090001 
00:00:01.090002 [/Devices/pcbios/0/Config/] (level 4)
00:00:01.090004   BootDevice0    <string>  = "FLOPPY" (cb=7)
00:00:01.090004   BootDevice1    <string>  = "DVD" (cb=4)
00:00:01.090005   BootDevice2    <string>  = "IDE" (cb=4)
00:00:01.090006   BootDevice3    <string>  = "NONE" (cb=5)
00:00:01.090006   FloppyDevice   <string>  = "i82078" (cb=7)
00:00:01.090007   HardDiskDevice <string>  = "piix3ide" (cb=9)
00:00:01.090007   IOAPIC         <integer> = 0x0000000000000000 (0)
00:00:01.090008   LanBootRom     <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/PXE-Intel.rom" (cb=109)
00:00:01.090009   McfgBase       <integer> = 0x0000000000000000 (0)
00:00:01.090010   McfgLength     <integer> = 0x0000000000000000 (0)
00:00:01.090010   NumCPUs        <integer> = 0x0000000000000001 (1)
00:00:01.090011   PXEDebug       <integer> = 0x0000000000000000 (0)
00:00:01.090012   RamHoleSize    <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:01.090013   RamSize        <integer> = 0x0000000010000000 (268 435 456, 256 MB)
00:00:01.090014   UUID           <bytes>   = "96 53 36 cb 64 5a 1f 4b a3 51 e2 46 7a d2 4f 95" (cb=16)
00:00:01.090016 
00:00:01.090017 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
00:00:01.090018 
00:00:01.090018 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
00:00:01.090020   NIC           <integer> = 0x0000000000000000 (0)
00:00:01.090020   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.090021   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:01.090022   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.090022 
00:00:01.090023 [/Devices/pci/] (level 2)
00:00:01.090023 
00:00:01.090024 [/Devices/pci/0/] (level 3)
00:00:01.090025   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.090025 
00:00:01.090025 [/Devices/pci/0/Config/] (level 4)
00:00:01.090026   IOAPIC <integer> = 0x0000000000000000 (0)
00:00:01.090027 
00:00:01.090027 [/Devices/pckbd/] (level 2)
00:00:01.090028 
00:00:01.090028 [/Devices/pckbd/0/] (level 3)
00:00:01.090029   Trusted <integer> = 0x0000000000000001 (1)
00:00:01.090030 
00:00:01.090030 [/Devices/pckbd/0/Config/] (level 4)
00:00:01.090031 
00:00:01.090032 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:01.090033   Driver <string>  = "KeyboardQueue" (cb=14)
00:00:01.090034 
00:00:01.090034 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.090036   Driver <string>  = "MainKeyboard" (cb=13)
00:00:01.090037 
00:00:01.090037 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:01.090039   Object <integer> = 0x0000000103f76050 (4 361 510 992)
00:00:01.090040 
00:00:01.090041 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
00:00:01.090042   QueueSize <integer> = 0x0000000000000040 (64)
00:00:01.090043 
00:00:01.090058 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:01.090067   Driver <string>  = "MouseQueue" (cb=11)
00:00:01.090068 
00:00:01.090069 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:01.090070   Driver <string>  = "MainMouse" (cb=10)
00:00:01.090071 
00:00:01.090071 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
00:00:01.090072   Object <integer> = 0x0000000103f72fc0 (4 361 498 560)
00:00:01.090074 
00:00:01.090074 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
00:00:01.090075   QueueSize <integer> = 0x0000000000000080 (128)
00:00:01.090076 
00:00:01.090076 [/Devices/pcnet/] (level 2)
00:00:01.090077 
00:00:01.090078 [/Devices/piix3ide/] (level 2)
00:00:01.090079 
00:00:01.090079 [/Devices/piix3ide/0/] (level 3)
00:00:01.090080   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.090081   PCIDeviceNo   <integer> = 0x0000000000000001 (1)
00:00:01.090082   PCIFunctionNo <integer> = 0x0000000000000001 (1)
00:00:01.090082   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.090083 
00:00:01.090083 [/Devices/piix3ide/0/Config/] (level 4)
00:00:01.090085   Type <string>  = "PIIX4" (cb=6)
00:00:01.090085 
00:00:01.090086 [/Devices/piix3ide/0/Config/PrimaryMaster/] (level 5)
00:00:01.090087   NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:01.090088 
00:00:01.090088 [/Devices/piix3ide/0/Config/SecondaryMaster/] (level 5)
00:00:01.090089   NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:01.090090 
00:00:01.090090 [/Devices/piix3ide/0/LUN#0/] (level 4)
00:00:01.090091   Driver <string>  = "Block" (cb=6)
00:00:01.090092 
00:00:01.090092 [/Devices/piix3ide/0/LUN#0/AttachedDriver/] (level 5)
00:00:01.090093   Driver <string>  = "VD" (cb=3)
00:00:01.090094 
00:00:01.090094 [/Devices/piix3ide/0/LUN#0/AttachedDriver/Config/] (level 6)
00:00:01.090096   Format <string>  = "VDI" (cb=4)
00:00:01.090096   Path   <string>  = "/Users/sambuc/Virtual Machines.localized/tmp/tmp.vdi" (cb=53)
00:00:01.090097   Type   <string>  = "HardDisk" (cb=9)
00:00:01.090098 
00:00:01.090098 [/Devices/piix3ide/0/LUN#0/AttachedDriver/Config/Plugins/] (level 7)
00:00:01.090100 
00:00:01.090100 [/Devices/piix3ide/0/LUN#0/AttachedDriver/Config/Plugins/VDPluginCrypt/] (level 8)
00:00:01.090102   Path <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64/VDPluginCrypt.dylib" (cb=128)
00:00:01.090103 
00:00:01.090103 [/Devices/piix3ide/0/LUN#0/Config/] (level 5)
00:00:01.090104   Mountable <integer> = 0x0000000000000000 (0)
00:00:01.090105   Type      <string>  = "HardDisk" (cb=9)
00:00:01.090105 
00:00:01.090106 [/Devices/piix3ide/0/LUN#2/] (level 4)
00:00:01.090107   Driver <string>  = "Block" (cb=6)
00:00:01.090107 
00:00:01.090108 [/Devices/piix3ide/0/LUN#2/Config/] (level 5)
00:00:01.090109   Mountable <integer> = 0x0000000000000001 (1)
00:00:01.090110   Type      <string>  = "DVD" (cb=4)
00:00:01.090110 
00:00:01.090110 [/Devices/piix3ide/0/LUN#999/] (level 4)
00:00:01.090112   Driver <string>  = "MainStatus" (cb=11)
00:00:01.090112 
00:00:01.090112 [/Devices/piix3ide/0/LUN#999/Config/] (level 5)
00:00:01.090114   DeviceInstance        <string>  = "piix3ide/0" (cb=11)
00:00:01.090115   First                 <integer> = 0x0000000000000000 (0)
00:00:01.090116   Last                  <integer> = 0x0000000000000003 (3)
00:00:01.090117   pConsole              <integer> = 0x0000000101060600 (4 312 139 264)
00:00:01.090118   papLeds               <integer> = 0x0000000101060900 (4 312 140 032)
00:00:01.090119   pmapMediumAttachments <integer> = 0x0000000101060c08 (4 312 140 808)
00:00:01.090120 
00:00:01.090120 [/Devices/serial/] (level 2)
00:00:01.090121 
00:00:01.090121 [/Devices/usb-ehci/] (level 2)
00:00:01.090122 
00:00:01.090123 [/Devices/usb-ehci/0/] (level 3)
00:00:01.090124   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.090124   PCIDeviceNo   <integer> = 0x000000000000000b (11)
00:00:01.090125   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.090126   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.090126 
00:00:01.090127 [/Devices/usb-ehci/0/Config/] (level 4)
00:00:01.090128 
00:00:01.090128 [/Devices/usb-ehci/0/LUN#0/] (level 4)
00:00:01.090129   Driver <string>  = "VUSBRootHub" (cb=12)
00:00:01.090130 
00:00:01.090130 [/Devices/usb-ehci/0/LUN#0/Config/] (level 5)
00:00:01.090131 
00:00:01.090132 [/Devices/usb-ehci/0/LUN#999/] (level 4)
00:00:01.090133   Driver <string>  = "MainStatus" (cb=11)
00:00:01.090133 
00:00:01.090134 [/Devices/usb-ehci/0/LUN#999/Config/] (level 5)
00:00:01.090135   First   <integer> = 0x0000000000000000 (0)
00:00:01.090135   Last    <integer> = 0x0000000000000000 (0)
00:00:01.090136   papLeds <integer> = 0x0000000101060c00 (4 312 140 800)
00:00:01.090137 
00:00:01.090137 [/Devices/usb-ohci/] (level 2)
00:00:01.090138 
00:00:01.090138 [/Devices/usb-ohci/0/] (level 3)
00:00:01.090139   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.090140   PCIDeviceNo   <integer> = 0x0000000000000006 (6)
00:00:01.090141   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.090141   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.090142 
00:00:01.090142 [/Devices/usb-ohci/0/Config/] (level 4)
00:00:01.090143 
00:00:01.090144 [/Devices/usb-ohci/0/LUN#0/] (level 4)
00:00:01.090145   Driver <string>  = "VUSBRootHub" (cb=12)
00:00:01.090145 
00:00:01.090146 [/Devices/usb-ohci/0/LUN#0/Config/] (level 5)
00:00:01.090147 
00:00:01.090147 [/Devices/usb-ohci/0/LUN#999/] (level 4)
00:00:01.090148   Driver <string>  = "MainStatus" (cb=11)
00:00:01.090149 
00:00:01.090149 [/Devices/usb-ohci/0/LUN#999/Config/] (level 5)
00:00:01.090150   First   <integer> = 0x0000000000000000 (0)
00:00:01.090151   Last    <integer> = 0x0000000000000000 (0)
00:00:01.090152   papLeds <integer> = 0x0000000101060bf8 (4 312 140 792)
00:00:01.090153 
00:00:01.090153 [/Devices/vga/] (level 2)
00:00:01.090154 
00:00:01.090154 [/Devices/vga/0/] (level 3)
00:00:01.090155   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:01.090156   PCIDeviceNo   <integer> = 0x0000000000000002 (2)
00:00:01.090157   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:01.090157   Trusted       <integer> = 0x0000000000000001 (1)
00:00:01.090158 
00:00:01.090158 [/Devices/vga/0/Config/] (level 4)
00:00:01.090160   CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:01.090161   FadeIn           <integer> = 0x0000000000000001 (1)
00:00:01.090161   FadeOut          <integer> = 0x0000000000000001 (1)
00:00:01.090162   HeightReduction  <integer> = 0x0000000000000000 (0)
00:00:01.090163   LogoFile         <string>  = "" (cb=1)
00:00:01.090163   LogoTime         <integer> = 0x0000000000000000 (0)
00:00:01.090164   MonitorCount     <integer> = 0x0000000000000001 (1)
00:00:01.090165   ShowBootMenu     <integer> = 0x0000000000000002 (2)
00:00:01.090166   VRamSize         <integer> = 0x0000000000a00000 (10 485 760, 10 MB)
00:00:01.090168 
00:00:01.090169 [/Devices/vga/0/LUN#0/] (level 4)
00:00:01.090180   Driver <string>  = "MainDisplay" (cb=12)
00:00:01.090181 
00:00:01.090182 [/Devices/vga/0/LUN#0/Config/] (level 5)
00:00:01.090184   Object <integer> = 0x000000010400e200 (4 362 134 016)
00:00:01.090186 
00:00:01.090187 [/Devices/virtio-net/] (level 2)
00:00:01.090189 
00:00:01.090189 [/EM/] (level 1)
00:00:01.090190   TripleFaultReset <integer> = 0x0000000000000000 (0)
00:00:01.090192 
00:00:01.090192 [/HM/] (level 1)
00:00:01.090194   64bitEnabled       <integer> = 0x0000000000000000 (0)
00:00:01.090196   EnableLargePages   <integer> = 0x0000000000000001 (1)
00:00:01.090197   EnableNestedPaging <integer> = 0x0000000000000001 (1)
00:00:01.090198   EnableUX           <integer> = 0x0000000000000001 (1)
00:00:01.090199   EnableVPID         <integer> = 0x0000000000000001 (1)
00:00:01.090200   Exclusive          <integer> = 0x0000000000000000 (0)
00:00:01.090201   HMForced           <integer> = 0x0000000000000001 (1)
00:00:01.090202 
00:00:01.090202 [/MM/] (level 1)
00:00:01.090204   CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:01.090204 
00:00:01.090204 [/PDM/] (level 1)
00:00:01.090205 
00:00:01.090206 [/PDM/AsyncCompletion/] (level 2)
00:00:01.090206 
00:00:01.090207 [/PDM/AsyncCompletion/File/] (level 3)
00:00:01.090208 
00:00:01.090209 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:01.090211 
00:00:01.090211 [/PDM/BlkCache/] (level 2)
00:00:01.090212   CacheSize <integer> = 0x0000000000500000 (5 242 880, 5 MB)
00:00:01.090214 
00:00:01.090215 [/PDM/Devices/] (level 2)
00:00:01.090216 
00:00:01.090217 [/PDM/Devices/VBoxEhci/] (level 3)
00:00:01.090233   Path         <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64/VBoxEhciR3.dylib" (cb=125)
00:00:01.090237   R0SearchPath <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64" (cb=108)
00:00:01.090238   RCSearchPath <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64" (cb=108)
00:00:01.090239 
00:00:01.090240 [/PDM/Drivers/] (level 2)
00:00:01.090241 
00:00:01.090242 [/PDM/Drivers/DrvHostWebcam/] (level 3)
00:00:01.090243   Path <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64/VBoxHostWebcam.dylib" (cb=129)
00:00:01.090252 
00:00:01.090252 [/PDM/Drivers/VBoxC/] (level 3)
00:00:01.090254   Path <string>  = "/Applications/VirtualBox.app/Contents/MacOS/components/VBoxC" (cb=61)
00:00:01.090255 
00:00:01.090256 [/PDM/NetworkShaper/] (level 2)
00:00:01.090257 
00:00:01.090257 [/PDM/NetworkShaper/BwGroups/] (level 3)
00:00:01.090258 
00:00:01.090258 [/PDM/USB/] (level 2)
00:00:01.090259 
00:00:01.090259 [/PDM/USB/VBoxUsbCardReader/] (level 3)
00:00:01.090260   Path <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64/VBoxUsbCardReaderR3.dylib" (cb=134)
00:00:01.090261 
00:00:01.090262 [/PDM/USB/VBoxUsbWebcam/] (level 3)
00:00:01.090263   Path <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64/VBoxUsbWebcamR3.dylib" (cb=130)
00:00:01.090263 
00:00:01.090264 [/TM/] (level 1)
00:00:01.090265   UTCOffset <integer> = 0x0000000000000000 (0)
00:00:01.090266 
00:00:01.090267 [/USB/] (level 1)
00:00:01.090268 
00:00:01.090268 [/USB/USBProxy/] (level 2)
00:00:01.090270 
00:00:01.090270 [/USB/USBProxy/GlobalConfig/] (level 3)
00:00:01.090272 
00:00:01.090273 ********************* End of CFGM dump **********************
00:00:01.090281 VM: fHMEnabled=true  (configured) fRecompileUser=false fRecompileSupervisor=false
00:00:01.090283 VM: fRawRing1Enabled=false CSAM=true  PATM=true 
00:00:01.090386 HMR3Init: VT-x w/ nested paging
00:00:01.090444 MM: cbHyperHeap=0x100000 (1048576)
00:00:01.091945 CPUM: Matched host CPU INTEL 0x6/0x46/0x1 Intel_Core7_Haswell with CPU DB entry 'Intel Core i5-3570' (INTEL 0x6/0x3a/0x9 Intel_Core7_IvyBridge).
00:00:01.092573 Debug: HCPhysInterPD=00000000120c4000 HCPhysInterPaePDPT=00000000120c1000 HCPhysInterPaePML4=00000000120bf000
00:00:01.092582 Debug: apInterPTs={00000000120c3000,00000000120c2000} apInterPaePTs={0000000410636000,0000000449ab7000} apInterPaePDs={00000003b84b8000,000000032b539000,00000001e37ba000,00000001e0dbb000} pInterPaePDPT64=00000000120c0000
00:00:01.092587 Host paging mode: AMD64+PGE+NX
00:00:01.092593 PGMPool: cMaxPages=160 (u64MaxPages=160)
00:00:01.092595 pgmR3PoolInit: cMaxPages=0xa0 cMaxUsers=0x140 cMaxPhysExts=0x140 fCacheEnable=true 
00:00:01.095013 TM: GIP - u32Mode=1 (SyncTSC) u32UpdateHz=99
00:00:01.128159 TM: cTSCTicksPerSecond=0x81bbbe3d (2 176 564 797) fTSCVirtualized=true  fTSCUseRealTSC=false
00:00:01.128164 TM: fMaybeUseOffsettedHostTSC=true  TSCTiedToExecution=false TSCNotTiedToHalt=false
00:00:01.128352 CoreCode: R3=0000000114c6f000 R0=ffffff81c6ab9000 RC=a0245000 Phys=0000000012a57000 cb=0x1000
00:00:01.128550 AIOMgr: Default manager type is "Async"
00:00:01.128555 AIOMgr: Default file backend is "NonBuffered"
00:00:01.128625 BlkCache: Cache successfully initialised. Cache size is 5242880 bytes
00:00:01.128629 BlkCache: Cache commit interval is 10000 ms
00:00:01.128631 BlkCache: Cache commit threshold is 2621440 bytes
00:00:01.129135 UIMediumEnumerator: Medium-enumeration finished!
00:00:01.130701 [SMP] BIOS with 1 CPUs
00:00:01.132418 DevPcBios: Using LAN ROM '/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/PXE-Intel.rom' with a size of 0xc000 bytes
00:00:01.133330 SUP: Loaded VBoxDDR0.r0 (/Applications/VirtualBox.app/Contents/MacOS/VBoxDDR0.r0) at 0xffffff81f8776020 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:01.133946 SUP: Loaded VBoxDD2R0.r0 (/Applications/VirtualBox.app/Contents/MacOS/VBoxDD2R0.r0) at 0xffffff81e6b87020 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:01.133986 Activating Local APIC
00:00:01.133997 CPUM: SetGuestCpuIdFeature: Enabled APIC
00:00:01.134136 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:01.137686 Shared Folders service loaded.
00:00:01.145488 DrvBlock: Flushes will be ignored
00:00:01.145496 DrvBlock: Async flushes will be passed to the disk
00:00:01.145697 VDInit finished
00:00:01.146163 VD: Opening the disk took 64081 ns
00:00:01.146292 PIIX3 ATA: LUN#0: disk, PCHS=4161/16/63, total number of sectors 4194304
00:00:01.146300 PIIX3 ATA: LUN#1: no unit
00:00:01.146326 DrvBlock: Flushes will be ignored
00:00:01.146329 DrvBlock: Async flushes will be passed to the disk
00:00:01.146402 PIIX3 ATA: LUN#2: CD/DVD, total number of sectors 0, passthrough disabled
00:00:01.146408 PIIX3 ATA: LUN#3: no unit
00:00:01.146421 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:01.146422 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:01.155079 NAT: DNS#0: 192.168.0.1
00:00:01.155837 Audio: Trying driver 'coreaudio'.
00:00:01.155855 Audio: set_record_source ars=0 als=0 (not implemented)
00:00:01.169633 CoreAudio: Using input device: Display Audio (UID: AppleUSBAudioEngine:Apple Inc.:Display Audio:14141000:2,1)
00:00:01.177265 CoreAudio: Using output device: Display Audio (UID: AppleUSBAudioEngine:Apple Inc.:Display Audio:14141000:2,1)
00:00:01.179597 SUP: Loaded VBoxEhciR0.r0 (/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64/VBoxEhciR0.r0) at 0xffffff81f03e7020 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
00:00:01.179636 DevPcBios: ATA LUN#0 LCHS=520/128/63
00:00:01.179802 PGM: The CPU physical address width is 39 bits
00:00:01.179821 PGMR3InitFinalize: 4 MB PSE mask 0000007fffffffff
00:00:01.183184 VMM: Thread-context hooks unavailable.
00:00:01.183296 HM: Using VT-x implementation 2.0!
00:00:01.183297 HM: Host CR4                        = 0x1606e0
00:00:01.183298 HM: Host EFER                       = 0xd01
00:00:01.183299 HM: MSR_IA32_FEATURE_CONTROL        = 0x5
00:00:01.183300 HM: MSR_IA32_VMX_BASIC_INFO         = 0xda040000000012
00:00:01.183301 HM:   VMCS id                             = 0x12
00:00:01.183301 HM:   VMCS size                           = 1024 bytes
00:00:01.183303 HM:   VMCS physical address limit         = None
00:00:01.183305 HM:   VMCS memory type                    = 0x6
00:00:01.183306 HM:   Dual-monitor treatment support      = true 
00:00:01.183307 HM:   OUTS & INS instruction-info         = true 
00:00:01.183308 HM: Max resume loops                = 1024
00:00:01.183308 HM: MSR_IA32_VMX_PINBASED_CTLS      = 0x7f00000016
00:00:01.183309 HM:   VMX_VMCS_CTRL_PIN_EXEC_EXT_INT_EXIT
00:00:01.183311 HM:   VMX_VMCS_CTRL_PIN_EXEC_NMI_EXIT
00:00:01.183312 HM:   VMX_VMCS_CTRL_PIN_EXEC_VIRTUAL_NMI
00:00:01.183312 HM:   VMX_VMCS_CTRL_PIN_EXEC_PREEMPT_TIMER
00:00:01.183312 HM: MSR_IA32_VMX_PROCBASED_CTLS     = 0xfff9fffe0401e172
00:00:01.183313 HM:   VMX_VMCS_CTRL_PROC_EXEC_INT_WINDOW_EXIT
00:00:01.183314 HM:   VMX_VMCS_CTRL_PROC_EXEC_USE_TSC_OFFSETTING
00:00:01.183314 HM:   VMX_VMCS_CTRL_PROC_EXEC_HLT_EXIT
00:00:01.183315 HM:   VMX_VMCS_CTRL_PROC_EXEC_INVLPG_EXIT
00:00:01.183315 HM:   VMX_VMCS_CTRL_PROC_EXEC_MWAIT_EXIT
00:00:01.183315 HM:   VMX_VMCS_CTRL_PROC_EXEC_RDPMC_EXIT
00:00:01.183316 HM:   VMX_VMCS_CTRL_PROC_EXEC_RDTSC_EXIT
00:00:01.183317 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR3_LOAD_EXIT
00:00:01.183317 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR3_LOAD_EXIT (must be set)
00:00:01.183318 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR3_STORE_EXIT
00:00:01.183318 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR3_STORE_EXIT (must be set)
00:00:01.183318 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR8_LOAD_EXIT
00:00:01.183319 HM:   VMX_VMCS_CTRL_PROC_EXEC_CR8_STORE_EXIT
00:00:01.183319 HM:   VMX_VMCS_CTRL_PROC_EXEC_USE_TPR_SHADOW
00:00:01.183320 HM:   VMX_VMCS_CTRL_PROC_EXEC_NMI_WINDOW_EXIT
00:00:01.183320 HM:   VMX_VMCS_CTRL_PROC_EXEC_MOV_DR_EXIT
00:00:01.183320 HM:   VMX_VMCS_CTRL_PROC_EXEC_UNCOND_IO_EXIT
00:00:01.183321 HM:   VMX_VMCS_CTRL_PROC_EXEC_USE_IO_BITMAPS
00:00:01.183321 HM:   VMX_VMCS_CTRL_PROC_EXEC_MONITOR_TRAP_FLAG
00:00:01.183321 HM:   VMX_VMCS_CTRL_PROC_EXEC_USE_MSR_BITMAPS
00:00:01.183322 HM:   VMX_VMCS_CTRL_PROC_EXEC_MONITOR_EXIT
00:00:01.183322 HM:   VMX_VMCS_CTRL_PROC_EXEC_PAUSE_EXIT
00:00:01.183324 HM:   VMX_VMCS_CTRL_PROC_EXEC_USE_SECONDARY_EXEC_CTRL
00:00:01.183325 HM: MSR_IA32_VMX_PROCBASED_CTLS2    = 0x3cff00000000
00:00:01.183326 HM:   VMX_VMCS_CTRL_PROC_EXEC2_VIRT_APIC
00:00:01.183326 HM:   VMX_VMCS_CTRL_PROC_EXEC2_EPT
00:00:01.183327 HM:   VMX_VMCS_CTRL_PROC_EXEC2_DESCRIPTOR_TABLE_EXIT
00:00:01.183327 HM:   VMX_VMCS_CTRL_PROC_EXEC2_RDTSCP
00:00:01.183327 HM:   VMX_VMCS_CTRL_PROC_EXEC2_VIRT_X2APIC
00:00:01.183328 HM:   VMX_VMCS_CTRL_PROC_EXEC2_VPID
00:00:01.183328 HM:   VMX_VMCS_CTRL_PROC_EXEC2_WBINVD_EXIT
00:00:01.183329 HM:   VMX_VMCS_CTRL_PROC_EXEC2_UNRESTRICTED_GUEST
00:00:01.183329 HM:   VMX_VMCS_CTRL_PROC_EXEC2_PAUSE_LOOP_EXIT
00:00:01.183329 HM:   VMX_VMCS_CTRL_PROC_EXEC2_RDRAND_EXIT
00:00:01.183330 HM:   VMX_VMCS_CTRL_PROC_EXEC2_INVPCID
00:00:01.183330 HM:   VMX_VMCS_CTRL_PROC_EXEC2_VMFUNC
00:00:01.183330 HM: MSR_IA32_VMX_ENTRY_CTLS         = 0xffff000011ff
00:00:01.183331 HM:   VMX_VMCS_CTRL_ENTRY_LOAD_DEBUG
00:00:01.183331 HM:   VMX_VMCS_CTRL_ENTRY_LOAD_DEBUG (must be set)
00:00:01.183332 HM:   VMX_VMCS_CTRL_ENTRY_IA32E_MODE_GUEST
00:00:01.183332 HM:   VMX_VMCS_CTRL_ENTRY_ENTRY_SMM
00:00:01.183333 HM:   VMX_VMCS_CTRL_ENTRY_DEACTIVATE_DUALMON
00:00:01.183333 HM:   VMX_VMCS_CTRL_ENTRY_LOAD_GUEST_PERF_MSR
00:00:01.183334 HM:   VMX_VMCS_CTRL_ENTRY_LOAD_GUEST_PAT_MSR
00:00:01.183334 HM:   VMX_VMCS_CTRL_ENTRY_LOAD_GUEST_EFER_MSR
00:00:01.183334 HM: MSR_IA32_VMX_EXIT_CTLS          = 0x7fffff00036dff
00:00:01.183335 HM:   VMX_VMCS_CTRL_EXIT_SAVE_DEBUG
00:00:01.183336 HM:   VMX_VMCS_CTRL_EXIT_SAVE_DEBUG (must be set)
00:00:01.183336 HM:   VMX_VMCS_CTRL_EXIT_HOST_ADDR_SPACE_SIZE
00:00:01.183336 HM:   VMX_VMCS_CTRL_EXIT_LOAD_PERF_MSR
00:00:01.183338 HM:   VMX_VMCS_CTRL_EXIT_ACK_EXT_INT
00:00:01.183339 HM:   VMX_VMCS_CTRL_EXIT_SAVE_GUEST_PAT_MSR
00:00:01.183339 HM:   VMX_VMCS_CTRL_EXIT_LOAD_HOST_PAT_MSR
00:00:01.183339 HM:   VMX_VMCS_CTRL_EXIT_SAVE_GUEST_EFER_MSR
00:00:01.183340 HM:   VMX_VMCS_CTRL_EXIT_LOAD_HOST_EFER_MSR
00:00:01.183340 HM:   VMX_VMCS_CTRL_EXIT_SAVE_VMX_PREEMPT_TIMER
00:00:01.183340 HM: MSR_IA32_VMX_EPT_VPID_CAP       = 0xf0106334141
00:00:01.183341 HM:   MSR_IA32_VMX_EPT_VPID_CAP_RWX_X_ONLY
00:00:01.183342 HM:   MSR_IA32_VMX_EPT_VPID_CAP_GAW_48_BITS
00:00:01.183342 HM:   MSR_IA32_VMX_EPT_VPID_CAP_EMT_UC
00:00:01.183343 HM:   MSR_IA32_VMX_EPT_VPID_CAP_EMT_WB
00:00:01.183343 HM:   MSR_IA32_VMX_EPT_VPID_CAP_SP_21_BITS
00:00:01.183344 HM:   MSR_IA32_VMX_EPT_VPID_CAP_SP_30_BITS
00:00:01.183344 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVEPT
00:00:01.183344 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVEPT_SINGLE_CONTEXT
00:00:01.183345 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVEPT_ALL_CONTEXTS
00:00:01.183345 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVVPID
00:00:01.183346 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVVPID_INDIV_ADDR
00:00:01.183346 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVVPID_SINGLE_CONTEXT
00:00:01.183346 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVVPID_ALL_CONTEXTS
00:00:01.183347 HM:   MSR_IA32_VMX_EPT_VPID_CAP_INVVPID_SINGLE_CONTEXT_RETAIN_GLOBALS
00:00:01.183347 HM: MSR_IA32_VMX_MISC               = 0x300481e5
00:00:01.183348 HM:   MSR_IA32_VMX_MISC_PREEMPT_TSC_BIT      = 0x5
00:00:01.183348 HM:   MSR_IA32_VMX_MISC_STORE_EFERLMA_VMEXIT = true 
00:00:01.183349 HM:   MSR_IA32_VMX_MISC_ACTIVITY_STATES      = 0x7
00:00:01.183349 HM:   MSR_IA32_VMX_MISC_CR3_TARGET           = 0x4
00:00:01.183350 HM:   MSR_IA32_VMX_MISC_MAX_MSR              = 512
00:00:01.183351 HM:   MSR_IA32_VMX_MISC_RDMSR_SMBASE_MSR_SMM = true 
00:00:01.183351 HM:   MSR_IA32_VMX_MISC_SMM_MONITOR_CTL_B2   = true 
00:00:01.183352 HM:   MSR_IA32_VMX_MISC_VMWRITE_VMEXIT_INFO  = true 
00:00:01.183352 HM:   MSR_IA32_VMX_MISC_MSEG_ID              = 0x0
00:00:01.183353 HM: MSR_IA32_VMX_CR0_FIXED0         = 0x80000021
00:00:01.183353 HM: MSR_IA32_VMX_CR0_FIXED1         = 0xffffffff
00:00:01.183354 HM: MSR_IA32_VMX_CR4_FIXED0         = 0x2000
00:00:01.183355 HM: MSR_IA32_VMX_CR4_FIXED1         = 0x1727ff
00:00:01.183355 HM: MSR_IA32_VMX_VMCS_ENUM          = 0x2a
00:00:01.183356 HM:   MSR_IA32_VMX_VMCS_ENUM_HIGHEST_INDEX   = 0x15
00:00:01.183356 HM: MSR_A32_VMX_VMFUNC              = 0x1
00:00:01.183357 HM:   VMX_VMCS_CTRL_VMFUNC_EPTP_SWITCHING
00:00:01.183357 HM: APIC-access page physaddr       = 0x0000000012a59000
00:00:01.183358 HM: VCPU  0: MSR bitmap physaddr    = 0x0000000012a5f000
00:00:01.183359 HM: VCPU  0: VMCS physaddr          = 0x0000000012a5b000
00:00:01.183360 HM: Guest support: 32-bit only.
00:00:01.183367 HM: Supports VMCS EFER fields       = true 
00:00:01.183368 HM: VMX enabled!
00:00:01.183374 CPUM: SetGuestCpuIdFeature: Enabled SYSENTER/EXIT
00:00:01.183374 HM: Nested paging enabled!
00:00:01.183375 HM:   EPT flush type                = VMX_FLUSH_EPT_SINGLE_CONTEXT
00:00:01.183375 HM: Unrestricted guest execution enabled!
00:00:01.183376 HM: Large page support enabled!
00:00:01.183376 HM: VPID enabled!
00:00:01.183376 HM:   VPID flush type               = VMX_FLUSH_VPID_SINGLE_CONTEXT
00:00:01.183378 HM: VMX-preemption timer enabled (cPreemptTimerShift=5).
00:00:01.183379 HM: VT-x/AMD-V init method: LOCAL
00:00:01.183380 VMM: fUsePeriodicPreemptionTimers=false
00:00:01.183551 Logical host processors: 8 present, 8 max, 8 online, online mask: 00000000000000ff
00:00:01.183554 Physical host cores: 4
00:00:01.183554 ************************* CPUID dump ************************
00:00:01.183559          RAW Standard CPUIDs
00:00:01.183559      Function  eax      ebx      ecx      edx
00:00:01.183560 Gst: 00000000  00000005 756e6547 6c65746e 49656e69
00:00:01.183562 Hst:           0000000d 756e6547 6c65746e 49656e69
00:00:01.183563 Gst: 00000001  00040661 00000800 00000209 078bfbbf
00:00:01.183564 Hst:           00040661 02100800 7ffafbbf bfebfbff
00:00:01.183565 Gst: 00000002  76036301 00f0b5ff 00000000 00c10000
00:00:01.183566 Hst:           76036301 00f0b5ff 00000000 00c10000
00:00:01.183568 Gst: 00000003  00000000 00000000 00000000 00000000
00:00:01.183568 Hst:           00000000 00000000 00000000 00000000
00:00:01.183569 Gst: 00000004  00000000 00000000 00000000 00000000
00:00:01.183570 Hst:           1c004121 01c0003f 0000003f 00000000
00:00:01.183571 Gst: 00000005  00000040 00000040 00000000 00000000
00:00:01.183572 Hst:           00000040 00000040 00000003 00042120
00:00:01.183573 Hst: 00000006  00000077 00000002 00000009 00000000
00:00:01.183574 Hst: 00000007  00000000 000027ab 00000000 00000000
00:00:01.183574 Hst: 00000008  00000000 00000000 00000000 00000000
00:00:01.183575 Hst: 00000009  00000000 00000000 00000000 00000000
00:00:01.183576 Hst: 0000000a  07300403 00000000 00000000 00000603
00:00:01.183577 Hst: 0000000b  00000001 00000002 00000100 00000002
00:00:01.183578 Hst: 0000000c  00000000 00000000 00000000 00000000
00:00:01.183579 Hst: 0000000d  00000007 00000340 00000340 00000000
00:00:01.183580 Name:                            GenuineIntel
00:00:01.183580 Supports:                        0-5
00:00:01.183583 Family:                          6      Extended: 0     Effective: 6
00:00:01.183584 Model:                           6      Extended: 4     Effective: 70
00:00:01.183585 Stepping:                        1
00:00:01.183585 Type:                            0 (primary)
00:00:01.183586 APIC ID:                         0x00
00:00:01.183586 Logical CPUs:                    0
00:00:01.183587 CLFLUSH Size:                    8
00:00:01.183587 Brand ID:                        0x00
00:00:01.183588 Mnemonic - Description                 = guest (host)
00:00:01.183589 FPU - x87 FPU on Chip                  = 1 (1)
00:00:01.183589 VME - Virtual 8086 Mode Enhancements   = 1 (1)
00:00:01.183590 DE - Debugging extensions              = 1 (1)
00:00:01.183591 PSE - Page Size Extension              = 1 (1)
00:00:01.183591 TSC - Time Stamp Counter               = 1 (1)
00:00:01.183592 MSR - Model Specific Registers         = 1 (1)
00:00:01.183592 PAE - Physical Address Extension       = 0 (1)
00:00:01.183593 MCE - Machine Check Exception          = 1 (1)
00:00:01.183593 CX8 - CMPXCHG8B instruction            = 1 (1)
00:00:01.183594 APIC - APIC On-Chip                    = 1 (1)
00:00:01.183594 10 - Reserved                          = 0 (0)
00:00:01.183595 SEP - SYSENTER and SYSEXIT             = 1 (1)
00:00:01.183595 MTRR - Memory Type Range Registers     = 1 (1)
00:00:01.183596 PGE - PTE Global Bit                   = 1 (1)
00:00:01.183596 MCA - Machine Check Architecture       = 1 (1)
00:00:01.183597 CMOV - Conditional Move Instructions   = 1 (1)
00:00:01.183598 PAT - Page Attribute Table             = 1 (1)
00:00:01.183598 PSE-36 - 36-bit Page Size Extention    = 1 (1)
00:00:01.183599 PSN - Processor Serial Number          = 0 (0)
00:00:01.183599 CLFSH - CLFLUSH Instruction.           = 1 (1)
00:00:01.183601 20 - Reserved                          = 0 (0)
00:00:01.183602 DS - Debug Store                       = 0 (1)
00:00:01.183602 ACPI - Thermal Mon. & Soft. Clock Ctrl.= 0 (1)
00:00:01.183603 MMX - Intel MMX Technology             = 1 (1)
00:00:01.183604 FXSR - FXSAVE and FXRSTOR Instructions = 1 (1)
00:00:01.183604 SSE - SSE Support                      = 1 (1)
00:00:01.183605 SSE2 - SSE2 Support                    = 1 (1)
00:00:01.183605 SS - Self Snoop                        = 0 (1)
00:00:01.183606 HTT - Hyper-Threading Technology       = 0 (1)
00:00:01.183606 TM - Thermal Monitor                   = 0 (1)
00:00:01.183607 30 - Reserved                          = 0 (0)
00:00:01.183607 PBE - Pending Break Enable             = 0 (1)
00:00:01.183608 Supports SSE3                          = 1 (1)
00:00:01.183609 PCLMULQDQ                              = 0 (1)
00:00:01.183609 DS Area 64-bit layout                  = 0 (1)
00:00:01.183610 Supports MONITOR/MWAIT                 = 1 (1)
00:00:01.183610 CPL-DS - CPL Qualified Debug Store     = 0 (1)
00:00:01.183611 VMX - Virtual Machine Technology       = 0 (1)
00:00:01.183611 SMX - Safer Mode Extensions            = 0 (0)
00:00:01.183612 Enhanced SpeedStep Technology          = 0 (1)
00:00:01.183612 Terminal Monitor 2                     = 0 (1)
00:00:01.183613 Supplemental SSE3 instructions         = 1 (1)
00:00:01.183613 L1 Context ID                          = 0 (0)
00:00:01.183614 11 - Reserved                          = 0 (1)
00:00:01.183614 FMA extensions using YMM state         = 0 (1)
00:00:01.183615 CMPXCHG16B instruction                 = 0 (1)
00:00:01.183615 xTPR Update Control                    = 0 (1)
00:00:01.183616 Perf/Debug Capability MSR              = 0 (1)
00:00:01.183617 16 - Reserved                          = 0 (0)
00:00:01.183617 PCID - Process-context identifiers     = 0 (1)
00:00:01.183618 DCA - Direct Cache Access              = 0 (0)
00:00:01.183618 SSE4.1 instruction extensions          = 0 (1)
00:00:01.183619 SSE4.2 instruction extensions          = 0 (1)
00:00:01.183619 Supports the x2APIC extensions         = 0 (1)
00:00:01.183620 MOVBE instruction                      = 0 (1)
00:00:01.183620 POPCNT instruction                     = 0 (1)
00:00:01.183621 TSC-Deadline LAPIC timer mode          = 0 (1)
00:00:01.183621 AESNI instruction extensions           = 0 (1)
00:00:01.183622 XSAVE/XRSTOR extended state feature    = 0 (1)
00:00:01.183622 Supports OSXSAVE                       = 0 (1)
00:00:01.183623 AVX instruction extensions             = 0 (1)
00:00:01.183623 29/30 - Reserved                       = 0x0 (0x3)
00:00:01.183624 Hypervisor Present (we're a guest)     = 0 (0)
00:00:01.183625 
00:00:01.183625          RAW Extended CPUIDs
00:00:01.183625      Function  eax      ebx      ecx      edx
00:00:01.183626 Gst: 80000000  80000008 00000000 00000000 00000000
00:00:01.183627 Hst:           80000008 00000000 00000000 00000000
00:00:01.183628 Gst: 80000001  00000000 00000000 00000000 08000000
00:00:01.183629 Hst:           00000000 00000000 00000021 2c100800
00:00:01.183630 Gst: 80000002  65746e49 2952286c 726f4320 4d542865
00:00:01.183631 Hst:           65746e49 2952286c 726f4320 4d542865
00:00:01.183633 Gst: 80000003  37692029 3737342d 20514830 20555043
00:00:01.183634 Hst:           37692029 3737342d 20514830 20555043
00:00:01.183636 Gst: 80000004  2e322040 48473032 0000007a 00000000
00:00:01.183637 Hst:           2e322040 48473032 0000007a 00000000
00:00:01.183638 Gst: 80000005  00000000 00000000 00000000 00000000
00:00:01.183639 Hst:           00000000 00000000 00000000 00000000
00:00:01.183639 Gst: 80000006  00000000 00000000 01006040 00000000
00:00:01.183640 Hst:           00000000 00000000 01006040 00000000
00:00:01.183641 Gst: 80000007  00000000 00000000 00000000 00000000
00:00:01.183642 Hst:           00000000 00000000 00000000 00000100
00:00:01.183643 Gst: 80000008  00003027 00000000 00000000 00000000
00:00:01.183644 Hst:           00003027 00000000 00000000 00000000
00:00:01.183645 Gst: 80000009  00000007 00000340 00000340 00000000*
00:00:01.183646 Hst:           00000007 00000340 00000340 00000000
00:00:01.183647 Ext Name:                        
00:00:01.183647 Ext Supports:                    0x80000000-0x80000008
00:00:01.183648 Family:                          0      Extended: 0     Effective: 0
00:00:01.183648 Model:                           0      Extended: 0     Effective: 0
00:00:01.183649 Stepping:                        0
00:00:01.183649 Brand ID:                        0x000
00:00:01.183650 Mnemonic - Description                 = guest (host)
00:00:01.183650 FPU - x87 FPU on Chip                  = 0 (0)
00:00:01.183651 VME - Virtual 8086 Mode Enhancements   = 0 (0)
00:00:01.183652 DE - Debugging extensions              = 0 (0)
00:00:01.183652 PSE - Page Size Extension              = 0 (0)
00:00:01.183653 TSC - Time Stamp Counter               = 0 (0)
00:00:01.183653 MSR - K86 Model Specific Registers     = 0 (0)
00:00:01.183654 PAE - Physical Address Extension       = 0 (0)
00:00:01.183654 MCE - Machine Check Exception          = 0 (0)
00:00:01.183655 CX8 - CMPXCHG8B instruction            = 0 (0)
00:00:01.183655 APIC - APIC On-Chip                    = 0 (0)
00:00:01.183656 10 - Reserved                          = 0 (0)
00:00:01.183657 SEP - SYSCALL and SYSRET               = 0 (1)
00:00:01.183657 MTRR - Memory Type Range Registers     = 0 (0)
00:00:01.183658 PGE - PTE Global Bit                   = 0 (0)
00:00:01.183658 MCA - Machine Check Architecture       = 0 (0)
00:00:01.183659 CMOV - Conditional Move Instructions   = 0 (0)
00:00:01.183659 PAT - Page Attribute Table             = 0 (0)
00:00:01.183660 PSE-36 - 36-bit Page Size Extention    = 0 (0)
00:00:01.183660 18 - Reserved                          = 0 (0)
00:00:01.183661 19 - Reserved                          = 0 (0)
00:00:01.183661 NX - No-Execute Page Protection        = 0 (1)
00:00:01.183662 DS - Debug Store                       = 0 (0)
00:00:01.183662 AXMMX - AMD Extensions to MMX Instr.   = 0 (0)
00:00:01.183663 MMX - Intel MMX Technology             = 0 (0)
00:00:01.183663 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0)
00:00:01.183664 25 - AMD fast FXSAVE and FXRSTOR Instr.= 0 (0)
00:00:01.183665 26 - 1 GB large page support           = 0 (1)
00:00:01.183665 27 - RDTSCP instruction                = 1 (1)
00:00:01.183666 28 - Reserved                          = 0 (0)
00:00:01.183666 29 - AMD Long Mode                     = 0 (1)
00:00:01.183667 30 - AMD Extensions to 3DNow!          = 0 (0)
00:00:01.183667 31 - AMD 3DNow!                        = 0 (0)
00:00:01.183668 LahfSahf - LAHF/SAHF in 64-bit mode    = 0 (1)
00:00:01.183668 CmpLegacy - Core MP legacy mode (depr) = 0 (0)
00:00:01.183669 SVM - AMD VM Extensions                = 0 (0)
00:00:01.183669 APIC registers starting at 0x400       = 0 (0)
00:00:01.183670 AltMovCR8 - LOCK MOV CR0 means MOV CR8 = 0 (0)
00:00:01.183670 5  - Advanced bit manipulation         = 0 (1)
00:00:01.183672 6  - SSE4A instruction support         = 0 (0)
00:00:01.183673 7  - Misaligned SSE mode               = 0 (0)
00:00:01.183674 8  - PREFETCH and PREFETCHW instruction= 0 (0)
00:00:01.183674 9  - OS visible workaround             = 0 (0)
00:00:01.183675 10 - Instruction based sampling        = 0 (0)
00:00:01.183675 11 - SSE5 support                      = 0 (0)
00:00:01.183676 12 - SKINIT, STGI, and DEV support     = 0 (0)
00:00:01.183676 13 - Watchdog timer support.           = 0 (0)
00:00:01.183677 31:14 - Reserved                       = 0x0 (0x0)
00:00:01.183677 Full Name:                       Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
00:00:01.183680 TLB 2/4M Instr/Uni:              res0     0 entries
00:00:01.183680 TLB 2/4M Data:                   res0     0 entries
00:00:01.183681 TLB 4K Instr/Uni:                res0     0 entries
00:00:01.183682 TLB 4K Data:                     res0     0 entries
00:00:01.183682 L1 Instr Cache Line Size:        0 bytes
00:00:01.183683 L1 Instr Cache Lines Per Tag:    0
00:00:01.183683 L1 Instr Cache Associativity:    res0  
00:00:01.183683 L1 Instr Cache Size:             0 KB
00:00:01.183684 L1 Data Cache Line Size:         0 bytes
00:00:01.183684 L1 Data Cache Lines Per Tag:     0
00:00:01.183685 L1 Data Cache Associativity:     res0  
00:00:01.183685 L1 Data Cache Size:              0 KB
00:00:01.183686 L2 TLB 2/4M Instr/Uni:           off       0 entries
00:00:01.183686 L2 TLB 2/4M Data:                off       0 entries
00:00:01.183687 L2 TLB 4K Instr/Uni:             off       0 entries
00:00:01.183688 L2 TLB 4K Data:                  off       0 entries
00:00:01.183688 L2 Cache Line Size:              0 bytes
00:00:01.183689 L2 Cache Lines Per Tag:          0
00:00:01.183689 L2 Cache Associativity:          off   
00:00:01.183689 L2 Cache Size:                   0 KB
00:00:01.183690 Host Invariant-TSC support:      true 
00:00:01.183690 APM Features:                   
00:00:01.183691 Physical Address Width:          39 bits
00:00:01.183692 Virtual Address Width:           48 bits
00:00:01.183692 Guest Physical Address Width:    0 bits
00:00:01.183693 Physical Core Count:             0
00:00:01.183693 
00:00:01.183693          RAW Centaur CPUIDs
00:00:01.183694      Function  eax      ebx      ecx      edx
00:00:01.183694 Gst: c0000000  00000007 00000340 00000340 00000000
00:00:01.183695 Hst:           00000007 00000340 00000340 00000000
00:00:01.183696 Gst: c0000001  00000007 00000340 00000340 00000000
00:00:01.183697 Hst:           00000007 00000340 00000340 00000000
00:00:01.183698 Gst: c0000002  00000007 00000340 00000340 00000000
00:00:01.183699 Hst:           00000007 00000340 00000340 00000000
00:00:01.183699 Gst: c0000003  00000007 00000340 00000340 00000000
00:00:01.183700 Hst:           00000007 00000340 00000340 00000000
00:00:01.183701 Centaur Supports:                0xc0000000-0x00000007
00:00:01.183702 Mnemonic - Description                 = guest (host)
00:00:01.183702 AIS - Alternate Instruction Set        = 0 (0)
00:00:01.183703 AIS-E - AIS enabled                    = 0 (0)
00:00:01.183703 RNG - Random Number Generator          = 0 (0)
00:00:01.183704 RNG-E - RNG enabled                    = 0 (0)
00:00:01.183704 LH - LongHaul MSR 0000_110Ah           = 0 (0)
00:00:01.183705 FEMMS - FEMMS                          = 0 (0)
00:00:01.183706 ACE - Advanced Cryptography Engine     = 0 (0)
00:00:01.183706 ACE-E - ACE enabled                    = 0 (0)
00:00:01.183707 ACE2 - Advanced Cryptography Engine 2  = 0 (0)
00:00:01.183707 ACE2-E - ACE enabled                   = 0 (0)
00:00:01.183708 PHE - Padlock Hash Engine              = 0 (0)
00:00:01.183708 PHE-E - PHE enabled                    = 0 (0)
00:00:01.183709 PMM - Montgomery Multiplier            = 0 (0)
00:00:01.183709 PMM-E - PMM enabled                    = 0 (0)
00:00:01.183710 14 - Reserved                          = 0 (0)
00:00:01.183710 15 - Reserved                          = 0 (0)
00:00:01.183711 Parallax                               = 0 (0)
00:00:01.183711 Parallax enabled                       = 0 (0)
00:00:01.183712 Overstress                             = 0 (0)
00:00:01.183713 Overstress enabled                     = 0 (0)
00:00:01.183713 TM3 - Temperature Monitoring 3         = 0 (0)
00:00:01.183714 TM3-E - TM3 enabled                    = 0 (0)
00:00:01.183714 RNG2 - Random Number Generator 2       = 0 (0)
00:00:01.183715 RNG2-E - RNG2 enabled                  = 0 (0)
00:00:01.183715 24 - Reserved                          = 0 (0)
00:00:01.183716 PHE2 - Padlock Hash Engine 2           = 0 (0)
00:00:01.183716 PHE2-E - PHE2 enabled                  = 0 (0)
00:00:01.183717 
00:00:01.183717 
00:00:01.183718 ******************** End of CPUID dump **********************
00:00:01.186224 VM: Halt method global1 (5)
00:00:01.186224 HaltedGlobal1 config: cNsSpinBlockThresholdCfg=2000
00:00:01.186224 Changing the VM state from 'CREATING' to 'CREATED'.
00:00:01.186224 Changing the VM state from 'CREATED' to 'POWERING_ON'.
00:00:01.186224 Changing the VM state from 'POWERING_ON' to 'RUNNING'.
00:00:01.189292 Guest Log: BIOS: VirtualBox 4.3.20
00:00:01.189467 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:01.198879 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:01.198921 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:01.199322 Guest Log: BIOS: ata0-0: PCHS=4161/16/63 LCHS=520/128/63
00:00:01.199746 PIIX3 ATA: Ctl#0: RESET, DevSel=1 AIOIf=0 CmdIf0=0xec (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:01.200074 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:01.200141 PIIX3 ATA: Ctl#1: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:01.200166 PIIX3 ATA: Ctl#1: finished processing RESET
00:00:01.207116 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1
00:00:01.207131 UIFrameBuffer::RequestResize: Screen=0, Format=0, BitsPerPixel=0, BytesPerLine=0, Size=720x400, Sending to async-handler..
00:00:01.208894 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:01.266278 UIFrameBufferQImage::resizeEvent: Format=0, BitsPerPixel=0, BytesPerLine=0, Size=720x400
00:00:01.266814 UIFrameBufferQImage::resizeEvent: Resizing to FALLBACK buffer due to format is invalid..
00:00:01.309219 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000115d3e000 w=640 h=480 bpp=32 cbLine=0xA00, flags=0x1
00:00:01.309244 UIFrameBuffer::RequestResize: Screen=0, Format=843204434, BitsPerPixel=32, BytesPerLine=2560, Size=640x480, Sending to async-handler..
00:00:01.309300 UIFrameBufferQImage::resizeEvent: Format=843204434, BitsPerPixel=32, BytesPerLine=2560, Size=640x480
00:00:01.309309 UIFrameBufferQImage::resizeEvent: Resizing to directly use VGA device content..
00:00:01.418354 2D video acceleration is disabled.
00:00:01.418367 HID LEDs sync is disabled.
00:00:03.684766 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:03.685040 Guest Log: BIOS: Boot : bseqnr=1, bootseq=0231
00:00:03.685270 Guest Log: BIOS: Boot from Floppy 0 failed
00:00:03.685507 Guest Log: BIOS: Boot : bseqnr=2, bootseq=0023
00:00:03.686017 Guest Log: BIOS: CDROM boot failure code : 0003
00:00:03.686189 Guest Log: BIOS: Boot from CD-ROM failed
00:00:03.686402 Guest Log: BIOS: Boot : bseqnr=3, bootseq=0002
00:00:03.686767 Guest Log: BIOS: Booting from Hard Disk...
00:00:03.686965 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0xc4 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:03.686994 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:03.688387 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1
00:00:03.688394 UIFrameBuffer::RequestResize: Screen=0, Format=0, BitsPerPixel=0, BytesPerLine=0, Size=720x400, Sending to async-handler..
00:00:03.688450 UIFrameBufferQImage::resizeEvent: Format=0, BitsPerPixel=0, BytesPerLine=0, Size=720x400
00:00:03.688459 UIFrameBufferQImage::resizeEvent: Resizing to FALLBACK buffer due to format is invalid..
00:00:06.227736 PIT: mode=3 count=0x4dae (19886) - 60.00 Hz (ch=0)
00:00:07.277565 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
00:00:07.277567 !!
00:00:07.277567 !!                 Guru Meditation -2634 (VERR_IOM_MMIO_IPE_1)
00:00:07.278509 !!
00:00:07.278535 !!
00:00:07.278536 !! {mappings, <NULL>}
00:00:07.278537 !!
00:00:07.278546 
00:00:07.278547 The mappings are DISABLED.
00:00:07.278550 00000000ff800000 - 00000000ffbfffff  Hypervisor Memory Area
00:00:07.278557 !!
00:00:07.278558 !! {hma, <NULL>}
00:00:07.278558 !!
00:00:07.278563 Hypervisor Memory Area (HMA) Layout: Base 00000000ff800000, 0x00400000 bytes
00:00:07.278571 00000000ffb23000-00000000ffb24000                                   DYNAMIC                  fence
00:00:07.278615 00000000ffb13000-00000000ffb23000                                   DYNAMIC                  Dynamic mapping
00:00:07.278658 00000000ffb12000-00000000ffb13000                                   DYNAMIC                  fence
00:00:07.278700 00000000ffaf2000-00000000ffb12000 000000010b7c1000 000000010b7c1000 LOCKED                   alloc once (PDM_DEVICE_USER)
00:00:07.278725 00000000ffaf1000-00000000ffaf2000                                   DYNAMIC                  fence
00:00:07.278767 00000000ffae1000-00000000ffaf1000 0000000102203000 0000000102203000 LOCKED                   alloc once (PDM_DEVICE_USER)
00:00:07.278791 00000000ffa61000-00000000ffae1000                                   MMIO2   0000000000000000 VGA VRam
00:00:07.278825 00000000ffa60000-00000000ffa61000                                   DYNAMIC                  fence
00:00:07.278867 00000000ffa4c000-00000000ffa60000 00000001021df000 00000001021df000 LOCKED                   alloc once (PDM_DEVICE)
00:00:07.278891 00000000ffa4b000-00000000ffa4c000                                   DYNAMIC                  fence
00:00:07.278936 00000000ffa47000-00000000ffa4b000 0000000114c71000 ffffff81c6ac7000 LOCKED                   alloc once (VMM)
00:00:07.278960 00000000ffa46000-00000000ffa47000                                   DYNAMIC                  fence
00:00:07.279002 00000000ffa45000-00000000ffa46000 0000000114c6f000 ffffff81c6ab9000 HCPHYS  0000000012a57000 Core Code
00:00:07.279017 00000000ffa44000-00000000ffa45000                                   DYNAMIC                  fence
00:00:07.279060 00000000ffa43000-00000000ffa44000 0000000100040000 0000000000000000 HCPHYS  00000000129ed000 GIP
00:00:07.279074 00000000ffa42000-00000000ffa43000                                   DYNAMIC                  fence
00:00:07.279117 00000000ff941000-00000000ffa42000 0000000110c69000 0000000110c69000 LOCKED                   alloc once (PGM_PHYS)
00:00:07.279140 00000000ff940000-00000000ff941000                                   DYNAMIC                  fence
00:00:07.279183 00000000ff929000-00000000ff940000 0000000104058000 0000000104058000 LOCKED                   alloc once (PGM_POOL)
00:00:07.279207 00000000ff928000-00000000ff929000                                   DYNAMIC                  fence
00:00:07.279249 00000000ff923000-00000000ff928000                                   DYNAMIC                  CR3 mapping
00:00:07.279292 00000000ff922000-00000000ff923000                                   DYNAMIC                  fence
00:00:07.279334 00000000ff822000-00000000ff922000 000000010c4d3000 000000010c4d3000 LOCKED                   Heap
00:00:07.279358 00000000ff821000-00000000ff822000                                   DYNAMIC                  fence
00:00:07.279400 00000000ff801000-00000000ff821000 000000010c60f000 ffffff81f46a5000 LOCKED                   VM
00:00:07.279424 00000000ff800000-00000000ff801000                                   DYNAMIC                  fence
00:00:07.279466 !!
00:00:07.279466 !! {cpumguest, verbose}
00:00:07.279467 !!
00:00:07.279473 Guest CPUM (VCPU 0) state: 
00:00:07.279485 eax=efbdf000 ebx=00000000 ecx=00005201 edx=00005201 esi=effff9e0 edi=0805486c
00:00:07.279487 eip=08048a4c esp=effff9b0 ebp=effffae8 iopl=0      rf nv up ei nt zr ac pe cy
00:00:07.279489 cs={001b base=0000000000000000 limit=ffffffff flags=0000c0fb} dr0=00000000 dr1=00000000
00:00:07.279491 ds={0023 base=0000000000000000 limit=ffffffff flags=0000c0f3} dr2=00000000 dr3=00000000
00:00:07.279492 es={0023 base=0000000000000000 limit=ffffffff flags=0000c0f3} dr4=00000000 dr5=00000000
00:00:07.279494 fs={0023 base=0000000000000000 limit=ffffffff flags=0000c0f3} dr6=ffff0ff0 dr7=00000400
00:00:07.279495 gs={0023 base=0000000000000000 limit=ffffffff flags=0000c0f3} cr0=8001003b cr2=0809f008
00:00:07.279497 ss={0023 base=0000000000000000 limit=ffffffff flags=0000c0f3} cr3=0290d000 cr4=00000690
00:00:07.279499 gdtr=00000000f045f080:0037  idtr=00000000f045f120:07ff  eflags=00010293
00:00:07.279501 ldtr={0028 base=00000000 limit=ffffffff flags=0000c082}
00:00:07.279502 tr  ={0030 base=f045f0b8 limit=00000067 flags=0000408b}
00:00:07.279503 SysEnter={cs=0008 eip=f0419b80 esp=f043eff8}
00:00:07.279650 FCW=037f FSW=0000 FTW=0000 FOP=0000 MXCSR=00001f80 MXCSR_MASK=0000ffff
00:00:07.279652 FPUIP=00000000 CS=0000 Rsrvd1=0000  FPUDP=00000000 DS=0000 Rsvrd2=0000
00:00:07.279684 ST(0)=FPR0={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:07.279706 ST(1)=FPR1={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:07.279733 ST(2)=FPR2={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:07.279750 ST(3)=FPR3={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:07.279767 ST(4)=FPR4={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:07.279784 ST(5)=FPR5={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:07.279801 ST(6)=FPR6={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:07.279818 ST(7)=FPR7={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:07.279835 XMM0 =00000000'00000000'00000000'00000000  XMM1 =00000000'00000000'00000000'00000000
00:00:07.279855 XMM2 =00000000'00000000'00000000'00000000  XMM3 =00000000'00000000'00000000'00000000
00:00:07.279874 XMM4 =00000000'00000000'00000000'00000000  XMM5 =00000000'00000000'00000000'00000000
00:00:07.279894 XMM6 =00000000'00000000'00000000'00000000  XMM7 =00000000'00000000'00000000'00000000
00:00:07.279913 XMM8 =00000000'00000000'00000000'00000000  XMM9 =00000000'00000000'00000000'00000000
00:00:07.279933 XMM10=00000000'00000000'00000000'00000000  XMM11=00000000'00000000'00000000'00000000
00:00:07.279951 XMM12=00000000'00000000'00000000'00000000  XMM13=00000000'00000000'00000000'00000000
00:00:07.279970 XMM14=00000000'00000000'00000000'00000000  XMM15=00000000'00000000'00000000'00000000
00:00:07.279988 EFER         =0000000000000000
00:00:07.279989 PAT          =0007040600070406
00:00:07.279989 STAR         =0000000000000000
00:00:07.279990 CSTAR        =0000000000000000
00:00:07.279990 LSTAR        =0000000000000000
00:00:07.279991 SFMASK       =0000000000000000
00:00:07.279991 KERNELGSBASE =0000000000000000
00:00:07.280010 !!
00:00:07.280011 !! {cpumguestinstr, verbose}
00:00:07.280011 !!
00:00:07.280051 
00:00:07.280051 CPUM: 001b:08048a4c c7 04 08 00 00 00 00    mov dword [eax+ecx], 000000000h
00:00:07.280052 
00:00:07.280056 !!
00:00:07.280056 !! {cpumhyper, verbose}
00:00:07.280056 !!
00:00:07.280061 Hypervisor CPUM state: 
00:00:07.280065 .eax=00000000 .ebx=00000000 .ecx=00000000 .edx=00000000 .esi=00000000 .edi=00000000
00:00:07.280067 .eip=00000000 .esp=ffa4b000 .ebp=00000000 .iopl=0           nv up di pl zr na pe nc
00:00:07.280068 .cs={0000 base=0000000000000000 limit=00000000 flags=00000000} .dr0=00000000 .dr1=00000000
00:00:07.280069 .ds={0000 base=0000000000000000 limit=00000000 flags=00000000} .dr2=00000000 .dr3=00000000
00:00:07.280070 .es={0000 base=0000000000000000 limit=00000000 flags=00000000} .dr4=00000000 .dr5=00000000
00:00:07.280071 .fs={0000 base=0000000000000000 limit=00000000 flags=00000000} .dr6=00000000 .dr7=00000400
00:00:07.280073 .gs={0000 base=0000000000000000 limit=00000000 flags=00000000} .cr0=00000000 .cr2=00000000
00:00:07.280074 .ss={0000 base=0000000000000000 limit=00000000 flags=00000000} .cr3=1207d000 .cr4=00000000
00:00:07.280075 .gdtr=0000000000000000:0000  .idtr=0000000000000000:0000  .eflags=00000000
00:00:07.280076 .ldtr={0000 base=00000000 limit=00000000 flags=00000000}
00:00:07.280077 .tr  ={0000 base=00000000 limit=00000000 flags=00000000}
00:00:07.280077 .SysEnter={cs=0000 eip=00000000 esp=00000000}
00:00:07.280230 .FCW=0000 .FSW=0000 .FTW=0000 .FOP=0000 .MXCSR=00000000 .MXCSR_MASK=00000000
00:00:07.280232 .FPUIP=00000000 .CS=0000 .Rsrvd1=0000  .FPUDP=00000000 .DS=0000 .Rsvrd2=0000
00:00:07.280268 .ST(0)=.FPR0={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:07.280287 .ST(1)=.FPR1={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:07.280305 .ST(2)=.FPR2={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:07.280323 .ST(3)=.FPR3={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:07.280342 .ST(4)=.FPR4={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:07.280360 .ST(5)=.FPR5={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:07.280378 .ST(6)=.FPR6={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:07.280396 .ST(7)=.FPR7={0000'00000000'00000000} t0 +0.0000000000000000000000 ^ 0
00:00:07.280414 .XMM0 =00000000'00000000'00000000'00000000  .XMM1 =00000000'00000000'00000000'00000000
00:00:07.280435 .XMM2 =00000000'00000000'00000000'00000000  .XMM3 =00000000'00000000'00000000'00000000
00:00:07.280456 .XMM4 =00000000'00000000'00000000'00000000  .XMM5 =00000000'00000000'00000000'00000000
00:00:07.280477 .XMM6 =00000000'00000000'00000000'00000000  .XMM7 =00000000'00000000'00000000'00000000
00:00:07.280497 .XMM8 =00000000'00000000'00000000'00000000  .XMM9 =00000000'00000000'00000000'00000000
00:00:07.280518 .XMM10=00000000'00000000'00000000'00000000  .XMM11=00000000'00000000'00000000'00000000
00:00:07.280538 .XMM12=00000000'00000000'00000000'00000000  .XMM13=00000000'00000000'00000000'00000000
00:00:07.280557 .XMM14=00000000'00000000'00000000'00000000  .XMM15=00000000'00000000'00000000'00000000
00:00:07.280577 .EFER         =0000000000000000
00:00:07.280578 .PAT          =0000000000000000
00:00:07.280578 .STAR         =0000000000000000
00:00:07.280578 .CSTAR        =0000000000000000
00:00:07.280579 .LSTAR        =0000000000000000
00:00:07.280579 .SFMASK       =0000000000000000
00:00:07.280580 .KERNELGSBASE =0000000000000000
00:00:07.280603 CR4OrMask=0x204 CR4AndMask=0x403
00:00:07.280608 !!
00:00:07.280608 !! {cpumhost, verbose}
00:00:07.280608 !!
00:00:07.280613 Host CPUM state: 
00:00:07.280615 rax=xxxxxxxxxxxxxxxx rbx=0000000000000000 rcx=xxxxxxxxxxxxxxxx
00:00:07.280616 rdx=xxxxxxxxxxxxxxxx rsi=0000000000000000 rdi=0000000000000000
00:00:07.280617 rip=xxxxxxxxxxxxxxxx rsp=0000000000000000 rbp=0000000000000000
00:00:07.280618  r8=xxxxxxxxxxxxxxxx  r9=xxxxxxxxxxxxxxxx r10=0000000000000000
00:00:07.280618 r11=0000000000000000 r12=0000000000000000 r13=0000000000000000
00:00:07.280619 r14=0000000000000000 r15=0000000000000000
00:00:07.280619 iopl=0          nv up di pl zr na pe nc
00:00:07.280620 cs=0000  ds=0000  es=0000  fs=0000  gs=0000                   eflags=00000000
00:00:07.280621 cr0=0000000000000000 cr2=xxxxxxxxxxxxxxxx cr3=0000000000000000
00:00:07.280622 cr4=0000000000000000 ldtr=0000 tr=0000
00:00:07.280622 dr[0]=0000000000000000 dr[1]=0000000000000000 dr[2]=0000000000000000
00:00:07.280623 dr[3]=0000000000000000 dr[6]=0000000000000000 dr[7]=0000000000000000
00:00:07.280624 gdtr=0000000000000000:0000  idtr=0000000000000000:0000
00:00:07.280625 SysEnter={cs=0000 eip=00000000 esp=00000000}
00:00:07.280625 FSbase=0000000000000000 GSbase=0000000000000000 efer=00000000
00:00:07.280703 !!
00:00:07.280703 !! {mode, all}
00:00:07.280704 !!
00:00:07.280709 Guest paging mode:  32-bit (changed 316747 times), A20 enabled (changed 2 times)
00:00:07.280719 Shadow paging mode: EPT
00:00:07.280722 Host paging mode:   AMD64+G+NX
00:00:07.280725 !!
00:00:07.280725 !! {cpuid, verbose}
00:00:07.280726 !!
00:00:07.280731          RAW Standard CPUIDs
00:00:07.280731      Function  eax      ebx      ecx      edx
00:00:07.280733 Gst: 00000000  00000005 756e6547 6c65746e 49656e69
00:00:07.280734 Hst:           0000000d 756e6547 6c65746e 49656e69
00:00:07.280751 Gst: 00000001  00040661 00000800 00000209 078bfbbf
00:00:07.280752 Hst:           00040661 02100800 7ffafbbf bfebfbff
00:00:07.280769 Gst: 00000002  76036301 00f0b5ff 00000000 00c10000
00:00:07.280770 Hst:           76036301 00f0b5ff 00000000 00c10000
00:00:07.280786 Gst: 00000003  00000000 00000000 00000000 00000000
00:00:07.280787 Hst:           00000000 00000000 00000000 00000000
00:00:07.280802 Gst: 00000004  00000000 00000000 00000000 00000000
00:00:07.280803 Hst:           1c004121 01c0003f 0000003f 00000000
00:00:07.280818 Gst: 00000005  00000040 00000040 00000000 00000000
00:00:07.280819 Hst:           00000040 00000040 00000003 00042120
00:00:07.280835 Hst: 00000006  00000077 00000002 00000009 00000000
00:00:07.280844 Hst: 00000007  00000000 000027ab 00000000 00000000
00:00:07.280853 Hst: 00000008  00000000 00000000 00000000 00000000
00:00:07.280862 Hst: 00000009  00000000 00000000 00000000 00000000
00:00:07.280871 Hst: 0000000a  07300403 00000000 00000000 00000603
00:00:07.280880 Hst: 0000000b  00000001 00000002 00000100 00000002
00:00:07.280889 Hst: 0000000c  00000000 00000000 00000000 00000000
00:00:07.280898 Hst: 0000000d  00000007 00000340 00000340 00000000
00:00:07.280907 Name:                            GenuineIntel
00:00:07.280908 Supports:                        0-5
00:00:07.280915 Family:                          6      Extended: 0     Effective: 6
00:00:07.280916 Model:                           6      Extended: 4     Effective: 70
00:00:07.280917 Stepping:                        1
00:00:07.280918 Type:                            0 (primary)
00:00:07.280918 APIC ID:                         0x00
00:00:07.280919 Logical CPUs:                    0
00:00:07.280919 CLFLUSH Size:                    8
00:00:07.280920 Brand ID:                        0x00
00:00:07.280944 Mnemonic - Description                 = guest (host)
00:00:07.280946 FPU - x87 FPU on Chip                  = 1 (1)
00:00:07.280951 VME - Virtual 8086 Mode Enhancements   = 1 (1)
00:00:07.280955 DE - Debugging extensions              = 1 (1)
00:00:07.280960 PSE - Page Size Extension              = 1 (1)
00:00:07.280965 TSC - Time Stamp Counter               = 1 (1)
00:00:07.280969 MSR - Model Specific Registers         = 1 (1)
00:00:07.280974 PAE - Physical Address Extension       = 0 (1)
00:00:07.280978 MCE - Machine Check Exception          = 1 (1)
00:00:07.280983 CX8 - CMPXCHG8B instruction            = 1 (1)
00:00:07.280988 APIC - APIC On-Chip                    = 1 (1)
00:00:07.280992 10 - Reserved                          = 0 (0)
00:00:07.280997 SEP - SYSENTER and SYSEXIT             = 1 (1)
00:00:07.281001 MTRR - Memory Type Range Registers     = 1 (1)
00:00:07.281006 PGE - PTE Global Bit                   = 1 (1)
00:00:07.281011 MCA - Machine Check Architecture       = 1 (1)
00:00:07.281015 CMOV - Conditional Move Instructions   = 1 (1)
00:00:07.281020 PAT - Page Attribute Table             = 1 (1)
00:00:07.281024 PSE-36 - 36-bit Page Size Extention    = 1 (1)
00:00:07.281029 PSN - Processor Serial Number          = 0 (0)
00:00:07.281034 CLFSH - CLFLUSH Instruction.           = 1 (1)
00:00:07.281038 20 - Reserved                          = 0 (0)
00:00:07.281043 DS - Debug Store                       = 0 (1)
00:00:07.281047 ACPI - Thermal Mon. & Soft. Clock Ctrl.= 0 (1)
00:00:07.281052 MMX - Intel MMX Technology             = 1 (1)
00:00:07.281057 FXSR - FXSAVE and FXRSTOR Instructions = 1 (1)
00:00:07.281061 SSE - SSE Support                      = 1 (1)
00:00:07.281066 SSE2 - SSE2 Support                    = 1 (1)
00:00:07.281071 SS - Self Snoop                        = 0 (1)
00:00:07.281075 HTT - Hyper-Threading Technology       = 0 (1)
00:00:07.281080 TM - Thermal Monitor                   = 0 (1)
00:00:07.281084 30 - Reserved                          = 0 (0)
00:00:07.281089 PBE - Pending Break Enable             = 0 (1)
00:00:07.281093 Supports SSE3                          = 1 (1)
00:00:07.281098 PCLMULQDQ                              = 0 (1)
00:00:07.281103 DS Area 64-bit layout                  = 0 (1)
00:00:07.281107 Supports MONITOR/MWAIT                 = 1 (1)
00:00:07.281112 CPL-DS - CPL Qualified Debug Store     = 0 (1)
00:00:07.281116 VMX - Virtual Machine Technology       = 0 (1)
00:00:07.281121 SMX - Safer Mode Extensions            = 0 (0)
00:00:07.281125 Enhanced SpeedStep Technology          = 0 (1)
00:00:07.281130 Terminal Monitor 2                     = 0 (1)
00:00:07.281134 Supplemental SSE3 instructions         = 1 (1)
00:00:07.281139 L1 Context ID                          = 0 (0)
00:00:07.281144 11 - Reserved                          = 0 (1)
00:00:07.281148 FMA extensions using YMM state         = 0 (1)
00:00:07.281153 CMPXCHG16B instruction                 = 0 (1)
00:00:07.281157 xTPR Update Control                    = 0 (1)
00:00:07.281162 Perf/Debug Capability MSR              = 0 (1)
00:00:07.281166 16 - Reserved                          = 0 (0)
00:00:07.281171 PCID - Process-context identifiers     = 0 (1)
00:00:07.281175 DCA - Direct Cache Access              = 0 (0)
00:00:07.281180 SSE4.1 instruction extensions          = 0 (1)
00:00:07.281185 SSE4.2 instruction extensions          = 0 (1)
00:00:07.281189 Supports the x2APIC extensions         = 0 (1)
00:00:07.281195 MOVBE instruction                      = 0 (1)
00:00:07.281208 POPCNT instruction                     = 0 (1)
00:00:07.281213 TSC-Deadline LAPIC timer mode          = 0 (1)
00:00:07.281217 AESNI instruction extensions           = 0 (1)
00:00:07.281221 XSAVE/XRSTOR extended state feature    = 0 (1)
00:00:07.281225 Supports OSXSAVE                       = 0 (1)
00:00:07.281229 AVX instruction extensions             = 0 (1)
00:00:07.281233 29/30 - Reserved                       = 0x0 (0x3)
00:00:07.281238 Hypervisor Present (we're a guest)     = 0 (0)
00:00:07.281242 
00:00:07.281242          RAW Extended CPUIDs
00:00:07.281243      Function  eax      ebx      ecx      edx
00:00:07.281244 Gst: 80000000  80000008 00000000 00000000 00000000
00:00:07.281245 Hst:           80000008 00000000 00000000 00000000
00:00:07.281260 Gst: 80000001  00000000 00000000 00000000 08000000
00:00:07.281261 Hst:           00000000 00000000 00000021 2c100800
00:00:07.281275 Gst: 80000002  65746e49 2952286c 726f4320 4d542865
00:00:07.281277 Hst:           65746e49 2952286c 726f4320 4d542865
00:00:07.281292 Gst: 80000003  37692029 3737342d 20514830 20555043
00:00:07.281293 Hst:           37692029 3737342d 20514830 20555043
00:00:07.281309 Gst: 80000004  2e322040 48473032 0000007a 00000000
00:00:07.281310 Hst:           2e322040 48473032 0000007a 00000000
00:00:07.281324 Gst: 80000005  00000000 00000000 00000000 00000000
00:00:07.281325 Hst:           00000000 00000000 00000000 00000000
00:00:07.281339 Gst: 80000006  00000000 00000000 01006040 00000000
00:00:07.281340 Hst:           00000000 00000000 01006040 00000000
00:00:07.281354 Gst: 80000007  00000000 00000000 00000000 00000000
00:00:07.281355 Hst:           00000000 00000000 00000000 00000100
00:00:07.281368 Gst: 80000008  00003027 00000000 00000000 00000000
00:00:07.281369 Hst:           00003027 00000000 00000000 00000000
00:00:07.281383 Gst: 80000009  00000007 00000340 00000340 00000000*
00:00:07.281384 Hst:           00000007 00000340 00000340 00000000
00:00:07.281399 Ext Name:                        
00:00:07.281399 Ext Supports:                    0x80000000-0x80000008
00:00:07.281404 Family:                          0      Extended: 0     Effective: 0
00:00:07.281405 Model:                           0      Extended: 0     Effective: 0
00:00:07.281405 Stepping:                        0
00:00:07.281405 Brand ID:                        0x000
00:00:07.281419 Mnemonic - Description                 = guest (host)
00:00:07.281421 FPU - x87 FPU on Chip                  = 0 (0)
00:00:07.281425 VME - Virtual 8086 Mode Enhancements   = 0 (0)
00:00:07.281429 DE - Debugging extensions              = 0 (0)
00:00:07.281433 PSE - Page Size Extension              = 0 (0)
00:00:07.281437 TSC - Time Stamp Counter               = 0 (0)
00:00:07.281442 MSR - K86 Model Specific Registers     = 0 (0)
00:00:07.281446 PAE - Physical Address Extension       = 0 (0)
00:00:07.281450 MCE - Machine Check Exception          = 0 (0)
00:00:07.281454 CX8 - CMPXCHG8B instruction            = 0 (0)
00:00:07.281458 APIC - APIC On-Chip                    = 0 (0)
00:00:07.281462 10 - Reserved                          = 0 (0)
00:00:07.281467 SEP - SYSCALL and SYSRET               = 0 (1)
00:00:07.281471 MTRR - Memory Type Range Registers     = 0 (0)
00:00:07.281475 PGE - PTE Global Bit                   = 0 (0)
00:00:07.281479 MCA - Machine Check Architecture       = 0 (0)
00:00:07.281483 CMOV - Conditional Move Instructions   = 0 (0)
00:00:07.281487 PAT - Page Attribute Table             = 0 (0)
00:00:07.281492 PSE-36 - 36-bit Page Size Extention    = 0 (0)
00:00:07.281496 18 - Reserved                          = 0 (0)
00:00:07.281500 19 - Reserved                          = 0 (0)
00:00:07.281504 NX - No-Execute Page Protection        = 0 (1)
00:00:07.281508 DS - Debug Store                       = 0 (0)
00:00:07.281512 AXMMX - AMD Extensions to MMX Instr.   = 0 (0)
00:00:07.281516 MMX - Intel MMX Technology             = 0 (0)
00:00:07.281521 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0)
00:00:07.281525 25 - AMD fast FXSAVE and FXRSTOR Instr.= 0 (0)
00:00:07.281529 26 - 1 GB large page support           = 0 (1)
00:00:07.281533 27 - RDTSCP instruction                = 1 (1)
00:00:07.281537 28 - Reserved                          = 0 (0)
00:00:07.281541 29 - AMD Long Mode                     = 0 (1)
00:00:07.281545 30 - AMD Extensions to 3DNow!          = 0 (0)
00:00:07.281550 31 - AMD 3DNow!                        = 0 (0)
00:00:07.281554 LahfSahf - LAHF/SAHF in 64-bit mode    = 0 (1)
00:00:07.281558 CmpLegacy - Core MP legacy mode (depr) = 0 (0)
00:00:07.281562 SVM - AMD VM Extensions                = 0 (0)
00:00:07.281566 APIC registers starting at 0x400       = 0 (0)
00:00:07.281570 AltMovCR8 - LOCK MOV CR0 means MOV CR8 = 0 (0)
00:00:07.281574 5  - Advanced bit manipulation         = 0 (1)
00:00:07.281579 6  - SSE4A instruction support         = 0 (0)
00:00:07.281583 7  - Misaligned SSE mode               = 0 (0)
00:00:07.281587 8  - PREFETCH and PREFETCHW instruction= 0 (0)
00:00:07.281591 9  - OS visible workaround             = 0 (0)
00:00:07.281595 10 - Instruction based sampling        = 0 (0)
00:00:07.281600 11 - SSE5 support                      = 0 (0)
00:00:07.281604 12 - SKINIT, STGI, and DEV support     = 0 (0)
00:00:07.281608 13 - Watchdog timer support.           = 0 (0)
00:00:07.281612 31:14 - Reserved                       = 0x0 (0x0)
00:00:07.281617 Full Name:                       Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
00:00:07.281620 TLB 2/4M Instr/Uni:              res0     0 entries
00:00:07.281621 TLB 2/4M Data:                   res0     0 entries
00:00:07.281628 TLB 4K Instr/Uni:                res0     0 entries
00:00:07.281629 TLB 4K Data:                     res0     0 entries
00:00:07.281636 L1 Instr Cache Line Size:        0 bytes
00:00:07.281637 L1 Instr Cache Lines Per Tag:    0
00:00:07.281637 L1 Instr Cache Associativity:    res0  
00:00:07.281637 L1 Instr Cache Size:             0 KB
00:00:07.281645 L1 Data Cache Line Size:         0 bytes
00:00:07.281646 L1 Data Cache Lines Per Tag:     0
00:00:07.281646 L1 Data Cache Associativity:     res0  
00:00:07.281646 L1 Data Cache Size:              0 KB
00:00:07.281654 L2 TLB 2/4M Instr/Uni:           off       0 entries
00:00:07.281655 L2 TLB 2/4M Data:                off       0 entries
00:00:07.281662 L2 TLB 4K Instr/Uni:             off       0 entries
00:00:07.281663 L2 TLB 4K Data:                  off       0 entries
00:00:07.281670 L2 Cache Line Size:              0 bytes
00:00:07.281671 L2 Cache Lines Per Tag:          0
00:00:07.281671 L2 Cache Associativity:          off   
00:00:07.281671 L2 Cache Size:                   0 KB
00:00:07.281679 Host Invariant-TSC support:      true 
00:00:07.281682 APM Features:                   
00:00:07.281685 Physical Address Width:          39 bits
00:00:07.281685 Virtual Address Width:           48 bits
00:00:07.281686 Guest Physical Address Width:    0 bits
00:00:07.281692 Physical Core Count:             0
00:00:07.281695 
00:00:07.281695          RAW Centaur CPUIDs
00:00:07.281695      Function  eax      ebx      ecx      edx
00:00:07.281697 Gst: c0000000  00000007 00000340 00000340 00000000
00:00:07.281698 Hst:           00000007 00000340 00000340 00000000
00:00:07.281712 Gst: c0000001  00000007 00000340 00000340 00000000
00:00:07.281713 Hst:           00000007 00000340 00000340 00000000
00:00:07.281727 Gst: c0000002  00000007 00000340 00000340 00000000
00:00:07.281728 Hst:           00000007 00000340 00000340 00000000
00:00:07.281742 Gst: c0000003  00000007 00000340 00000340 00000000
00:00:07.281743 Hst:           00000007 00000340 00000340 00000000
00:00:07.281756 Centaur Supports:                0xc0000000-0x00000007
00:00:07.281760 Mnemonic - Description                 = guest (host)
00:00:07.281761 AIS - Alternate Instruction Set        = 0 (0)
00:00:07.281766 AIS-E - AIS enabled                    = 0 (0)
00:00:07.281770 RNG - Random Number Generator          = 0 (0)
00:00:07.281774 RNG-E - RNG enabled                    = 0 (0)
00:00:07.281778 LH - LongHaul MSR 0000_110Ah           = 0 (0)
00:00:07.281782 FEMMS - FEMMS                          = 0 (0)
00:00:07.281786 ACE - Advanced Cryptography Engine     = 0 (0)
00:00:07.281791 ACE-E - ACE enabled                    = 0 (0)
00:00:07.281795 ACE2 - Advanced Cryptography Engine 2  = 0 (0)
00:00:07.281799 ACE2-E - ACE enabled                   = 0 (0)
00:00:07.281803 PHE - Padlock Hash Engine              = 0 (0)
00:00:07.281807 PHE-E - PHE enabled                    = 0 (0)
00:00:07.281811 PMM - Montgomery Multiplier            = 0 (0)
00:00:07.281815 PMM-E - PMM enabled                    = 0 (0)
00:00:07.281820 14 - Reserved                          = 0 (0)
00:00:07.281824 15 - Reserved                          = 0 (0)
00:00:07.281828 Parallax                               = 0 (0)
00:00:07.281832 Parallax enabled                       = 0 (0)
00:00:07.281836 Overstress                             = 0 (0)
00:00:07.281840 Overstress enabled                     = 0 (0)
00:00:07.281844 TM3 - Temperature Monitoring 3         = 0 (0)
00:00:07.281849 TM3-E - TM3 enabled                    = 0 (0)
00:00:07.281853 RNG2 - Random Number Generator 2       = 0 (0)
00:00:07.281857 RNG2-E - RNG2 enabled                  = 0 (0)
00:00:07.281861 24 - Reserved                          = 0 (0)
00:00:07.281865 PHE2 - Padlock Hash Engine 2           = 0 (0)
00:00:07.281869 PHE2-E - PHE2 enabled                  = 0 (0)
00:00:07.281873 
00:00:07.281875 !!
00:00:07.281875 !! {handlers, phys virt hyper stats}
00:00:07.281875 !!
00:00:07.281880 Physical handlers: (PhysHandlers=16672 (0x4120))
00:00:07.281881 From             - To (incl)         HandlerHC         UserHC            HandlerGC UserGC    Type     Description
00:00:07.281915 00000000000a0000 - 00000000000bffff  0000000103c5ff50  000000010c4f2990  00000000  ff841990  MMIO     VGA - VGA Video Buffer
00:00:07.281930 00000000000c0000 - 00000000000c8fff  0000000103bb41d0  000000010c4f2b70  00000000  ff841b70  Write    VGA BIOS
00:00:07.281944 00000000000e0000 - 00000000000e0fff  0000000103bb41d0  000000010c4fe570  00000000  ff84d570  Write    ACPI RSDP
00:00:07.281958 00000000000e1000 - 00000000000e1fff  0000000103bb41d0  000000010c4dce50  00000000  ff82be50  Write    DMI tables
00:00:07.281972 00000000000e2000 - 00000000000effff  0000000103bb41d0  000000010c4dd780  00000000  ff82c780  Write    Net Boot ROM
00:00:07.281986 00000000000f0000 - 00000000000fffff  0000000103bb41d0  000000010c4dcf50  00000000  ff82bf50  Write    PC BIOS - 0xfffff
00:00:07.282000 00000000e0000000 - 00000000e09fffff  0000000114d17f00  00000001021df100  00000000  ffa4c100  Write    VGA LFB
00:00:07.282014 00000000f0000000 - 00000000f001ffff  0000000103c5ff50  000000010c4fedc0  00000000  ff84ddc0  MMIO     E1000
00:00:07.282028 00000000f0804000 - 00000000f0804fff  0000000103c5ff50  000000010c4ff350  00000000  ff84e350  MMIO     USB OHCI
00:00:07.282042 00000000f0805000 - 00000000f0805fff  0000000103c5ff50  000000010c4ff510  00000000  ff84e510  MMIO     USB EHCI
00:00:07.282056 00000000fee00000 - 00000000fee00fff  0000000103c5ff50  000000010c4dfcb0  00000000  ff82ecb0  MMIO     APIC Memory
00:00:07.282070 00000000ffff0000 - 00000000ffffffff  0000000103bb41d0  000000010c4dd2a0  00000000  ff82c2a0  Write    PC BIOS - 0xffffffff
00:00:07.282084 Virtual handlers:
00:00:07.282085 From             - To (excl)         HandlerHC         HandlerGC Type       Description
00:00:07.282108 Hypervisor Virtual handlers:
00:00:07.282108 From             - To (excl)         HandlerHC         HandlerGC Type       Description
00:00:07.282132 !!
00:00:07.282132 !! {timers, <NULL>}
00:00:07.282132 !!
00:00:07.282139 Timers (pVM=000000010c60f000)
00:00:07.282139 pTimerR3         offNext  offPrev  offSched Clock               Time             Expire HzHint State                     Description
00:00:07.282181 000000010c4ff8b0 ffff3500 00000000 00000000 Real           302979244          302979260      0 2-ACTIVE                  EMT Yielder
00:00:07.282209 000000010c4ff830 00000000 ffff3580 00000000 Real           302979244          302980151      0 2-ACTIVE                  CPU Load Timer
00:00:07.282235 000000010c4feb50 00000000 fffe2180 00000000 VrSy          6090320501       599932015941      0 2-ACTIVE                  ACPI PM Timer
00:00:07.282262 000000010c4fcf10 00000000 00000000 00000000 Virt          6090538020                  0      0 1-STOPPED                 USB Frame Timer
00:00:07.282288 000000010c4fb620 00000000 00000000 00000000 Virt          6090538020                  0      0 1-STOPPED                 USB2 Frame Timer (no sync)
00:00:07.282313 000000010c4fb5a0 00000000 00000000 00000000 VrSy          6090320501                  0      0 1-STOPPED                 USB2 Frame Timer (sync)
00:00:07.282339 000000010c4f9d90 ffffff80 00000000 00000000 Virt          6090538020         6095221468      0 2-ACTIVE                  Audio timer
00:00:07.282365 000000010c4f9d10 00000000 00000080 00000000 Virt          6090538020        11090499295      0 2-ACTIVE                  E1000 Link Up Timer
00:00:07.282391 000000010c4f9c90 00000000 00000000 00000000 Virt          6090538020                  0      0 1-STOPPED                 E1000 Late Interrupt Timer
00:00:07.282417 000000010c4f2db0 0000ca80 0000cb00 00000000 Real           302979245          302979260      0 2-ACTIVE                  VGA Refresh Timer
00:00:07.282443 000000010c4e0d50 00000000 00000000 00000000 VrSy          6090320501         5990244140      0 1-STOPPED                 MC146818 RTC/CMOS - Second2
00:00:07.282469 000000010c4e0cd0 0001de80 fffffa30 00000000 VrSy          6090320501         6990000000      0 2-ACTIVE                  MC146818 RTC/CMOS - Second
00:00:07.282496 000000010c4e0c50 00000000 00000000 00000000 VrSy          6090320501                  0      0 1-STOPPED                 MC146818 RTC/CMOS - Periodic
00:00:07.282521 000000010c4e0700 000005d0 00000000 00000000 VrSy          6090320501         6098397208     60 2-ACTIVE                  i8254 Programmable Interval Timer
00:00:07.282548 000000010c4dfe70 00000000 00000000 00000000 VrSy          6090320501                  0      0 1-STOPPED                 APIC Timer #0
00:00:07.282573 000000010c4df070 00000000 00000000 00000000 Virt          6090538020            4555409      0 1-STOPPED                 PS2K Delay Timer
00:00:07.282599 000000010c4deff0 00000000 00000000 00000000 Real           302979245          302977976      0 1-STOPPED                 PS2K Typematic Timer
00:00:07.282625 000000010c4dc7b0 00000000 00000000 00000000 Real           302979245                  0      0 1-STOPPED                 BlkCache-Commit
00:00:07.282650 !!
00:00:07.282651 !! {activetimers, <NULL>}
00:00:07.282651 !!
00:00:07.282656 Active Timers (pVM=000000010c60f000)
00:00:07.282656 pTimerR3         offNext  offPrev  offSched Clock               Time             Expire HzHint State                     Description
00:00:07.282698 000000010c4ff8b0 ffff3500 00000000 00000000 Real           302979245          302979260      0 2-ACTIVE                  EMT Yielder
00:00:07.282725 000000010c4f2db0 0000ca80 0000cb00 00000000 Real           302979245          302979260      0 2-ACTIVE                  VGA Refresh Timer
00:00:07.282752 000000010c4ff830 00000000 ffff3580 00000000 Real           302979245          302980151      0 2-ACTIVE                  CPU Load Timer
00:00:07.282778 000000010c4f9d90 ffffff80 00000000 00000000 Virt          6090538020         6095221468      0 2-ACTIVE                  Audio timer
00:00:07.282804 000000010c4f9d10 00000000 00000080 00000000 Virt          6090538020        11090499295      0 2-ACTIVE                  E1000 Link Up Timer
00:00:07.282831 000000010c4e0700 000005d0 00000000 00000000 VrSy          6090320501         6098397208     60 2-ACTIVE                  i8254 Programmable Interval Timer
00:00:07.282858 000000010c4e0cd0 0001de80 fffffa30 00000000 VrSy          6090320501         6990000000      0 2-ACTIVE                  MC146818 RTC/CMOS - Second
00:00:07.282884 000000010c4feb50 00000000 fffe2180 00000000 VrSy          6090320501       599932015941      0 2-ACTIVE                  ACPI PM Timer
00:00:07.282913 !!
00:00:07.282913 !! {apic}
00:00:07.282913 !!
00:00:07.282916 Local APIC at fee00900:
00:00:07.282920   LAPIC ID  : 00000000
00:00:07.282923     APIC ID = 00
00:00:07.282925   APIC VER   : 00050014
00:00:07.282928     version  = 14
00:00:07.282931     lvts     = 6
00:00:07.282933   TPR        : 00000000
00:00:07.282936     task pri = 0/0
00:00:07.282940   PPR        : 00000000
00:00:07.282943     cpu pri  = 0/0
00:00:07.282947   LDR       : 00000000
00:00:07.282949     log id  = 00
00:00:07.282952   DFR       : 0fffffff
00:00:07.282955   SVR       : 000000ff
00:00:07.282958     focus   = check on
00:00:07.282960     lapic   = DISABLED
00:00:07.282963     vector  = ff
00:00:07.282965   ISR       : 0000000000000000000000000000000000000000000000000000000000000000
00:00:07.282975     highest = 00
00:00:07.282977   IRR       : 0000000000000000000000000000000000000000000000000000000000000000
00:00:07.282986     highest = 00
00:00:07.282989 !!
00:00:07.282990 !! {cfgm}
00:00:07.282990 !!
00:00:07.282993 pRoot=000000010a444710:{/}
00:00:07.282998 [/] (level 0)
00:00:07.283004   CSAMEnabled     <integer> = 0x0000000000000001 (1)
00:00:07.283013   CpuExecutionCap <integer> = 0x0000000000000064 (100)
00:00:07.283020   EnablePAE       <integer> = 0x0000000000000000 (0)
00:00:07.283029   HMEnabled       <integer> = 0x0000000000000001 (1)
00:00:07.283038   MemBalloonSize  <integer> = 0x0000000000000000 (0)
00:00:07.283045   Name            <string>  = "tmp" (cb=4)
00:00:07.283057   NumCPUs         <integer> = 0x0000000000000001 (1)
00:00:07.283067   PATMEnabled     <integer> = 0x0000000000000001 (1)
00:00:07.283075   PageFusion      <integer> = 0x0000000000000000 (0)
00:00:07.283083   RamHoleSize     <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:07.283095   RamSize         <integer> = 0x0000000010000000 (268 435 456, 256 MB)
00:00:07.283108   RawR0Enabled    <integer> = 0x0000000000000001 (1)
00:00:07.283115   RawR3Enabled    <integer> = 0x0000000000000001 (1)
00:00:07.283123   TimerMillies    <integer> = 0x000000000000000a (10)
00:00:07.283130   UUID            <bytes>   = "96 53 36 cb 64 5a 1f 4b a3 51 e2 46 7a d2 4f 95" (cb=16)
00:00:07.283164 
00:00:07.283165 [/CPUM/] (level 1)
00:00:07.283171   SyntheticCpu <integer> = 0x0000000000000000 (0)
00:00:07.283177 
00:00:07.283178 [/DBGF/] (level 1)
00:00:07.283185   Path <string>  = "/Users/sambuc/Virtual Machines.localized/tmp/debug/;/Users/sambuc/Virtual Machines.localized/tmp/;/Users/sambuc/" (cb=113)
00:00:07.283192 
00:00:07.283193 [/Devices/] (level 1)
00:00:07.283199 
00:00:07.283200 [/Devices/8237A/] (level 2)
00:00:07.283208 
00:00:07.283209 [/Devices/8237A/0/] (level 3)
00:00:07.283218   Trusted <integer> = 0x0000000000000001 (1)
00:00:07.283223 
00:00:07.283224 [/Devices/8237A/0/Config/] (level 4) (restricted root)
00:00:07.283235 
00:00:07.283236 [/Devices/AudioSniffer/] (level 2)
00:00:07.283244 
00:00:07.283245 [/Devices/AudioSniffer/0/] (level 3)
00:00:07.283254 
00:00:07.283255 [/Devices/AudioSniffer/0/Config/] (level 4) (restricted root)
00:00:07.283266 
00:00:07.283267 [/Devices/AudioSniffer/0/LUN#0/] (level 4)
00:00:07.283277   Driver <string>  = "MainAudioSniffer" (cb=17)
00:00:07.283283 
00:00:07.283284 [/Devices/AudioSniffer/0/LUN#0/Config/] (level 5) (restricted root)
00:00:07.283297   Object <integer> = 0x0000000103fae4c0 (4 361 741 504)
00:00:07.283303 
00:00:07.283305 [/Devices/VMMDev/] (level 2)
00:00:07.283312 
00:00:07.283313 [/Devices/VMMDev/0/] (level 3)
00:00:07.283322   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:07.283331   PCIDeviceNo   <integer> = 0x0000000000000004 (4)
00:00:07.283338   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:07.283343   Trusted       <integer> = 0x0000000000000001 (1)
00:00:07.283352 
00:00:07.283353 [/Devices/VMMDev/0/Config/] (level 4) (restricted root)
00:00:07.283365   GuestCoreDumpDir <string>  = "/Users/sambuc/Virtual Machines.localized/tmp/Snapshots" (cb=55)
00:00:07.283371   RamSize          <integer> = 0x0000000010000000 (268 435 456, 256 MB)
00:00:07.283385 
00:00:07.283386 [/Devices/VMMDev/0/LUN#0/] (level 4)
00:00:07.283396   Driver <string>  = "HGCM" (cb=5)
00:00:07.283402 
00:00:07.283403 [/Devices/VMMDev/0/LUN#0/Config/] (level 5) (restricted root)
00:00:07.283415   Object <integer> = 0x00000001003c52b0 (4 298 920 624)
00:00:07.283422 
00:00:07.283423 [/Devices/VMMDev/0/LUN#999/] (level 4)
00:00:07.283433   Driver <string>  = "MainStatus" (cb=11)
00:00:07.283438 
00:00:07.283439 [/Devices/VMMDev/0/LUN#999/Config/] (level 5) (restricted root)
00:00:07.283452   First   <integer> = 0x0000000000000000 (0)
00:00:07.283459   Last    <integer> = 0x0000000000000000 (0)
00:00:07.283466   papLeds <integer> = 0x0000000101060bf0 (4 312 140 784)
00:00:07.283473 
00:00:07.283474 [/Devices/acpi/] (level 2)
00:00:07.283481 
00:00:07.283482 [/Devices/acpi/0/] (level 3)
00:00:07.283492   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:07.283500   PCIDeviceNo   <integer> = 0x0000000000000007 (7)
00:00:07.283507   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:07.283513   Trusted       <integer> = 0x0000000000000001 (1)
00:00:07.283522 
00:00:07.283523 [/Devices/acpi/0/Config/] (level 4) (restricted root)
00:00:07.283535   CpuHotPlug        <integer> = 0x0000000000000000 (0)
00:00:07.283545   FdcEnabled        <integer> = 0x0000000000000000 (0)
00:00:07.283555   HostBusPciAddress <integer> = 0x0000000000000000 (0)
00:00:07.283561   HpetEnabled       <integer> = 0x0000000000000000 (0)
00:00:07.283570   IOAPIC            <integer> = 0x0000000000000000 (0)
00:00:07.283582   IocPciAddress     <integer> = 0x0000000000010000 (65 536)
00:00:07.283591   NumCPUs           <integer> = 0x0000000000000001 (1)
00:00:07.283602   RamHoleSize       <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:07.283614   RamSize           <integer> = 0x0000000010000000 (268 435 456, 256 MB)
00:00:07.283628   Serial0IoPortBase <integer> = 0x0000000000000000 (0)
00:00:07.283634   Serial0Irq        <integer> = 0x0000000000000000 (0)
00:00:07.283644   Serial1IoPortBase <integer> = 0x0000000000000000 (0)
00:00:07.283650   Serial1Irq        <integer> = 0x0000000000000000 (0)
00:00:07.283659   ShowCpu           <integer> = 0x0000000000000000 (0)
00:00:07.283671   ShowRtc           <integer> = 0x0000000000000000 (0)
00:00:07.283682   SmcEnabled        <integer> = 0x0000000000000000 (0)
00:00:07.283692 
00:00:07.283693 [/Devices/acpi/0/LUN#0/] (level 4)
00:00:07.283703   Driver <string>  = "ACPIHost" (cb=9)
00:00:07.283709 
00:00:07.283710 [/Devices/acpi/0/LUN#0/Config/] (level 5) (restricted root)
00:00:07.283722 
00:00:07.283723 [/Devices/apic/] (level 2)
00:00:07.283730 
00:00:07.283731 [/Devices/apic/0/] (level 3)
00:00:07.283740   Trusted <integer> = 0x0000000000000001 (1)
00:00:07.283746 
00:00:07.283747 [/Devices/apic/0/Config/] (level 4) (restricted root)
00:00:07.283758   IOAPIC  <integer> = 0x0000000000000000 (0)
00:00:07.283764   NumCPUs <integer> = 0x0000000000000001 (1)
00:00:07.283770 
00:00:07.283771 [/Devices/e1000/] (level 2)
00:00:07.283778 
00:00:07.283779 [/Devices/e1000/0/] (level 3)
00:00:07.283788   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:07.283797   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:07.283803   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:07.283809   Trusted       <integer> = 0x0000000000000001 (1)
00:00:07.283818 
00:00:07.283819 [/Devices/e1000/0/Config/] (level 4) (restricted root)
00:00:07.283831   AdapterType    <integer> = 0x0000000000000000 (0)
00:00:07.283838   CableConnected <integer> = 0x0000000000000001 (1)
00:00:07.283844   LineSpeed      <integer> = 0x0000000000000000 (0)
00:00:07.283853   MAC            <bytes>   = "08 00 27 16 ad ef" (cb=6)
00:00:07.283872 
00:00:07.283873 [/Devices/e1000/0/LUN#0/] (level 4)
00:00:07.283883   Driver <string>  = "NAT" (cb=4)
00:00:07.283888 
00:00:07.283889 [/Devices/e1000/0/LUN#0/Config/] (level 5) (restricted root)
00:00:07.283903   AliasMode       <integer> = 0x0000000000000000 (0)
00:00:07.283912   BootFile        <string>  = "tmp.pxe" (cb=8)
00:00:07.283921   DNSProxy        <integer> = 0x0000000000000000 (0)
00:00:07.283931   Network         <string>  = "10.0.2.0/24" (cb=12)
00:00:07.283941   PassDomain      <integer> = 0x0000000000000001 (1)
00:00:07.283950   TFTPPrefix      <string>  = "/Users/sambuc/Library/VirtualBox/TFTP" (cb=38)
00:00:07.283959   UseHostResolver <integer> = 0x0000000000000000 (0)
00:00:07.283965 
00:00:07.283966 [/Devices/e1000/0/LUN#999/] (level 4)
00:00:07.283976   Driver <string>  = "MainStatus" (cb=11)
00:00:07.283982 
00:00:07.283983 [/Devices/e1000/0/LUN#999/Config/] (level 5) (restricted root)
00:00:07.283995   First   <integer> = 0x0000000000000000 (0)
00:00:07.284002   Last    <integer> = 0x0000000000000000 (0)
00:00:07.284009   papLeds <integer> = 0x0000000101060ad0 (4 312 140 496)
00:00:07.284016 
00:00:07.284017 [/Devices/i8254/] (level 2)
00:00:07.284025 
00:00:07.284026 [/Devices/i8254/0/] (level 3)
00:00:07.284034 
00:00:07.284035 [/Devices/i8254/0/Config/] (level 4) (restricted root)
00:00:07.284046 
00:00:07.284047 [/Devices/i8259/] (level 2)
00:00:07.284055 
00:00:07.284056 [/Devices/i8259/0/] (level 3)
00:00:07.284064   Trusted <integer> = 0x0000000000000001 (1)
00:00:07.284070 
00:00:07.284071 [/Devices/i8259/0/Config/] (level 4) (restricted root)
00:00:07.284082 
00:00:07.284083 [/Devices/ichac97/] (level 2)
00:00:07.284090 
00:00:07.284091 [/Devices/ichac97/0/] (level 3)
00:00:07.284100   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:07.284109   PCIDeviceNo   <integer> = 0x0000000000000005 (5)
00:00:07.284116   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:07.284121   Trusted       <integer> = 0x0000000000000001 (1)
00:00:07.284130 
00:00:07.284131 [/Devices/ichac97/0/Config/] (level 4) (restricted root)
00:00:07.284142 
00:00:07.284143 [/Devices/ichac97/0/LUN#0/] (level 4)
00:00:07.284154   Driver <string>  = "AUDIO" (cb=6)
00:00:07.284159 
00:00:07.284160 [/Devices/ichac97/0/LUN#0/Config/] (level 5) (restricted root)
00:00:07.284173   AudioDriver <string>  = "coreaudio" (cb=10)
00:00:07.284178   StreamName  <string>  = "tmp" (cb=4)
00:00:07.284184 
00:00:07.284185 [/Devices/mc146818/] (level 2)
00:00:07.284193 
00:00:07.284194 [/Devices/mc146818/0/] (level 3)
00:00:07.284202 
00:00:07.284203 [/Devices/mc146818/0/Config/] (level 4) (restricted root)
00:00:07.284214   UseUTC <integer> = 0x0000000000000000 (0)
00:00:07.284220 
00:00:07.284221 [/Devices/parallel/] (level 2)
00:00:07.284229 
00:00:07.284230 [/Devices/pcarch/] (level 2)
00:00:07.284237 
00:00:07.284238 [/Devices/pcarch/0/] (level 3)
00:00:07.284247   Trusted <integer> = 0x0000000000000001 (1)
00:00:07.284252 
00:00:07.284253 [/Devices/pcarch/0/Config/] (level 4) (restricted root)
00:00:07.284264 
00:00:07.284265 [/Devices/pcbios/] (level 2)
00:00:07.284273 
00:00:07.284274 [/Devices/pcbios/0/] (level 3)
00:00:07.284282   Trusted <integer> = 0x0000000000000001 (1)
00:00:07.284288 
00:00:07.284289 [/Devices/pcbios/0/Config/] (level 4) (restricted root)
00:00:07.284301   BootDevice0    <string>  = "FLOPPY" (cb=7)
00:00:07.284308   BootDevice1    <string>  = "DVD" (cb=4)
00:00:07.284315   BootDevice2    <string>  = "IDE" (cb=4)
00:00:07.284322   BootDevice3    <string>  = "NONE" (cb=5)
00:00:07.284329   FloppyDevice   <string>  = "i82078" (cb=7)
00:00:07.284336   HardDiskDevice <string>  = "piix3ide" (cb=9)
00:00:07.284341   IOAPIC         <integer> = 0x0000000000000000 (0)
00:00:07.284352   LanBootRom     <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/PXE-Intel.rom" (cb=109)
00:00:07.284360   McfgBase       <integer> = 0x0000000000000000 (0)
00:00:07.284370   McfgLength     <integer> = 0x0000000000000000 (0)
00:00:07.284378   NumCPUs        <integer> = 0x0000000000000001 (1)
00:00:07.284387   PXEDebug       <integer> = 0x0000000000000000 (0)
00:00:07.284396   RamHoleSize    <integer> = 0x0000000020000000 (536 870 912, 512 MB)
00:00:07.284407   RamSize        <integer> = 0x0000000010000000 (268 435 456, 256 MB)
00:00:07.284419   UUID           <bytes>   = "96 53 36 cb 64 5a 1f 4b a3 51 e2 46 7a d2 4f 95" (cb=16)
00:00:07.284451 
00:00:07.284452 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
00:00:07.284464 
00:00:07.284465 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
00:00:07.284478   NIC           <integer> = 0x0000000000000000 (0)
00:00:07.284489   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:07.284498   PCIDeviceNo   <integer> = 0x0000000000000003 (3)
00:00:07.284505   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:07.284510 
00:00:07.284511 [/Devices/pci/] (level 2)
00:00:07.284519 
00:00:07.284520 [/Devices/pci/0/] (level 3)
00:00:07.284528   Trusted <integer> = 0x0000000000000001 (1)
00:00:07.284534 
00:00:07.284535 [/Devices/pci/0/Config/] (level 4) (restricted root)
00:00:07.284546   IOAPIC <integer> = 0x0000000000000000 (0)
00:00:07.284551 
00:00:07.284552 [/Devices/pckbd/] (level 2)
00:00:07.284560 
00:00:07.284561 [/Devices/pckbd/0/] (level 3)
00:00:07.284569   Trusted <integer> = 0x0000000000000001 (1)
00:00:07.284575 
00:00:07.284576 [/Devices/pckbd/0/Config/] (level 4) (restricted root)
00:00:07.284587 
00:00:07.284588 [/Devices/pckbd/0/LUN#0/] (level 4)
00:00:07.284598   Driver <string>  = "KeyboardQueue" (cb=14)
00:00:07.284603 
00:00:07.284604 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
00:00:07.284616   Driver <string>  = "MainKeyboard" (cb=13)
00:00:07.284621 
00:00:07.284622 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6) (restricted root)
00:00:07.284636   Object <integer> = 0x0000000103f76050 (4 361 510 992)
00:00:07.284642 
00:00:07.284643 [/Devices/pckbd/0/LUN#0/Config/] (level 5) (restricted root)
00:00:07.284655   QueueSize <integer> = 0x0000000000000040 (64)
00:00:07.284661 
00:00:07.284662 [/Devices/pckbd/0/LUN#1/] (level 4)
00:00:07.284673   Driver <string>  = "MouseQueue" (cb=11)
00:00:07.284678 
00:00:07.284679 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
00:00:07.284691   Driver <string>  = "MainMouse" (cb=10)
00:00:07.284696 
00:00:07.284697 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6) (restricted root)
00:00:07.284711   Object <integer> = 0x0000000103f72fc0 (4 361 498 560)
00:00:07.284717 
00:00:07.284718 [/Devices/pckbd/0/LUN#1/Config/] (level 5) (restricted root)
00:00:07.284730   QueueSize <integer> = 0x0000000000000080 (128)
00:00:07.284736 
00:00:07.284737 [/Devices/pcnet/] (level 2)
00:00:07.284745 
00:00:07.284746 [/Devices/piix3ide/] (level 2)
00:00:07.284753 
00:00:07.284754 [/Devices/piix3ide/0/] (level 3)
00:00:07.284763   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:07.284772   PCIDeviceNo   <integer> = 0x0000000000000001 (1)
00:00:07.284778   PCIFunctionNo <integer> = 0x0000000000000001 (1)
00:00:07.284784   Trusted       <integer> = 0x0000000000000001 (1)
00:00:07.284826 
00:00:07.284827 [/Devices/piix3ide/0/Config/] (level 4) (restricted root)
00:00:07.284839   Type <string>  = "PIIX4" (cb=6)
00:00:07.284844 
00:00:07.284845 [/Devices/piix3ide/0/Config/PrimaryMaster/] (level 5)
00:00:07.284857   NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:07.284863 
00:00:07.284864 [/Devices/piix3ide/0/Config/SecondaryMaster/] (level 5)
00:00:07.284876   NonRotationalMedium <integer> = 0x0000000000000000 (0)
00:00:07.284882 
00:00:07.284883 [/Devices/piix3ide/0/LUN#0/] (level 4)
00:00:07.284893   Driver <string>  = "Block" (cb=6)
00:00:07.284898 
00:00:07.284899 [/Devices/piix3ide/0/LUN#0/AttachedDriver/] (level 5)
00:00:07.284911   Driver <string>  = "VD" (cb=3)
00:00:07.284916 
00:00:07.284917 [/Devices/piix3ide/0/LUN#0/AttachedDriver/Config/] (level 6) (restricted root)
00:00:07.284931   Format <string>  = "VDI" (cb=4)
00:00:07.284937   Path   <string>  = "/Users/sambuc/Virtual Machines.localized/tmp/tmp.vdi" (cb=53)
00:00:07.284944   Type   <string>  = "HardDisk" (cb=9)
00:00:07.284950 
00:00:07.284951 [/Devices/piix3ide/0/LUN#0/AttachedDriver/Config/Plugins/] (level 7)
00:00:07.284966 
00:00:07.284967 [/Devices/piix3ide/0/LUN#0/AttachedDriver/Config/Plugins/VDPluginCrypt/] (level 8)
00:00:07.284982   Path <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64/VDPluginCrypt.dylib" (cb=128)
00:00:07.284989 
00:00:07.284990 [/Devices/piix3ide/0/LUN#0/Config/] (level 5) (restricted root)
00:00:07.285003   Mountable <integer> = 0x0000000000000000 (0)
00:00:07.285009   Type      <string>  = "HardDisk" (cb=9)
00:00:07.285017 
00:00:07.285018 [/Devices/piix3ide/0/LUN#2/] (level 4)
00:00:07.285028   Driver <string>  = "Block" (cb=6)
00:00:07.285034 
00:00:07.285035 [/Devices/piix3ide/0/LUN#2/Config/] (level 5) (restricted root)
00:00:07.285047   Mountable <integer> = 0x0000000000000001 (1)
00:00:07.285053   Type      <string>  = "DVD" (cb=4)
00:00:07.285061 
00:00:07.285062 [/Devices/piix3ide/0/LUN#999/] (level 4)
00:00:07.285073   Driver <string>  = "MainStatus" (cb=11)
00:00:07.285078 
00:00:07.285079 [/Devices/piix3ide/0/LUN#999/Config/] (level 5) (restricted root)
00:00:07.285092   DeviceInstance        <string>  = "piix3ide/0" (cb=11)
00:00:07.285101   First                 <integer> = 0x0000000000000000 (0)
00:00:07.285116   Last                  <integer> = 0x0000000000000003 (3)
00:00:07.285132   pConsole              <integer> = 0x0000000101060600 (4 312 139 264)
00:00:07.285146   papLeds               <integer> = 0x0000000101060900 (4 312 140 032)
00:00:07.285160   pmapMediumAttachments <integer> = 0x0000000101060c08 (4 312 140 808)
00:00:07.285167 
00:00:07.285168 [/Devices/serial/] (level 2)
00:00:07.285176 
00:00:07.285176 [/Devices/usb-ehci/] (level 2)
00:00:07.285184 
00:00:07.285185 [/Devices/usb-ehci/0/] (level 3)
00:00:07.285194   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:07.285202   PCIDeviceNo   <integer> = 0x000000000000000b (11)
00:00:07.285209   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:07.285215   Trusted       <integer> = 0x0000000000000001 (1)
00:00:07.285224 
00:00:07.285225 [/Devices/usb-ehci/0/Config/] (level 4) (restricted root)
00:00:07.285236 
00:00:07.285237 [/Devices/usb-ehci/0/LUN#0/] (level 4)
00:00:07.285247   Driver <string>  = "VUSBRootHub" (cb=12)
00:00:07.285253 
00:00:07.285254 [/Devices/usb-ehci/0/LUN#0/Config/] (level 5) (restricted root)
00:00:07.285266 
00:00:07.285267 [/Devices/usb-ehci/0/LUN#999/] (level 4)
00:00:07.285277   Driver <string>  = "MainStatus" (cb=11)
00:00:07.285282 
00:00:07.285283 [/Devices/usb-ehci/0/LUN#999/Config/] (level 5) (restricted root)
00:00:07.285295   First   <integer> = 0x0000000000000000 (0)
00:00:07.285302   Last    <integer> = 0x0000000000000000 (0)
00:00:07.285310   papLeds <integer> = 0x0000000101060c00 (4 312 140 800)
00:00:07.285316 
00:00:07.285317 [/Devices/usb-ohci/] (level 2)
00:00:07.285324 
00:00:07.285325 [/Devices/usb-ohci/0/] (level 3)
00:00:07.285334   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:07.285343   PCIDeviceNo   <integer> = 0x0000000000000006 (6)
00:00:07.285350   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:07.285355   Trusted       <integer> = 0x0000000000000001 (1)
00:00:07.285365 
00:00:07.285366 [/Devices/usb-ohci/0/Config/] (level 4) (restricted root)
00:00:07.285377 
00:00:07.285378 [/Devices/usb-ohci/0/LUN#0/] (level 4)
00:00:07.285388   Driver <string>  = "VUSBRootHub" (cb=12)
00:00:07.285393 
00:00:07.285394 [/Devices/usb-ohci/0/LUN#0/Config/] (level 5) (restricted root)
00:00:07.285407 
00:00:07.285408 [/Devices/usb-ohci/0/LUN#999/] (level 4)
00:00:07.285418   Driver <string>  = "MainStatus" (cb=11)
00:00:07.285423 
00:00:07.285424 [/Devices/usb-ohci/0/LUN#999/Config/] (level 5) (restricted root)
00:00:07.285437   First   <integer> = 0x0000000000000000 (0)
00:00:07.285444   Last    <integer> = 0x0000000000000000 (0)
00:00:07.285451   papLeds <integer> = 0x0000000101060bf8 (4 312 140 792)
00:00:07.285458 
00:00:07.285459 [/Devices/vga/] (level 2)
00:00:07.285466 
00:00:07.285467 [/Devices/vga/0/] (level 3)
00:00:07.285476   PCIBusNo      <integer> = 0x0000000000000000 (0)
00:00:07.285485   PCIDeviceNo   <integer> = 0x0000000000000002 (2)
00:00:07.285492   PCIFunctionNo <integer> = 0x0000000000000000 (0)
00:00:07.285497   Trusted       <integer> = 0x0000000000000001 (1)
00:00:07.285506 
00:00:07.285507 [/Devices/vga/0/Config/] (level 4) (restricted root)
00:00:07.285519   CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:07.285525   FadeIn           <integer> = 0x0000000000000001 (1)
00:00:07.285536   FadeOut          <integer> = 0x0000000000000001 (1)
00:00:07.285547   HeightReduction  <integer> = 0x0000000000000000 (0)
00:00:07.285553   LogoFile         <string>  = "" (cb=1)
00:00:07.285563   LogoTime         <integer> = 0x0000000000000000 (0)
00:00:07.285573   MonitorCount     <integer> = 0x0000000000000001 (1)
00:00:07.285581   ShowBootMenu     <integer> = 0x0000000000000002 (2)
00:00:07.285589   VRamSize         <integer> = 0x0000000000a00000 (10 485 760, 10 MB)
00:00:07.285602 
00:00:07.285603 [/Devices/vga/0/LUN#0/] (level 4)
00:00:07.285614   Driver <string>  = "MainDisplay" (cb=12)
00:00:07.285619 
00:00:07.285620 [/Devices/vga/0/LUN#0/Config/] (level 5) (restricted root)
00:00:07.285632   Object <integer> = 0x000000010400e200 (4 362 134 016)
00:00:07.285639 
00:00:07.285640 [/Devices/virtio-net/] (level 2)
00:00:07.285647 
00:00:07.285648 [/EM/] (level 1)
00:00:07.285655   TripleFaultReset <integer> = 0x0000000000000000 (0)
00:00:07.285661 
00:00:07.285661 [/HM/] (level 1)
00:00:07.285668   64bitEnabled       <integer> = 0x0000000000000000 (0)
00:00:07.285677   EnableLargePages   <integer> = 0x0000000000000001 (1)
00:00:07.285684   EnableNestedPaging <integer> = 0x0000000000000001 (1)
00:00:07.285690   EnableUX           <integer> = 0x0000000000000001 (1)
00:00:07.285701   EnableVPID         <integer> = 0x0000000000000001 (1)
00:00:07.285712   Exclusive          <integer> = 0x0000000000000000 (0)
00:00:07.285722   HMForced           <integer> = 0x0000000000000001 (1)
00:00:07.285734 
00:00:07.285735 [/MM/] (level 1)
00:00:07.285741   CanUseLargerHeap <integer> = 0x0000000000000000 (0)
00:00:07.285747 
00:00:07.285748 [/PDM/] (level 1)
00:00:07.285754 
00:00:07.285755 [/PDM/AsyncCompletion/] (level 2)
00:00:07.285762 
00:00:07.285763 [/PDM/AsyncCompletion/File/] (level 3)
00:00:07.285772 
00:00:07.285773 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
00:00:07.285784 
00:00:07.285785 [/PDM/BlkCache/] (level 2)
00:00:07.285792   CacheSize <integer> = 0x0000000000500000 (5 242 880, 5 MB)
00:00:07.285800 
00:00:07.285801 [/PDM/Devices/] (level 2)
00:00:07.285809 
00:00:07.285810 [/PDM/Devices/VBoxEhci/] (level 3)
00:00:07.285819   Path         <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64/VBoxEhciR3.dylib" (cb=125)
00:00:07.285830   R0SearchPath <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64" (cb=108)
00:00:07.285837   RCSearchPath <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64" (cb=108)
00:00:07.285843 
00:00:07.285844 [/PDM/Drivers/] (level 2)
00:00:07.285851 
00:00:07.285852 [/PDM/Drivers/DrvHostWebcam/] (level 3)
00:00:07.285861   Path <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64/VBoxHostWebcam.dylib" (cb=129)
00:00:07.285868 
00:00:07.285869 [/PDM/Drivers/VBoxC/] (level 3)
00:00:07.285878   Path <string>  = "/Applications/VirtualBox.app/Contents/MacOS/components/VBoxC" (cb=61)
00:00:07.285883 
00:00:07.285884 [/PDM/NetworkShaper/] (level 2)
00:00:07.285892 
00:00:07.285893 [/PDM/NetworkShaper/BwGroups/] (level 3)
00:00:07.285901 
00:00:07.285903 [/PDM/USB/] (level 2)
00:00:07.285910 
00:00:07.285911 [/PDM/USB/VBoxUsbCardReader/] (level 3)
00:00:07.285920   Path <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64/VBoxUsbCardReaderR3.dylib" (cb=134)
00:00:07.285926 
00:00:07.285927 [/PDM/USB/VBoxUsbWebcam/] (level 3)
00:00:07.285936   Path <string>  = "/Applications/VirtualBox.app/Contents/MacOS/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/darwin.amd64/VBoxUsbWebcamR3.dylib" (cb=130)
00:00:07.285942 
00:00:07.285943 [/TM/] (level 1)
00:00:07.285949   UTCOffset <integer> = 0x0000000000000000 (0)
00:00:07.285955 
00:00:07.285956 [/USB/] (level 1)
00:00:07.285962 
00:00:07.285963 [/USB/USBProxy/] (level 2)
00:00:07.285970 
00:00:07.285971 [/USB/USBProxy/GlobalConfig/] (level 3)
00:00:07.285979 
00:00:07.285981 !!
00:00:07.285981 !! {clocks}
00:00:07.285982 !!
00:00:07.285985 Cpu Tick:        13256107104 (0x00000316202460) 2176564797Hz paused - virtualized - virtual clock
00:00:07.285996  Virtual:         6090538020 (0x0000016b063c24) 1000000000Hz paused
00:00:07.286005 VirtSync:         6090320501 (0x0000016b02ea75) paused
00:00:07.286012           offset 154748  catch-up rate 5 %
00:00:07.286018     Real:          302979248 (0x000000120f18b0) 1000Hz
00:00:07.286026 !!
00:00:07.286026 !! {cmos1}
00:00:07.286026 !!
00:00:07.286029 First CMOS bank, offsets 0x0E - 0x7F
00:00:07.286030 Offset 00 : --- use 'info rtc' to show CMOS clock --- 00 00
00:00:07.286037 Offset 10 : 00 00 f0 00 0e 80 02 ff-ff 2f 00 00 00 00 08 02
00:00:07.286064 Offset 20 : 80 ff ff ff ff 3f 00 00-00 00 00 00 00 00 08 72
00:00:07.286091 Offset 30 : ff ff 20 00 00 0f 00 20-20 00 00 00 00 31 00 00
00:00:07.286117 Offset 40 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
00:00:07.286143 Offset 50 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
00:00:07.286169 Offset 60 : 01 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
00:00:07.286195 Offset 70 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
00:00:07.286299 !!
00:00:07.286299 !! {cmos2}
00:00:07.286300 !!
00:00:07.286302 Second CMOS bank, offsets 0x80 - 0xFF
00:00:07.286304 Offset 80 : 00 00 18 00 ff ff ff ff-ff ff 00 00 00 00 00 00
00:00:07.286353 Offset 90 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
00:00:07.286381 Offset a0 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
00:00:07.286409 Offset b0 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
00:00:07.286445 Offset c0 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
00:00:07.286472 Offset d0 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
00:00:07.286499 Offset e0 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
00:00:07.286526 Offset f0 : 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00
00:00:07.286554 !!
00:00:07.286555 !! {e1k0}
00:00:07.286555 !!
00:00:07.286558 E1000 #0: port=d010 mmio=00000000f0000000 mac-cfg=08:00:27:16:ad:ef 82540EM GC R0
00:00:07.286578     CTRL = 00000a61
00:00:07.286584   STATUS = 00000083
00:00:07.286589     EECD = 00000100
00:00:07.286594     EERD = 00000000
00:00:07.286600 CTRL_EXT = 00000000
00:00:07.286603      FLA = 00000000
00:00:07.286610     MDIC = 00000000
00:00:07.286615     FCAL = 00000000
00:00:07.286620     FCAH = 00000000
00:00:07.286626      FCT = 00000000
00:00:07.286632      VET = 00000000
00:00:07.286638      ICR = 00000000
00:00:07.286644      ITR = 00000000
00:00:07.286650      ICS = 00000000
00:00:07.286656      IMS = 00000000
00:00:07.286662      IMC = 00000000
00:00:07.286668     RCTL = 00000000
00:00:07.286674    FCTTV = 00000000
00:00:07.286679     TXCW = 00000000
00:00:07.286685     RXCW = 00000000
00:00:07.286690     TCTL = 00000000
00:00:07.286696     TIPG = 00000000
00:00:07.286701     AIFS = 00000000
00:00:07.286706   LEDCTL = 00000000
00:00:07.286711      PBA = 00000000
00:00:07.286717    FCRTL = 00000000
00:00:07.286722    FCRTH = 00000000
00:00:07.286727     RDFH = 00000000
00:00:07.286732     RDFT = 00000000
00:00:07.286737    RDFHS = 00000000
00:00:07.286742    RDFTS = 00000000
00:00:07.286747    RDFPC = 00000000
00:00:07.286752    RDBAL = 00000000
00:00:07.286757    RDBAH = 00000000
00:00:07.286762    RDLEN = 00000000
00:00:07.286767      RDH = 00000000
00:00:07.286773      RDT = 00000000
00:00:07.286779     RDTR = 00000000
00:00:07.286784   RXDCTL = 00000000
00:00:07.286788     RADV = 00000000
00:00:07.286794    RSRPD = 00000000
00:00:07.286799   TXDMAC = 00000000
00:00:07.286803     TDFH = 00000000
00:00:07.286809     TDFT = 00000000
00:00:07.286814    TDFHS = 00000000
00:00:07.286819    TDFTS = 00000000
00:00:07.286824    TDFPC = 00000000
00:00:07.286829    TDBAL = 00000000
00:00:07.286833    TDBAH = 00000000
00:00:07.286838    TDLEN = 00000000
00:00:07.286843      TDH = 00000000
00:00:07.286849      TDT = 00000000
00:00:07.286855     TIDV = 00000000
00:00:07.286861   TXDCTL = 00000000
00:00:07.286865     TADV = 00000000
00:00:07.286871    TSPMT = 01000400
00:00:07.286876  CRCERRS = 00000000
00:00:07.286880 ALGNERRC = 00000000
00:00:07.286883  SYMERRS = 00000000
00:00:07.286886   RXERRC = 00000000
00:00:07.286891      MPC = 00000000
00:00:07.286897      SCC = 00000000
00:00:07.286903     ECOL = 00000000
00:00:07.286908      MCC = 00000000
00:00:07.286914  LATECOL = 00000000
00:00:07.286918     COLC = 00000000
00:00:07.286924       DC = 00000000
00:00:07.286930    TNCRS = 00000000
00:00:07.286935      SEC = 00000000
00:00:07.286941  CEXTERR = 00000000
00:00:07.286945     RLEC = 00000000
00:00:07.286950   XONRXC = 00000000
00:00:07.286955   XONTXC = 00000000
00:00:07.286959  XOFFRXC = 00000000
00:00:07.286963  XOFFTXC = 00000000
00:00:07.286966    FCRUC = 00000000
00:00:07.286971    PRC64 = 00000000
00:00:07.286976   PRC127 = 00000000
00:00:07.286980   PRC255 = 00000000
00:00:07.286985   PRC511 = 00000000
00:00:07.286989  PRC1023 = 00000000
00:00:07.286993  PRC1522 = 00000000
00:00:07.286997     GPRC = 00000000
00:00:07.287002     BPRC = 00000000
00:00:07.287008     MPRC = 00000000
00:00:07.287013     GPTC = 00000000
00:00:07.287019    GORCL = 00000000
00:00:07.287024    GORCH = 00000000
00:00:07.287029    GOTCL = 00000000
00:00:07.287034    GOTCH = 00000000
00:00:07.287039     RNBC = 00000000
00:00:07.287044      RUC = 00000000
00:00:07.287050      RFC = 00000000
00:00:07.287056      ROC = 00000000
00:00:07.287062      RJC = 00000000
00:00:07.287069   MGTPRC = 00000000
00:00:07.287073   MGTPDC = 00000000
00:00:07.287077   MGTPTC = 00000000
00:00:07.287082     TORL = 00000000
00:00:07.287087     TORH = 00000000
00:00:07.287093     TOTL = 00000000
00:00:07.287098     TOTH = 00000000
00:00:07.287103      TPR = 00000000
00:00:07.287110      TPT = 00000000
00:00:07.287116    PTC64 = 00000000
00:00:07.287121   PTC127 = 00000000
00:00:07.287125   PTC255 = 00000000
00:00:07.287129   PTC511 = 00000000
00:00:07.287134  PTC1023 = 00000000
00:00:07.287137  PTC1522 = 00000000
00:00:07.287141     MPTC = 00000000
00:00:07.287147     BPTC = 00000000
00:00:07.287152    TSCTC = 00000000
00:00:07.287157   TSCTFC = 00000000
00:00:07.287161   RXCSUM = 00000000
00:00:07.287165      WUC = 00000000
00:00:07.287171     WUFC = 00000000
00:00:07.287177      WUS = 00000000
00:00:07.287183     MANC = 00000000
00:00:07.287188     IPAV = 00000000
00:00:07.287194     WUPL = 00000000
00:00:07.287199 RA00: DST 08:00:27:16:ad:ef
00:00:07.287213 
00:00:07.287213 -- Receive Descriptors (0 total) --
00:00:07.287216 
00:00:07.287216 -- Receive Descriptors in Cache (at 0 (RDH 0)/ fetched 0 / max 16) --
00:00:07.287224 
00:00:07.287225 -- Transmit Descriptors (0 total) --
00:00:07.287228 
00:00:07.287228 -- Transmit Descriptors in Cache (at 0 (TDH 0)/ fetched 0 / max 64) --
00:00:07.287236 !!
00:00:07.287236 !! {ehci}
00:00:07.287236 !!
00:00:07.287239 USBCMD: 80b00
00:00:07.287242     EHCI_CMD_ASYNC_SCHED_PARK_ENABLE
00:00:07.287244     EHCI_CMD_FRAME_LIST_SIZE              0
00:00:07.287247     EHCI_CMD_ASYNC_SCHED_PARK_MODE_COUNT  3
00:00:07.287250     EHCI_CMD_INTERRUPT_THRESHOLD          8
00:00:07.287253 USBSTS: 1000
00:00:07.287255     EHCI_STATUS_HCHALTED
00:00:07.287257 USBINTR: 0
00:00:07.287259 FRINDEX: 0
00:00:07.287262 CTRLDSSEGMENT:    0
00:00:07.287265 PERIODICLISTBASE: 0
00:00:07.287268 ASYNCLISTADDR:    0
00:00:07.287271 
00:00:07.287272 !!
00:00:07.287272 !! {fflags}
00:00:07.287273 !!
00:00:07.287275 Global FFs: 0x0
00:00:07.287279 CPU 0 FFs: 0x80000
00:00:07.287283     TLB_FLUSH
00:00:07.287287 !!
00:00:07.287287 !! {gdtguest}
00:00:07.287287 !!
00:00:07.287293 Guest GDT (GCAddr=00000000f045f080 limit=37):
00:00:07.287303 0008 - 0000ffff 00cf9b00 - base=00000000 limit=ffffffff dpl=0 CodeER Accessed Present Page 32-bit 
00:00:07.287307 0010 - 0000ffff 00cf9300 - base=00000000 limit=ffffffff dpl=0 DataRW Accessed Present Page 32-bit 
00:00:07.287311 0018 - 0000ffff 00cffb00 - base=00000000 limit=ffffffff dpl=3 CodeER Accessed Present Page 32-bit 
00:00:07.287314 0020 - 0000ffff 00cff300 - base=00000000 limit=ffffffff dpl=3 DataRW Accessed Present Page 32-bit 
00:00:07.287318 0028 - 0000ffff 00cf8200 - base=00000000 limit=ffffffff dpl=0 LDT Present Page 32-bit 
00:00:07.287322 0030 - f0b80067 f0408945 - base=f045f0b8 limit=00000067 dpl=0 TSS32Avail Present 32-bit 
00:00:07.287324 !!
00:00:07.287324 !! {guestprops}
00:00:07.287325 !!
00:00:07.287329 /VirtualBox/HostInfo/GUI/LanguageID: 'en_US', 1421136743469896000
00:00:07.287336 /VirtualBox/HostInfo/VBoxVerExt: '4.3.20', 1421136743277434000 (TRANSIENT, RDONLYGUEST)
00:00:07.287345 /VirtualBox/HostGuest/SysprepExec: '', 1421136743277118000 (TRANSIENT, RDONLYGUEST)
00:00:07.287353 /VirtualBox/HostGuest/SysprepArgs: '', 1421136743277160000 (TRANSIENT, RDONLYGUEST)
00:00:07.287361 /VirtualBox/HostInfo/VBoxRev: '96996', 1421136743277467000 (TRANSIENT, RDONLYGUEST)
00:00:07.287370 /VirtualBox/HostInfo/VBoxVer: '4.3.20', 1421136743277377000 (TRANSIENT, RDONLYGUEST)
00:00:07.287380 !!
00:00:07.287380 !! {ioport}
00:00:07.287380 !!
00:00:07.287383 I/O Port R3 ranges (pVM=000000010c60f000)
00:00:07.287383 Range     pDevIns          In               Out              pvUser           Description
00:00:07.287394 0000-0007 0000000105a06260 0000000114d59320 0000000114d5a120 0000000105a06370 DMA8 Address
00:00:07.287411 0008-000f 0000000105a06260 0000000114d594e0 0000000114d593c0 0000000105a06370 DMA8 Control
00:00:07.287423 0020-0021 000000010c4dfef0 0000000114d2daa0 0000000114d2df70 0000000000000000 i8259 PIC #0
00:00:07.287435 0040-0043 000000010c4e03c0 0000000114d2b890 0000000114d2ba60 0000000000000000 i8254 Programmable Interval Timer
00:00:07.287448 0060-0060 000000010c4dea70 0000000114d00ab0 0000000114d02090 0000000000000000 PC Keyboard - Data
00:00:07.287460 0061-0061 000000010c4e03c0 0000000114d2b630 0000000114d2b4f0 0000000000000000 PC Speaker
00:00:07.287472 0064-0064 000000010c4dea70 0000000114cffed0 0000000114d02220 0000000000000000 PC Keyboard - Command / Status
00:00:07.287484 0070-0073 000000010c4e08a0 0000000114d33810 0000000114d345b0 0000000000000000 MC146818 RTC/CMOS
00:00:07.287496 0080-0087 0000000105a06260 0000000114d595e0 0000000114d59630 0000000105a06370 DMA8 Page
00:00:07.287509 0088-008f 0000000105a06260 0000000114d595e0 0000000114d59630 0000000105a06410 DMA16 Page
00:00:07.287521 0092-0092 00000001003fa020 0000000114d3b050 0000000114d3b0c0 0000000000000000 PS/2 system control port A (A20 and more)
00:00:07.287533 00a0-00a1 000000010c4dfef0 0000000114d2daa0 0000000114d2df70 0000000000000001 i8259 PIC #1
00:00:07.287545 00c0-00cf 0000000105a06260 0000000114d59320 0000000114d5a120 0000000105a06410 DMA16 Address
00:00:07.287558 00d0-00df 0000000105a06260 0000000114d594e0 0000000114d593c0 0000000105a06410 DMA16 Control
00:00:07.287570 00f0-00ff 00000001003fa020 0000000114d3af60 0000000114d3afa0 0000000000000000 Math Co-Processor (DOS/OS2 mode)
00:00:07.287582 0170-0177 000000010c4f2ef0 0000000114d24790 0000000114d28650 0000000000000001 ATA I/O Base 1
00:00:07.287594 01ce-01ce 00000001021df000 0000000114d14750 0000000114d14620 0000000000000000 VGA/VBE - Index
00:00:07.287606 01cf-01cf 00000001021df000 0000000114d14690 0000000114d184d0 0000000000000000 VGA/VBE - Data
00:00:07.287619 01f0-01f7 000000010c4f2ef0 0000000114d24790 0000000114d28650 0000000000000000 ATA I/O Base 1
00:00:07.287631 0376-0376 000000010c4f2ef0 0000000114d1fbc0 0000000114d22cf0 0000000000000001 ATA I/O Base 2
00:00:07.287643 03b0-03b3 00000001021df000 0000000114d193c0 0000000114d19420 0000000000000000 VGA - 3b0 (HGSMI host)
00:00:07.287655 03b4-03b5 00000001021df000 0000000114d14590 0000000114d17730 0000000000000000 VGA - 3b4
00:00:07.287667 03b6-03b6 00000001021df000 0000000114d14860 0000000114d14840 0000000000000000 VBE BIOS Extra Data
00:00:07.287679 03b7-03b7 00000001021df000 0000000114d147e0 0000000114d147f0 0000000000000000 VGA BIOS debug/panic
00:00:07.287691 03b8-03b8 00000001021df000 0000000114d14e30 0000000114d14be0 0000000000000000 BIOS Logo
00:00:07.287703 03ba-03ba 00000001021df000 0000000114d14590 0000000114d17730 0000000000000000 VGA - 3ba
00:00:07.287715 03c0-03cf 00000001021df000 0000000114d14590 0000000114d17730 0000000000000000 VGA - 3c0
00:00:07.287727 03d0-03d3 00000001021df000 0000000114d193c0 0000000114d19420 0000000000000000 VGA - 3d0 (HGSMI guest)
00:00:07.287739 03d4-03d5 00000001021df000 0000000114d14590 0000000114d17730 0000000000000000 VGA - 3d4
00:00:07.287751 03da-03da 00000001021df000 0000000114d14590 0000000114d17730 0000000000000000 VGA - 3da
00:00:07.287763 03f6-03f6 000000010c4f2ef0 0000000114d1fbc0 0000000114d22cf0 0000000000000000 ATA I/O Base 2
00:00:07.287775 0400-0403 00000001010d0220 0000000114d35620 0000000114d35be0 0000000000000000 Bochs PC BIOS - Panic & Debug
00:00:07.287788 04d0-04d0 000000010c4dfef0 0000000114d2cbc0 0000000114d2cc50 000000010c4dfff0 i8259 PIC #0 - elcr
00:00:07.287800 04d1-04d1 000000010c4dfef0 0000000114d2cbc0 0000000114d2cc50 000000010c4e0038 i8259 PIC #1 - elcr
00:00:07.287813 0504-0504 000000010c4e10d0 0000000103b7f540 0000000114d3c0f0 0000000000000000 VMMDev backdoor logging
00:00:07.287825 0505-0505 000000010c4e10d0 0000000114d3b3a0 0000000114d3b360 0000000000000000 VMMDev timesync backdoor
00:00:07.287837 0cf8-0cf8 000000010c4dda80 0000000114d094a0 0000000114d09420 0000000000000000 i440FX (PCI)
00:00:07.287849 0cfc-0cff 000000010c4dda80 0000000114d095c0 0000000114d09520 0000000000000000 i440FX (PCI)
00:00:07.287862 4000-4000 000000010c4fcf90 0000000114d2ecd0 0000000114d2ec00 000000010c4fd090 ACPI PM1a Status
00:00:07.287874 4002-4002 000000010c4fcf90 0000000114d2ee20 0000000114d2ed70 000000010c4fd090 ACPI PM1a Enable
00:00:07.287887 4004-4004 000000010c4fcf90 0000000114d2eb60 0000000114d2f870 000000010c4fd090 ACPI PM1a Control
00:00:07.287899 4008-4008 000000010c4fcf90 0000000114d2f490 0000000103b7e200 000000010c4fd090 ACPI PM Timer
00:00:07.287911 4020-4020 000000010c4fcf90 0000000114d2eac0 0000000114d30870 000000010c4fd090 ACPI GPE0 Status
00:00:07.287924 4021-4021 000000010c4fcf90 0000000114d2ea20 0000000114d307d0 000000010c4fd090 ACPI GPE0 Enable
00:00:07.287936 4040-4040 000000010c4fcf90 0000000103b7f540 0000000114d2f120 000000010c4fd090 ACPI Battery status index
00:00:07.287949 4044-4044 000000010c4fcf90 0000000114d2ef70 0000000103b7e200 000000010c4fd090 ACPI Battery status data
00:00:07.287961 4048-4048 000000010c4fcf90 0000000103b7f540 0000000114d2ee90 000000010c4fd090 ACPI system info index
00:00:07.287974 404c-404c 000000010c4fcf90 0000000114d30050 0000000114d2f6d0 000000010c4fd090 ACPI system info data
00:00:07.287986 4050-4050 000000010c4fcf90 0000000103b7f540 0000000114d2f630 000000010c4fd090 ACPI Reset
00:00:07.287998 442e-442e 000000010c4fcf90 0000000103b7f540 0000000114d2e970 000000010c4fd090 ACPI SMI
00:00:07.288011 8900-8900 00000001010d0220 0000000114d35620 0000000114d35be0 0000000000000000 Bochs PC BIOS - Shutdown
00:00:07.288023 d000-d007 000000010c4f2ef0 0000000114d1fcc0 0000000114d201f0 0000000000000000 ATA Bus Master DMA
00:00:07.288035 d008-d00f 000000010c4f2ef0 0000000114d1fcc0 0000000114d201f0 0000000000000001 ATA Bus Master DMA
00:00:07.288047 d010-d017 000000010c4f4420 0000000114db55f0 0000000114db4820 0000000000000000 E1000
00:00:07.288059 d020-d020 000000010c4e10d0 0000000103b7f540 0000000114d404b0 000000010c4e11d0 VMMDev Request Handler
00:00:07.288072 d100-d1ff 0000000101083c20 0000000114d4d1a0 0000000114d4dc90 0000000101083d20 ICHAC97 NAM
00:00:07.288084 d200-d23f 0000000101083c20 0000000114d4cd90 0000000114d4d300 0000000101083d20 ICHAC97 NABM
00:00:07.288097 I/O Port R0 ranges (pVM=000000010c60f000)
00:00:07.288097 Range     pDevIns          In               Out              pvUser           Description
00:00:07.288107 0020-0021 000000010c4dfef0 ffffff81f877d350 ffffff81f877d890 0000000000000000 i8259 PIC #0
00:00:07.288120 0040-0043 000000010c4e03c0 ffffff81f877cc10 ffffff81f877cde0 0000000000000000 i8254 Programmable Interval Timer
00:00:07.288133 0070-0073 000000010c4e08a0 ffffff81f877dcb0 ffffff81f877de00 0000000000000000 MC146818 RTC/CMOS
00:00:07.288146 00a0-00a1 000000010c4dfef0 ffffff81f877d350 ffffff81f877d890 0000000000000001 i8259 PIC #1
00:00:07.288158 0170-0177 000000010c4f2ef0 ffffff81f877ffa0 ffffff81f877fbe0 0000000000000001 ATA I/O Base 1
00:00:07.288171 01ce-01ce 00000001021df000 ffffff81f8778c10 ffffff81f8778ae0 0000000000000000 VGA/VBE - Index (GC)
00:00:07.288184 01cf-01cf 00000001021df000 ffffff81f8778b50 ffffff81f877a3e0 0000000000000000 VGA/VBE - Data (GC)
00:00:07.288197 01f0-01f7 000000010c4f2ef0 ffffff81f877ffa0 ffffff81f877fbe0 0000000000000000 ATA I/O Base 1
00:00:07.288209 0376-0376 000000010c4f2ef0 ffffff81f877f5c0 ffffff81f877f6d0 0000000000000001 ATA I/O Base 2
00:00:07.288222 03b4-03b5 00000001021df000 ffffff81f8778a40 ffffff81f877a950 0000000000000000 VGA - 3b4 (GC)
00:00:07.288235 03b7-03b7 00000001021df000 ffffff81f8778ca0 ffffff81f8778cb0 0000000000000000 VGA BIOS debug/panic
00:00:07.288248 03ba-03ba 00000001021df000 ffffff81f8778a40 ffffff81f877a950 0000000000000000 VGA - 3ba (GC)
00:00:07.288260 03c0-03cf 00000001021df000 ffffff81f8778a40 ffffff81f877a950 0000000000000000 VGA - 3c0 (GC)
00:00:07.288273 03d4-03d5 00000001021df000 ffffff81f8778a40 ffffff81f877a950 0000000000000000 VGA - 3d4 (GC)
00:00:07.288286 03da-03da 00000001021df000 ffffff81f8778a40 ffffff81f877a950 0000000000000000 VGA - 3da (GC)
00:00:07.288298 03f6-03f6 000000010c4f2ef0 ffffff81f877f5c0 ffffff81f877f6d0 0000000000000000 ATA I/O Base 2
00:00:07.288311 04d0-04d0 000000010c4dfef0 ffffff81f877d120 ffffff81f877d1c0 000000010c4dfff0 i8259 PIC #0 - elcr
00:00:07.288324 04d1-04d1 000000010c4dfef0 ffffff81f877d120 ffffff81f877d1c0 000000010c4e0038 i8259 PIC #1 - elcr
00:00:07.288337 0cf8-0cf8 000000010c4dda80 ffffff81f8777200 ffffff81f8777180 0000000000000000 i440FX (PCI)
00:00:07.288350 0cfc-0cff 000000010c4dda80 ffffff81f8777340 ffffff81f8777290 0000000000000000 i440FX (PCI)
00:00:07.288362 4008-4008 000000010c4fcf90 ffffff81f877c730 0000000000000000 0000000000000000 ACPI PM Timer
00:00:07.288374 d000-d007 000000010c4f2ef0 ffffff81f877fa00 ffffff81f877f830 0000000000000000 ATA Bus Master DMA
00:00:07.288387 d008-d00f 000000010c4f2ef0 ffffff81f877fa00 ffffff81f877f830 0000000000000001 ATA Bus Master DMA
00:00:07.288400 d010-d017 000000010c4f4420 ffffff81f8785e20 ffffff81f8785580 0000000000000000 E1000
00:00:07.288413 I/O Port GC ranges (pVM=000000010c60f000)
00:00:07.288413 Range     pDevIns  In       Out      pvUser   Description
00:00:07.288423 !!
00:00:07.288424 !! {ldtguest}
00:00:07.288424 !!
00:00:07.288427 Guest LDT (Sel=28 GCAddr=0 limit=ffffffff):
00:00:07.288434 !!
00:00:07.288434 !! {mmio}
00:00:07.288434 !!
00:00:07.288437 MMIO ranges (pVM=000000010c60f000)
00:00:07.288438 GC Phys Range                     pDevIns          Read             Write            Fill             pvUser           Description
00:00:07.288452 00000000000a0000-00000000000bffff 00000001021df000 0000000114d19170 0000000114d18d40 0000000114d159c0 0000000000000000 VGA - VGA Video Buffer
00:00:07.288468                                R0 00000001021df000 ffffff81f8779750 ffffff81f8779ee0 ffffff81f8778d00 0000000000000000
00:00:07.288499                                RC 00000000 00000000 00000000 00000000 00000000
00:00:07.288527 00000000f0000000-00000000f001ffff 000000010c4f4420 0000000114db49b0 0000000114db4910 0000000000000000 0000000000000000 E1000
00:00:07.288542                                R0 000000010c4f4420 ffffff81f8785710 ffffff81f8785670 0000000000000000 0000000000000000
00:00:07.288574                                RC 00000000 00000000 00000000 00000000 00000000
00:00:07.288601 00000000f0804000-00000000f0804fff 000000010c4fb6a0 0000000114d94090 0000000114d94030 0000000000000000 0000000000000000 USB OHCI
00:00:07.288616                                R0 000000010c4fb6a0 ffffff81f8789ed0 ffffff81f8789e70 0000000000000000 0000000000000000
00:00:07.288646                                RC 00000000 00000000 00000000 00000000 00000000
00:00:07.288674 00000000f0805000-00000000f0805fff 000000010c4f9e10 00000001156421d0 00000001156419b0 0000000000000000 0000000000000000 USB EHCI
00:00:07.288688                                R0 000000010c4f9e10 ffffff81f03e73d0 ffffff81f03e7230 0000000000000000 0000000000000000
00:00:07.288718                                RC 00000000 00000000 00000000 00000000 00000000
00:00:07.288746 00000000fee00000-00000000fee00fff 000000010c4df1b0 0000000115611dd0 0000000115612950 0000000000000000 000000010c4df2b0 APIC Memory
00:00:07.288761                                R0 000000010c4df1b0 ffffff81e6b88cd0 ffffff81e6b89020 0000000000000000 0000000000000000
00:00:07.288791                                RC 00000000 00000000 00000000 00000000 00000000
00:00:07.288819 !!
00:00:07.288819 !! {nat0}
00:00:07.288819 !!
00:00:07.288822 NAT parameters: MTU=1500
00:00:07.288825 NAT TCP ports:
00:00:07.288827 NAT UDP ports:
00:00:07.288828 NAT ARP cache:
00:00:07.288829 NAT rules:
00:00:07.288831 !!
00:00:07.288831 !! {ohci}
00:00:07.288831 !!
00:00:07.288834 HcControl: 00000200 - CBSR=0 PLE=0 IE=0 CLE=0 BLE=0 HCFS=0x0 IR=0 RWC=1 RWE=0
00:00:07.288851 HcCommandStatus:   00000000 - HCR=0 CLF=0 BLF=0 OCR=0 SOC=0
00:00:07.288861 HcInterruptStatus: 00000000 - SO=0 WDH=0 SF=0 RD=0 UE=0 FNO=0 RHSC=0 OC=0
00:00:07.288876 HcInterruptEnable: 80000000 - SO=0 WDH=0 SF=0 RD=0 UE=0 FNO=0 RHSC=0 OC=0 MIE=1
00:00:07.288892 HcHCCA: 00000000
00:00:07.288895 HcPeriodCurrentED:  00000000
00:00:07.288898 HcControlHeadED:    00000000
00:00:07.288901 HcControlCurrentED: 00000000
00:00:07.288904 HcBulkHeadED:       00000000
00:00:07.288906 HcBulkCurrentED:    00000000
00:00:07.288909 HcDoneHead:         00000000
00:00:07.288912 
00:00:07.288913 !!
00:00:07.288913 !! {pci}
00:00:07.288914 !!
00:00:07.288917 00:00:00 i440FX: 8086-1237
00:00:07.288927         Command: 00 00, Status: 00 00
00:00:07.288936         Bus master: No
00:00:07.288941 00:01:00 PIIX3: 8086-7000
00:00:07.288950         Command: 07 00, Status: 00 02
00:00:07.288959         Bus master: Yes
00:00:07.288963 00:01:01 piix3ide: 8086-7111
00:00:07.288973         IO region #4: d000..d010
00:00:07.288981         Command: 07 00, Status: 00 00
00:00:07.288989         Bus master: Yes
00:00:07.288994 00:02:00 vga: 80ee-beef IRQ11
00:00:07.289006         MMIO32 PREFETCH region #0: e0000000..e1000000
00:00:07.289025         Command: 07 00, Status: 00 00
00:00:07.289034         Bus master: Yes
00:00:07.289038 00:03:00 e1000: 8086-100e IRQ10
00:00:07.289050         MMIO32 region #0: f0000000..f0020000
00:00:07.289068         IO region #2: d010..d018
00:00:07.289076         Command: 07 00, Status: 30 02
00:00:07.289084         Bus master: Yes
00:00:07.289088 00:04:00 VMMDev: 80ee-cafe IRQ9
00:00:07.289100         IO region #0: d020..d040
00:00:07.289107         MMIO32 region #1: f0400000..f0800000
00:00:07.289116         MMIO32 PREFETCH region #2: f0800000..f0804000
00:00:07.289124         Command: 07 00, Status: 00 00
00:00:07.289133         Bus master: Yes
00:00:07.289137 00:05:00 ichac97: 8086-2415 IRQ11
00:00:07.289148         IO region #0: d100..d200
00:00:07.289156         IO region #1: d200..d240
00:00:07.289163         Command: 07 00, Status: 80 02
00:00:07.289172         Bus master: Yes
00:00:07.289176 00:06:00 usb-ohci: 106b-003f IRQ11
00:00:07.289187         MMIO32 region #0: f0804000..f0805000
00:00:07.289196         Command: 07 00, Status: 10 00
00:00:07.289204         Bus master: Yes
00:00:07.289208 00:07:00 acpi: 8086-7113 IRQ9
00:00:07.289220         Command: 07 00, Status: 80 02
00:00:07.289228         Bus master: Yes
00:00:07.289233 00:0b:00 usb-ehci: 8086-265c IRQ10
00:00:07.289244         MMIO32 region #0: f0805000..f0806000
00:00:07.289252         Command: 07 00, Status: 00 00
00:00:07.289261         Bus master: Yes
00:00:07.289265 !!
00:00:07.289265 !! {pciirq}
00:00:07.289266 !!
00:00:07.289268 PCI interrupt router at: 00:01:0
00:00:07.289275 PIRQA -> IRQ11
00:00:07.289279 PIRQB -> IRQ11
00:00:07.289283 PIRQC -> IRQ10
00:00:07.289287 PIRQD -> IRQ9
00:00:07.289291 !!
00:00:07.289291 !! {pdmtracingids}
00:00:07.289292 !!
00:00:07.289294 Device tracing IDs:
00:00:07.289296 00001  pcarch
00:00:07.289300 00002  pcbios
00:00:07.289303 00003  pci
00:00:07.289306 00004  pckbd
00:00:07.289310 00005  apic
00:00:07.289313 00006  i8259
00:00:07.289316 00007  i8254
00:00:07.289319 00008  mc146818
00:00:07.289323 00009  8237A
00:00:07.289326 00010  VMMDev
00:00:07.289330 00011  vga
00:00:07.289333 00012  piix3ide
00:00:07.289336 00013  e1000
00:00:07.289340 00014  AudioSniffer
00:00:07.289343 00015  ichac97
00:00:07.289347 00016  usb-ehci
00:00:07.289350 00017  usb-ohci
00:00:07.289353 00018  acpi
00:00:07.289356 USB device tracing IDs:
00:00:07.289358 Driver tracing IDs:
00:00:07.289360 01025  KeyboardQueue (level 0, lun 0, dev pckbd)
00:00:07.289368 01026  MainKeyboard (level 1, lun 0, dev pckbd)
00:00:07.289376 01027  MouseQueue (level 0, lun 1, dev pckbd)
00:00:07.289384 01028  MainMouse (level 1, lun 1, dev pckbd)
00:00:07.289392 01029  HGCM (level 0, lun 0, dev VMMDev)
00:00:07.289400 01030  MainStatus (level 0, lun 999, dev VMMDev)
00:00:07.289409 01031  MainDisplay (level 0, lun 0, dev vga)
00:00:07.289417 01032  MainStatus (level 0, lun 999, dev piix3ide)
00:00:07.289425 01033  Block (level 0, lun 0, dev piix3ide)
00:00:07.289433 01034  VD (level 1, lun 0, dev piix3ide)
00:00:07.289441 01035  Block (level 0, lun 2, dev piix3ide)
00:00:07.289449 01036  MainStatus (level 0, lun 999, dev e1000)
00:00:07.289457 01037  NAT (level 0, lun 0, dev e1000)
00:00:07.289465 01038  MainAudioSniffer (level 0, lun 0, dev AudioSniffer)
00:00:07.289473 01039  AUDIO (level 0, lun 0, dev ichac97)
00:00:07.289482 01040  VUSBRootHub (level 0, lun 0, dev usb-ehci)
00:00:07.289490 01041  MainStatus (level 0, lun 999, dev usb-ehci)
00:00:07.289498 01042  VUSBRootHub (level 0, lun 0, dev usb-ohci)
00:00:07.289505 01043  MainStatus (level 0, lun 999, dev usb-ohci)
00:00:07.289513 01044  ACPIHost (level 0, lun 0, dev acpi)
00:00:07.289521 !!
00:00:07.289522 !! {phys}
00:00:07.289522 !!
00:00:07.289525 RAM ranges (pVM=000000010c60f000)
00:00:07.289525 GC Phys Range                     pvHC            
00:00:07.289532 0000000000000000-000000000fffffff 0000000000000000 Base RAM
00:00:07.289540 00000000e0000000-00000000e09fffff 0000000115d3e000 VRam
00:00:07.289548 00000000f0000000-00000000f001ffff 0000000000000000 E1000
00:00:07.289555 00000000f0400000-00000000f07fffff 00000001158ad000 VMMDev
00:00:07.289563 00000000f0800000-00000000f0803fff 00000001021c2000 VMMDev Heap
00:00:07.289570 00000000f0804000-00000000f0804fff 0000000000000000 USB OHCI
00:00:07.289578 00000000f0805000-00000000f0805fff 0000000000000000 USB EHCI
00:00:07.289585 00000000fee00000-00000000fee00fff 0000000000000000 APIC Memory
00:00:07.289592 00000000ffff0000-00000000ffffffff 0000000000000000 PC BIOS - 0xffffffff
00:00:07.289600 !!
00:00:07.289600 !! {pic}
00:00:07.289601 !!
00:00:07.289603 PIC0:
00:00:07.289606  IMR :a0 ISR   :00 IRR   :00 LIRR:01
00:00:07.289613  Base:50 PriAdd:00 RegSel:00
00:00:07.289618  Poll:00 SpMask:00 IState:00
00:00:07.289624  AEOI:00 Rotate:00 FNest :00 Ini4:01
00:00:07.289631  ELCR:00 ELMask:f8
00:00:07.289635 PIC1:
00:00:07.289637  IMR :2b ISR   :00 IRR   :00 LIRR:00
00:00:07.289644  Base:70 PriAdd:00 RegSel:00
00:00:07.289650  Poll:00 SpMask:00 IState:00
00:00:07.289655  AEOI:00 Rotate:00 FNest :00 Ini4:01
00:00:07.289662  ELCR:0e ELMask:de
00:00:07.289666 !!
00:00:07.289666 !! {pit}
00:00:07.289666 !!
00:00:07.289669 PIT (i8254) channel 0 status: irq=0x0
00:00:07.289670       count=00004dae  latched_count=0000  count_latched=00
00:00:07.289671            status=00   status_latched=00     read_state=03
00:00:07.289671       write_state=03      write_latch=ae        rw_mode=03
00:00:07.289672              mode=03              bcd=00           gate=01
00:00:07.289672   count_load_time=000000012c6991bc next_transition_time=000000016b7e2818
00:00:07.289674       u64ReloadTS=000000016aff009d            u64NextTS=000000016b7e2818
00:00:07.289705 PIT (i8254) channel 1 status: irq=0x0
00:00:07.289705       count=00010000  latched_count=0000  count_latched=00
00:00:07.289706            status=00   status_latched=00     read_state=00
00:00:07.289707       write_state=00      write_latch=00        rw_mode=00
00:00:07.289707              mode=03              bcd=00           gate=01
00:00:07.289708   count_load_time=0000000000000000 next_transition_time=0000000000000000
00:00:07.289708       u64ReloadTS=0000000000000000            u64NextTS=ffffffffffffffff
00:00:07.289739 PIT (i8254) channel 2 status: irq=0x0
00:00:07.289740       count=00010000  latched_count=0000  count_latched=00
00:00:07.289740            status=00   status_latched=00     read_state=00
00:00:07.289741       write_state=00      write_latch=00        rw_mode=00
00:00:07.289741              mode=03              bcd=00           gate=00
00:00:07.289742   count_load_time=0000000000000000 next_transition_time=0000000000000000
00:00:07.289742       u64ReloadTS=0000000000000000            u64NextTS=ffffffffffffffff
00:00:07.289784 speaker_data_on=0x0
00:00:07.289787 !!
00:00:07.289787 !! {ps2k}
00:00:07.289787 !!
00:00:07.289790 PS/2 Keyboard: scan set 2, scanning enabled
00:00:07.289795 Active command 00
00:00:07.289798 LED state 00, Num Lock off
00:00:07.289813 Typematic delay 500ms, repeat period 91ms
00:00:07.289820 Command queue: 0 items (4 max)
00:00:07.289825 Input queue  : 0 items (64 max)
00:00:07.289829 !!
00:00:07.289830 !! {rtc}
00:00:07.289830 !!
00:00:07.289833 Time: 09:12:28  Date: 15-01-13
00:00:07.289853 REG A=26 B=02 C=00 D=80
00:00:07.289861 !!
00:00:07.289861 !! {tracebuf}
00:00:07.289861 !!
00:00:07.289864 Tracing is disable
00:00:07.289866 !!
00:00:07.289866 !! {vbe}
00:00:07.289866 !!
00:00:07.289869 LFB at 00000000e0000000
00:00:07.289873 VBE disabled
00:00:07.289874 !!
00:00:07.289874 !! {vga}
00:00:07.289875 !!
00:00:07.289877 pixel clock: 28.322 MHz
00:00:07.289880 double scanning off
00:00:07.289883 double clocking off
00:00:07.289886 htotal: 900 px (100 cclk)
00:00:07.289890 vtotal: 449 px
00:00:07.289893 hdisp : 720 px (80 cclk)
00:00:07.289898 vdisp : 400 px
00:00:07.289900 split : 1023 ln
00:00:07.289903 start : 0x550
00:00:07.289906 char height 16
00:00:07.289909 text mode 80x25
00:00:07.289913 display refresh interval: 20 ms
00:00:07.289916 !!
00:00:07.289917 !! {vgaar}
00:00:07.289917 !!
00:00:07.289920 VGA Attribute Controller (3C0): index reg 20, flip-flop: 0 (index)
00:00:07.289926  Palette: 00 01 02 03 04 05 14 07 38 39 3A 3B 3C 3D 3E 3F
00:00:07.289954  AR10:0C AR11:00 AR12:0F AR13:08 AR14:00
00:00:07.289971 !!
00:00:07.289971 !! {vgacr}
00:00:07.289972 !!
00:00:07.289974 VGA CRTC (3D5): CRTC index 3D4:0F
00:00:07.289977  CR00:5F CR01:4F CR02:50 CR03:82 CR04:55 CR05:81 CR06:BF CR07:1F CR08:00 CR09:4F
00:00:07.290009  CR0A:0E CR0B:0F CR0C:05 CR0D:50 CR0E:0C CR0F:E0 CR10:9C CR11:8E CR12:8F CR13:28
00:00:07.290053  CR14:1F CR15:96 CR16:B9 CR17:A3 CR18:FF
00:00:07.290070 !!
00:00:07.290070 !! {vgadac}
00:00:07.290071 !!
00:00:07.290073 VGA DAC contents:
00:00:07.290075  00: 00 00 00
00:00:07.290082  01: 00 00 2A
00:00:07.290089  02: 00 2A 00
00:00:07.290096  03: 00 2A 2A
00:00:07.290103  04: 2A 00 00
00:00:07.290110  05: 2A 00 2A
00:00:07.290117  06: 2A 2A 00
00:00:07.290124  07: 2A 2A 2A
00:00:07.290131  08: 00 00 15
00:00:07.290138  09: 00 00 3F
00:00:07.290145  0A: 00 2A 15
00:00:07.290152  0B: 00 2A 3F
00:00:07.290159  0C: 2A 00 15
00:00:07.290166  0D: 2A 00 3F
00:00:07.290174  0E: 2A 2A 15
00:00:07.290181  0F: 2A 2A 3F
00:00:07.290188  10: 00 15 00
00:00:07.290195  11: 00 15 2A
00:00:07.290202  12: 00 3F 00
00:00:07.290209  13: 00 3F 2A
00:00:07.290216  14: 2A 15 00
00:00:07.290223  15: 2A 15 2A
00:00:07.290230  16: 2A 3F 00
00:00:07.290237  17: 2A 3F 2A
00:00:07.290244  18: 00 15 15
00:00:07.290251  19: 00 15 3F
00:00:07.290258  1A: 00 3F 15
00:00:07.290265  1B: 00 3F 3F
00:00:07.290282  1C: 2A 15 15
00:00:07.290289  1D: 2A 15 3F
00:00:07.290306  1E: 2A 3F 15
00:00:07.290313  1F: 2A 3F 3F
00:00:07.290321  20: 15 00 00
00:00:07.290328  21: 15 00 2A
00:00:07.290336  22: 15 2A 00
00:00:07.290343  23: 15 2A 2A
00:00:07.290351  24: 3F 00 00
00:00:07.290358  25: 3F 00 2A
00:00:07.290366  26: 3F 2A 00
00:00:07.290373  27: 3F 2A 2A
00:00:07.290381  28: 15 00 15
00:00:07.290389  29: 15 00 3F
00:00:07.290396  2A: 15 2A 15
00:00:07.290404  2B: 15 2A 3F
00:00:07.290411  2C: 3F 00 15
00:00:07.290419  2D: 3F 00 3F
00:00:07.290426  2E: 3F 2A 15
00:00:07.290434  2F: 3F 2A 3F
00:00:07.290441  30: 15 15 00
00:00:07.290449  31: 15 15 2A
00:00:07.290457  32: 15 3F 00
00:00:07.290464  33: 15 3F 2A
00:00:07.290472  34: 3F 15 00
00:00:07.290479  35: 3F 15 2A
00:00:07.290487  36: 3F 3F 00
00:00:07.290494  37: 3F 3F 2A
00:00:07.290502  38: 15 15 15
00:00:07.290509  39: 15 15 3F
00:00:07.290517  3A: 15 3F 15
00:00:07.290524  3B: 15 3F 3F
00:00:07.290532  3C: 3F 15 15
00:00:07.290540  3D: 3F 15 3F
00:00:07.290547  3E: 3F 3F 15
00:00:07.290555  3F: 3F 3F 3F
00:00:07.290562  40: 00 00 00
00:00:07.290570  41: 00 00 00
00:00:07.290577  42: 00 00 00
00:00:07.290585  43: 00 00 00
00:00:07.290592  44: 00 00 00
00:00:07.290600  45: 00 00 00
00:00:07.290607  46: 00 00 00
00:00:07.290615  47: 00 00 00
00:00:07.290622  48: 00 00 00
00:00:07.290629  49: 00 00 00
00:00:07.290637  4A: 00 00 00
00:00:07.290644  4B: 00 00 00
00:00:07.290652  4C: 00 00 00
00:00:07.290659  4D: 00 00 00
00:00:07.290667  4E: 00 00 00
00:00:07.290674  4F: 00 00 00
00:00:07.290682  50: 00 00 00
00:00:07.290689  51: 00 00 00
00:00:07.290696  52: 00 00 00
00:00:07.290704  53: 00 00 00
00:00:07.290711  54: 00 00 00
00:00:07.290719  55: 00 00 00
00:00:07.290726  56: 00 00 00
00:00:07.290734  57: 00 00 00
00:00:07.290741  58: 00 00 00
00:00:07.290749  59: 00 00 00
00:00:07.290756  5A: 00 00 00
00:00:07.290763  5B: 00 00 00
00:00:07.290771  5C: 00 00 00
00:00:07.290778  5D: 00 00 00
00:00:07.290786  5E: 00 00 00
00:00:07.290793  5F: 00 00 00
00:00:07.290801  60: 00 00 00
00:00:07.290808  61: 00 00 00
00:00:07.290816  62: 00 00 00
00:00:07.290823  63: 00 00 00
00:00:07.290831  64: 00 00 00
00:00:07.290838  65: 00 00 00
00:00:07.290845  66: 00 00 00
00:00:07.290853  67: 00 00 00
00:00:07.290860  68: 00 00 00
00:00:07.290868  69: 00 00 00
00:00:07.290875  6A: 00 00 00
00:00:07.290883  6B: 00 00 00
00:00:07.290890  6C: 00 00 00
00:00:07.290898  6D: 00 00 00
00:00:07.290905  6E: 00 00 00
00:00:07.290912  6F: 00 00 00
00:00:07.290920  70: 00 00 00
00:00:07.290927  71: 00 00 00
00:00:07.290935  72: 00 00 00
00:00:07.290942  73: 00 00 00
00:00:07.290950  74: 00 00 00
00:00:07.290957  75: 00 00 00
00:00:07.290965  76: 00 00 00
00:00:07.290972  77: 00 00 00
00:00:07.290980  78: 00 00 00
00:00:07.290987  79: 00 00 00
00:00:07.290995  7A: 00 00 00
00:00:07.291002  7B: 00 00 00
00:00:07.291009  7C: 00 00 00
00:00:07.291017  7D: 00 00 00
00:00:07.291024  7E: 00 00 00
00:00:07.291032  7F: 00 00 00
00:00:07.291039  80: 00 00 00
00:00:07.291047  81: 00 00 00
00:00:07.291054  82: 00 00 00
00:00:07.291062  83: 00 00 00
00:00:07.291069  84: 00 00 00
00:00:07.291077  85: 00 00 00
00:00:07.291093  86: 00 00 00
00:00:07.291101  87: 00 00 00
00:00:07.291108  88: 00 00 00
00:00:07.291115  89: 00 00 00
00:00:07.291123  8A: 00 00 00
00:00:07.291130  8B: 00 00 00
00:00:07.291138  8C: 00 00 00
00:00:07.291145  8D: 00 00 00
00:00:07.291153  8E: 00 00 00
00:00:07.291160  8F: 00 00 00
00:00:07.291168  90: 00 00 00
00:00:07.291175  91: 00 00 00
00:00:07.291182  92: 00 00 00
00:00:07.291190  93: 00 00 00
00:00:07.291197  94: 00 00 00
00:00:07.291205  95: 00 00 00
00:00:07.291212  96: 00 00 00
00:00:07.291220  97: 00 00 00
00:00:07.291227  98: 00 00 00
00:00:07.291234  99: 00 00 00
00:00:07.291242  9A: 00 00 00
00:00:07.291249  9B: 00 00 00
00:00:07.291257  9C: 00 00 00
00:00:07.291264  9D: 00 00 00
00:00:07.291272  9E: 00 00 00
00:00:07.291279  9F: 00 00 00
00:00:07.291286  A0: 00 00 00
00:00:07.291294  A1: 00 00 00
00:00:07.291301  A2: 00 00 00
00:00:07.291309  A3: 00 00 00
00:00:07.291316  A4: 00 00 00
00:00:07.291324  A5: 00 00 00
00:00:07.291331  A6: 00 00 00
00:00:07.291339  A7: 00 00 00
00:00:07.291355  A8: 00 00 00
00:00:07.291362  A9: 00 00 00
00:00:07.291368  AA: 00 00 00
00:00:07.291375  AB: 00 00 00
00:00:07.291381  AC: 00 00 00
00:00:07.291388  AD: 00 00 00
00:00:07.291395  AE: 00 00 00
00:00:07.291401  AF: 00 00 00
00:00:07.291408  B0: 00 00 00
00:00:07.291414  B1: 00 00 00
00:00:07.291421  B2: 00 00 00
00:00:07.291427  B3: 00 00 00
00:00:07.291434  B4: 00 00 00
00:00:07.291441  B5: 00 00 00
00:00:07.291447  B6: 00 00 00
00:00:07.291454  B7: 00 00 00
00:00:07.291460  B8: 00 00 00
00:00:07.291467  B9: 00 00 00
00:00:07.291473  BA: 00 00 00
00:00:07.291480  BB: 00 00 00
00:00:07.291487  BC: 00 00 00
00:00:07.291493  BD: 00 00 00
00:00:07.291500  BE: 00 00 00
00:00:07.291506  BF: 00 00 00
00:00:07.291513  C0: 00 00 00
00:00:07.291519  C1: 00 00 00
00:00:07.291526  C2: 00 00 00
00:00:07.291533  C3: 00 00 00
00:00:07.291539  C4: 00 00 00
00:00:07.291546  C5: 00 00 00
00:00:07.291552  C6: 00 00 00
00:00:07.291559  C7: 00 00 00
00:00:07.291565  C8: 00 00 00
00:00:07.291572  C9: 00 00 00
00:00:07.291578  CA: 00 00 00
00:00:07.291585  CB: 00 00 00
00:00:07.291592  CC: 00 00 00
00:00:07.291598  CD: 00 00 00
00:00:07.291605  CE: 00 00 00
00:00:07.291611  CF: 00 00 00
00:00:07.291618  D0: 00 00 00
00:00:07.291624  D1: 00 00 00
00:00:07.291631  D2: 00 00 00
00:00:07.291637  D3: 00 00 00
00:00:07.291644  D4: 00 00 00
00:00:07.291651  D5: 00 00 00
00:00:07.291657  D6: 00 00 00
00:00:07.291664  D7: 00 00 00
00:00:07.291670  D8: 00 00 00
00:00:07.291677  D9: 00 00 00
00:00:07.291684  DA: 00 00 00
00:00:07.291690  DB: 00 00 00
00:00:07.291697  DC: 00 00 00
00:00:07.291703  DD: 00 00 00
00:00:07.291710  DE: 00 00 00
00:00:07.291717  DF: 00 00 00
00:00:07.291723  E0: 00 00 00
00:00:07.291730  E1: 00 00 00
00:00:07.291736  E2: 00 00 00
00:00:07.291743  E3: 00 00 00
00:00:07.291749  E4: 00 00 00
00:00:07.291756  E5: 00 00 00
00:00:07.291762  E6: 00 00 00
00:00:07.291769  E7: 00 00 00
00:00:07.291776  E8: 00 00 00
00:00:07.291782  E9: 00 00 00
00:00:07.291789  EA: 00 00 00
00:00:07.291795  EB: 00 00 00
00:00:07.291802  EC: 00 00 00
00:00:07.291808  ED: 00 00 00
00:00:07.291815  EE: 00 00 00
00:00:07.291822  EF: 00 00 00
00:00:07.291828  F0: 00 00 00
00:00:07.291835  F1: 00 00 00
00:00:07.291841  F2: 00 00 00
00:00:07.291848  F3: 00 00 00
00:00:07.291854  F4: 00 00 00
00:00:07.291861  F5: 00 00 00
00:00:07.291868  F6: 00 00 00
00:00:07.291874  F7: 00 00 00
00:00:07.291881  F8: 00 00 00
00:00:07.291887  F9: 00 00 00
00:00:07.291894  FA: 00 00 00
00:00:07.291901  FB: 00 00 00
00:00:07.291907  FC: 00 00 00
00:00:07.291914  FD: 00 00 00
00:00:07.291920  FE: 00 00 00
00:00:07.291927  FF: 00 00 00
00:00:07.291934 !!
00:00:07.291934 !! {vgagr}
00:00:07.291934 !!
00:00:07.291937 VGA Graphics Controller (3CF): GR index 3CE:05
00:00:07.291940  GR00:00 GR01:00 GR02:00 GR03:00 GR04:00 GR05:10 GR06:0E GR07:0F GR08:FF
00:00:07.291989 !!
00:00:07.291990 !! {vgapl}
00:00:07.291990 !!
00:00:07.291993 read mode     : 0     write mode: 0
00:00:07.291998 set/reset data: 00    S/R enable: 00
00:00:07.292002 color compare : 00    read map  : 0
00:00:07.292007 rotate        : 0     function  : 0
00:00:07.292011 don't care    : 0F    bit mask  : FF
00:00:07.292015 seq plane mask: 03    chain-4   : off
00:00:07.292020 !!
00:00:07.292020 !! {vgasr}
00:00:07.292021 !!
00:00:07.292023 VGA Sequencer (3C5): SR index 3C4:03
00:00:07.292026  SR00:03 SR01:00 SR02:03 SR03:00 SR04:02
00:00:07.292042 !!
00:00:07.292042 !! {vgatext}
00:00:07.292043 !!
00:00:07.292047 ------------------------- 80x25 (+17 before, +0 after) -------------------------
00:00:07.292087 --- Welcome to MINIX 3. This is the boot monitor. ---                           
00:00:07.292148 Memory: 639/261120 k                                                            
00:00:07.292208                                                                                 
00:00:07.292268      1. Start MINIX 3                                                           
00:00:07.292328      2. Start latest MINIX 3                                                    
00:00:07.292388      3. Start latest MINIX 3 in single user mode                                
00:00:07.292448      4. Edit menu option                                                        
00:00:07.292509      5. Drop to boot prompt                                                     
00:00:07.292569      6. Start MINIX 3 (3.3.0)                                                   
00:00:07.292629                                                                                 
00:00:07.292690 Choose an option; RETURN for default; SPACE to stop countdown.                  
00:00:07.292750 Option 2 will be chosen in 0 seconds.                                           
00:00:07.292810 13033+6035+55425+158064+397140=0x9bb7c                                          
00:00:07.292871 Loading /boot/minix_latest/mod01_ds.gz                                          
00:00:07.292931 Loading /boot/minix_latest/mod02_rs.gz                                          
00:00:07.292991 Loading /boot/minix_latest/mod03_pm.gz                                          
00:00:07.293052 Loading /boot/minix_latest/mod04_sched.gz                                       
00:00:07.293112 --------------------------------- screen start ---------------------------------
00:00:07.293164 Loading /boot/minix_latest/mod05_vfs.gz                                         
00:00:07.293224 Loading /boot/minix_latest/mod06_memory.gz                                      
00:00:07.293284 Loading /boot/minix_latest/mod07_tty.gz                                         
00:00:07.293345 Loading /boot/minix_latest/mod08_mfs.gz                                         
00:00:07.293405 Loading /boot/minix_latest/mod09_vm.gz                                          
00:00:07.293464 Loading /boot/minix_latest/mod10_pfs.gz                                         
00:00:07.293524 Loading /boot/minix_latest/mod11_init.gz                                        
00:00:07.293584                                                                                 
00:00:07.293645 ................................................................................
00:00:07.293704 MINIX 3.3.0. (588a35b)..........................................................
00:00:07.293764 Copyright 2014, Vrije Universiteit, Amsterdam, The Netherlands..................
00:00:07.293824 MINIX is open source software, see http://www.minix3.org........................
00:00:07.293884 Started VFS: 9 worker thread(s).................................................
00:00:07.293943 Root device name is /dev/c0d0p0s0...............................................
00:00:07.294003 /dev/c0d0p0s0: clean............................................................
00:00:07.294063 /dev/c0d0p0s0 is mounted on /...................................................
00:00:07.294123 none is mounted on /proc........................................................
00:00:07.294182 /dev/c0d0p0s2: clean............................................................
00:00:07.294242 /dev/c0d0p0s1: clean............................................................
00:00:07.294301 size on /dev/imgrd set to 0kB...................................................
00:00:07.294361 Multiuser startup in progress ..................................................
00:00:07.294420 Starting hotplugging infrastructure... done.....................................
00:00:07.294480 Starting services: random e1000 inete1000#0: Intel PRO/1000 MT Desktop Adapter (
00:00:07.294541 8086/100e/00) at 0.3.0..........................................................
00:00:07.294601  pty uds ipc log................................................................
00:00:07.294660 --------------------------------------------------------------------------------
00:00:07.294720 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
00:00:07.294733 emR3Debug: rc=VERR_IOM_MMIO_IPE_1
00:00:08.303035 Changing the VM state from 'RUNNING' to 'GURU_MEDITATION'.

Pipe performance problems

Pull request #63 shows that the pipe implementation in Minix has performance problems. During installation with a ISO generated by this branch, extracting the tarball sets with pax is tremendously slow, and "top" suggests that the CPU is mostly idle during the operation.

htop as in the repositories dumps core

install htop:

# pkgin in htop

next call htop:

# htop
[1]   Segmentation fault (core dumped) htop

necessary libraries are installed:

# pkgin requires htop
Files required by htop-1.0.1:
        /usr/pkg/lib/libncursesw.so.5
        /usr/lib/libm.so.0
        /usr/lib/libc.so.12

all are available.

Minix3 does not connect to network running in a VM on VMware ESXi 5.5

Minix3 running on VMware ESXi 5.5 is able to acquire an IP address and routing
information. Afterwards it is impossible to connect to the running instance from
another host in the same network or to connect to the outside from the minix
machine.
Dumping network activity while trying to connect from another host shows no
network activity from the minix host.
Minix3 does see the adapter hardware and uses it, but it isn't able to
establish any working connection. Sending out raw packets does work (dhcp is
working). But as soon as the address is assigned the virtual system stops
sending anything to the wire.

Versions tested:

  • Minix mx4-64 3.2.1
  • Minix mx5-64 3.3.0

fetch cant connect via proxy

Fetch doesn't respect any of the "*_proxy"-variables in tune it wont connect to the internet if you are behind a restrictive firewall forcing you to use a proxy.

openntpd bails out with error "cant drop privileges: operation not permitted"

Install openntpd, then start it:

# sh /usr/pkg/etc/rc.d/openntpd start

afterwards I'd awaited to find ntpd running:

# ps ax | grep ntpd
#

But it is not. In /var/log/messages:

Jan  5 05:53:45 mx4-64 1 2015-01-05T05:53:45.150000+01:00 - ntpd 462 - - fatal:
can't drop privileges: Operation not permitted
Jan  5 05:53:45 mx4-64 1 2015-01-05T05:53:45.150000+01:00 mx4-64 ntpd 461 - -
Lost child: child exited
Jan  5 05:53:45 mx4-64 1 2015-01-05T05:53:45.150000+01:00 mx4-64 ntpd 461 - -
Terminating

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.