On 2009-05-21, Uwe Dippel <udip...@uniten.edu.my> wrote: > Abel Camarillo <acamari <at> the00z.org> writes: > >> >> that escenario is explained in the README.OpenBSD installed with qemu. > > Sorry, it still won't. It will segfault, though I follow the text (correctly, > and correct me if I am wrong):
Are you trying to boot an amd64 kernel? If so, you need qemu-system-x86_64. > So what I typed is: > # env ETHER=bge0 qemu -net nic,model=rtl8139 -net tap -m 32 \ >> -monitor stdio -no-fd-bootchk -hda virtual.img \ >> -cdrom cd44.iso -boot d > {tun0 (bridge0 <-> bge0)} > QEMU 0.9.1 monitor - type 'help' for more information > (qemu) qemu: fatal: triple fault > EAX=e001003b EBX=00b1c7f8 ECX=c0000080 EDX=00000000 > ESI=00b1c000 EDI=00b33000 EBP=005f7408 ESP=005f765e > EIP=001004d6 EFL=00000002 [-------] CPL=0 II=0 A20=1 SMM=0 HLT=0 > ES =0010 00000000 ffffffff 00cf9300 > CS =0008 00000000 ffffffff 00cf9f00 > SS =0010 00000000 ffffffff 00cf9300 > DS =0010 00000000 ffffffff 00cf9300 > FS =0010 00000000 ffffffff 00cf9300 > GS =0010 00000000 ffffffff 00cf9300 > LDT=0000 00000000 0000ffff 00008000 > TR =0000 00000000 0000ffff 00008000 > GDT= 00040c70 00000027 > IDT= 000409d8 0000027f > CR0=e001003b CR2=00040a18 CR3=00b1c000 CR4=000006b0 > CCS=00001000 CCD=e001003b CCO=LOGICL > FCW=037f FSW=0000 [ST=0] FTW=00 MXCSR=00001f80 > FPR0=0000000000000000 FPR1=0000000000000000 > FPR2=0000000000000000 FPR3=0000000000000000 > FPR4=0000000000000000 FPR5=0000000000000000 > FPR6=0000000000000000 FPR7=0000000000000000 > XMM00=00000000000000000000000000000000 XMM01=00000000000000000000000000000000 > XMM02=00000000000000000000000000000000 XMM03=00000000000000000000000000000000 > XMM04=00000000000000000000000000000000 XMM05=00000000000000000000000000000000 > XMM06=00000000000000000000000000000000 XMM07=00000000000000000000000000000000 > Abort trap > > What's wrong? > > Uwe