[Qemu-discuss] Experimenting with x86 real mode code in qemu

2015-12-07 Thread Jay Aurabind
Hello Everyone, I am doing an experiment to emulate x86 real mode in qemu so as to study assembly programming in GNU assembler. My current status is that qemu exits with the error: qemu: fatal: Trying to execute code outside RAM or ROM at 0x000a Please help me get my expt working. Coming to

Re: [Qemu-discuss] Experimenting with x86 real mode code in qemu

2015-12-07 Thread Jakob Bohm
On 07/12/2015 16:17, Jay Aurabind wrote: Hello Everyone, I am doing an experiment to emulate x86 real mode in qemu so as to study assembly programming in GNU assembler. My current status is that qemu exits with the error: qemu: fatal: Trying to execute code outside RAM or ROM at 0x000a Ple