<div>Dear RTEMS users</div>
<div> </div>
<div>I am using RTEMS-4.10 for i386ex board</div>
<div>I have installed toolchain and RTEMS with i386ex bsp and set up appropriate PATH and RTEMS_MAKEFILE_PATH variables</div>
<div>I am using windows xp</div>
<div>But when i execute sample application hello.exe on qemu, i get the following error</div>
<div> </div>
<div>----------------------------------------------------------------------------------------------------------------------------------------------------------------------</div>
<div>qemu: fatal: Trying to execute code outside RAM or ROM at 0xff0720ff</div>
<div> </div>
<div>EAX=00000001 EBX=f000e2c3 ECX=03f98dfe EDX=000020ff<br>ESI=0007fdc8 EDI=00000001 EBP=0007fd9c ESP=0007fd40<br>EIP=ff0720ff EFL=00000002 [-------] CPL=0 II=0 A20=1 SMM=0 HLT=0<br>ES =0010 00000000 ffffffff 00cf9300 DPL=0 DS   [-WA]<br>
CS =0008 00000000 ffffffff 00cf9a00 DPL=0 CS32 [-R-]<br>SS =0010 00000000 ffffffff 00cf9300 DPL=0 DS   [-WA]<br>DS =0010 00000000 ffffffff 00cf9300 DPL=0 DS   [-WA]<br>FS =0010 00000000 ffffffff 00cf9300 DPL=0 DS   [-WA]<br>
GS =0010 00000000 ffffffff 00cf9300 DPL=0 DS   [-WA]<br>LDT=0000 00000000 0000ffff 00008200 DPL=0 LDT<br>TR =0000 00000000 0000ffff 00008b00 DPL=0 TSS32-busy<br>GDT=     0000833c 00000027<br>IDT=     00000000 000003ff<br>
CR0=00000011 CR2=00000000 CR3=00000000 CR4=00000000<br>DR0=00000000 DR1=00000000 DR2=00000000 DR3=00000000 <br>DR6=ffff0ff0 DR7=00000400<br>CCS=00000400 CCD=fffffc01 CCO=SUBL    <br>EFER=0000000000000000<br>FCW=037f FSW=0000 [ST=0] FTW=00 MXCSR=00001f80<br>
FPR0=0000000000000000 0000 FPR1=0000000000000000 0000<br>FPR2=0000000000000000 0000 FPR3=0000000000000000 0000<br>FPR4=0000000000000000 0000 FPR5=0000000000000000 0000<br>FPR6=0000000000000000 0000 FPR7=0000000000000000 0000<br>
XMM00=00000000000000000000000000000000 XMM01=00000000000000000000000000000000<br>XMM02=00000000000000000000000000000000 XMM03=00000000000000000000000000000000<br>XMM04=00000000000000000000000000000000 XMM05=00000000000000000000000000000000<br>
XMM06=00000000000000000000000000000000 XMM07=00000000000000000000000000000000</div>
<div> </div>
<div>This application has requested the Runtime to terminate it in an unusual way.<br>Please contact the application's support team for more information.<br></div>
<div>-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</div>
<div> </div>
<div>the qemu command i use is </div>
<div> </div>
<div>qemu -L . -m256 -boot a -fda rtems-boot.img -hda fat:. -no-reboot -kernel hello.exe</div>
<div> </div>
<div>the grub window appears and i type:</div>
<div> </div>
<div>set root=(hd0,1)</div>
<div>multiboot (hd0,1)/hello.exe</div>
<div>boot</div>
<div> </div>
<div>then i get the error mentioned above</div>
<div>i am using qemu 0.13.0-windows</div>
<div> </div>
<div>Regards</div>
<div> </div>
<div>S. Akhtar</div>