Created
July 16, 2016 23:40
-
-
Save abarth/d2fbf139f13653294775b19482bd6191 to your computer and use it in GitHub Desktop.
magenta boot on VirtualBox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feues fpu sse sse2 sse ssse3 sse4.1 sse4.2 mmx avxfxsr xsave aesni rdrand syscalllnx rdtscp invar_tc | |
welcome to lk/MP | |
boot args 0x1 0x80 0x0 0x0 | |
INIT: cpu 0, calling hook 0xffffffff80128444 (version) at level 0x3ffff, flags 0x1 | |
version: | |
arch: X86 | |
platform: PC | |
target: PC_UEFI | |
project: MAGENTA_PC_UEFI | |
buildid: _LOCAL | |
INIT: cpu 0, calling hook 0xffffffff80146dec (vm_preheap) at level 0x3ffff, flags 0x1 | |
initializing heap | |
calling constructors | |
INIT: cpu 0, calling hook 0xffffffff80146e34 (vm) at level 0x50000, flags 0x1 | |
INIT: cpu 0, calling hook 0xffffffff801009e0 (acpi_tables) at level 0x50001, flags 0x1 | |
INIT: cpu 0, calling hook 0xffffffff801042dc (display_memtype) at level 0x50001, flags 0x1 | |
INIT: cpu 0, calling hook 0xffffffff801032cc (apic) at level 0x50002, flags 0x1 | |
INIT: cpu 0, calling hook 0xffffffff80104b20 (timer) at level 0x50003, flags 0x1 | |
initializing mp | |
initializing threads | |
initializing timers | |
initializing ports | |
INIT: cpu 0, calling hook 0xffffffff8011fb94 (debuglog) at level 0x6ffff, flags 0x1 | |
creating bootstrap completion thread | |
[00005.265] K top of bootstrap2() | |
[00005.265] K INIT: cpu 0, calling hook 0xffffffff80156d1c (magenta) at level 0x70000, flags 0x1 | |
[00005.266] K INIT: cpu 0, calling hook 0xffffffff80161ffc (dpc) at level 0x70000, flags 0x1 | |
[00005.463] K initializing platform | |
[00005.463] K Found 1 cpus | |
[00005.799] K acpi_ec_init:98: Failed to find EC: 0 | |
[00005.827] K pcie_scan_and_start_devices:1084: No device detected at 00:00.0 | |
[00005.827] K initializing target | |
[00005.827] K calling apps_init() | |
[00005.827] K INIT: cpu 0, calling hook 0xffffffff801003a8 (pixel2_quirks) at level 0xa000a, flags 0x1 | |
[00005.827] K INIT: cpu 0, calling hook 0xffffffff801283d4 (userboot) at level 0xaffff, flags 0x1 | |
[00005.827] K userboot: console init | |
[00005.827] K userboot: bootfs @0xffffffff80189000 (4235264) | |
[00005.827] K userboot: userboot @0xffffffff8018a000 (74120) | |
userboot: starting... | |
[00006.194] U devmgr: main() | |
[00006.194] U devmgr: vfs init | |
[00006.195] U devmgr: bootfs contains 53 files | |
[00006.279] U devmgr: load drivers | |
[00006.279] U console_init() | |
[00006.342] U debug_reader() | |
[00006.379] K No host bridge discovered... | |
[00006.399] U devmgr: shell startup | |
[00006.400] U devmgr: launch /boot/bin/mxsh on /dev/console | |
[00006.468] U devmgr: launch /boot/bin/netsvc on /dev/console | |
[00006.512] U devmgr: vc startup | |
[00006.538] U devmgr: launch /boot/bin/mxsh on debuglog | |
MXCONSOLE... | |
[00006.636] U cannot open '/boot/autorun' | |
> netsvc: main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment