Created
September 29, 2015 04:00
-
-
Save lushl9301/d115f891892bbe3218c3 to your computer and use it in GitHub Desktop.
make resident_sw.iso; sudo qemu -m 512 -serial stdio -hda resident_sw.iso
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
XM Hypervisor (3.7 r3) | |
Detected 3104.41MHz processor. | |
>> HWClocks [TSC clock (3104041Khz)] | |
[CPU0] >> HwTimer [i8253 timer (1193Khz)] | |
1 Partition(s) created | |
P0 ("linux-partition":0:1) flags: [ SYSTEM FP ]: | |
[0xa0000:0xa0000 - 0xfffff:0xfffff] flags: 0x10 | |
[0x1800000:0x1800000 - 0x217fffff:0x217fffff] flags: 0x0 | |
[0xc0000000:0xc0000000 - 0xefffffff:0xefffffff] flags: 0x12 | |
[TRAP] PAGE_FAULT(0xe) | |
CPU state: | |
EIP: 0x139:[<0xfbf801ae>] ESP: 0x141:[<0xfbf6fe74>] EFLAGS: 0x286 | |
EAX: 0x0 EBX: 0x1e7d001 ECX: 0xfbf6fee4 EDX: 0x1e7d000 | |
ESI: 0x1 EDI: 0x1e7d000 EBP: 0xfe1 | |
CR2: 0x1e7d000 | |
Partition PANIC [0xfc030004:id(0)]: | |
error emulating IRQ (14) bad vector (14) | |
CPU state: | |
EIP: 0x139:[<0xfbf801ae>] ESP: 0x141:[<0xfbf6fe74>] EFLAGS: 0x286 | |
EAX: 0x0 EBX: 0x1e7d001 ECX: 0xfbf6fee4 EDX: 0x1e7d000 | |
ESI: 0x1 EDI: 0x1e7d000 EBP: 0xfe1 | |
CR2: 0x1e7d000 | |
[HM] 7819282:XM_HM_EV_INTERNAL_ERROR (0):PART(0) | |
ip: 0xfbf801ae flags: 0x286 | |
[HM] XM_HM_AC_PARTITION_HALT(7) XM_HM_LOG_ENABLED | |
[HM] Partition 0 halted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi I have the same error, did you find the solution or the problem?