The first problem was gcc flag -mflat, removing that made the code better.
Then there were these global register mangles. I made a wrapper around
setjmp and longjmp and now the emulators can execute several blocks
until crashing. Some helper calls don't work.
Index: qemu/cpu-exec.c
===
On 12/6/07, Shaddy Baddah <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Blue Swirl wrote:
> > On 12/5/07, Shaddy Baddah <[EMAIL PROTECTED]> wrote:
> >> 0x1e958 : ld [ %l6 + 0x8c ], %l1
> >> 0x1e95c : call 0xa90b4
> >> 0x1e960 : mov %l1, %o0
> >
> > Maybe you missed the effect of the delay slot. Th
Hi,
Blue Swirl wrote:
On 12/5/07, Shaddy Baddah <[EMAIL PROTECTED]> wrote:
0x1e958 : ld [ %l6 + 0x8c ], %l1
0x1e95c : call 0xa90b4
0x1e960 : mov %l1, %o0
Maybe you missed the effect of the delay slot. The first argument is
prepared in %l1 and moved to %o0 in the delay slot of the ca
On 12/5/07, Shaddy Baddah <[EMAIL PROTECTED]> wrote:
> 0x1e958 : ld [ %l6 + 0x8c ], %l1
> 0x1e95c : call 0xa90b4
> 0x1e960 : mov %l1, %o0
Maybe you missed the effect of the delay slot. The first argument is
prepared in %l1 and moved to %o0 in the delay slot of the call
instruction.
> 0x
Hi,
Blue Swirl wrote:
On 12/4/07, Shaddy Baddah <[EMAIL PROTECTED]> wrote:
HI,
Blue Swirl wrote:
On 11/14/07, Shaddy Baddah <[EMAIL PROTECTED]> wrote:
Hi again,
After further culling the target list, I was able to install qemu on my
sun4u host.
However, running it, I get a bus error. See b
HI,
Blue Swirl wrote:
On 11/14/07, Shaddy Baddah <[EMAIL PROTECTED]> wrote:
Hi again,
After further culling the target list, I was able to install qemu on my
sun4u host.
However, running it, I get a bus error. See below for details:
$ /opt/qemu-cvs/bin/qemu -m 128 -cdrom
~/KNOPPIX_V5.1.1CD-2
On 12/4/07, Shaddy Baddah <[EMAIL PROTECTED]> wrote:
> HI,
>
> Blue Swirl wrote:
> > On 11/14/07, Shaddy Baddah <[EMAIL PROTECTED]> wrote:
> >> Hi again,
> >>
> >> After further culling the target list, I was able to install qemu on my
> >> sun4u host.
> >>
> >> However, running it, I get a bus err
HI,
Blue Swirl wrote:
On 11/14/07, Shaddy Baddah <[EMAIL PROTECTED]> wrote:
Hi again,
After further culling the target list, I was able to install qemu on my
sun4u host.
However, running it, I get a bus error. See below for details:
$ /opt/qemu-cvs/bin/qemu -m 128 -cdrom
~/KNOPPIX_V5.1.1CD-2
On 11/14/07, Shaddy Baddah <[EMAIL PROTECTED]> wrote:
> Hi again,
>
> After further culling the target list, I was able to install qemu on my
> sun4u host.
>
> However, running it, I get a bus error. See below for details:
>
> $ /opt/qemu-cvs/bin/qemu -m 128 -cdrom
> ~/KNOPPIX_V5.1.1CD-2007-01-04-E
Hi again,
After further culling the target list, I was able to install qemu on my
sun4u host.
However, running it, I get a bus error. See below for details:
$ /opt/qemu-cvs/bin/qemu -m 128 -cdrom
~/KNOPPIX_V5.1.1CD-2007-01-04-EN.iso -vnc :1
Bus error
I would really like to be able to get q
10 matches
Mail list logo