> the blastwave toolchain installed as suggested, the gcc 3.4.5 still
> does not support -m64. For example, when compiling a simple test
> program (with just an empty main() function):
$ /opt/csw/gcc3/bin/gcc -m64 /tmp/test.c
/tmp/test.c:1: sorry, unimplemented: 64-bit mode not compiled in
Hmph.
kqemu should work with OpenSolaris guests provided you don't use -kernel-kqemu.
-kernel-kqemu is incompatible with the OpenSolaris kernel for a couple of
reasons. First, it appears kqemu will need a change in its page table shadowing
if we want to support OpenSolaris guests with full virtualizat
>please ask Eric Lowe.
>I did not prepare the x64/x86 stuff.
>And the sdl amd64 bit patch is also from him.
The SDL patch is from Juergen Zimmermann.
I have not had any problems building 64-bit using --prefix /wherever/i/please
to both QEMU and SDL's configure scripts; note that a
> Is there a way to compile qemu-cvs-snapshot under Solaris-10 running
> on amd64 processor?
Check out the sources and instructions at
http://www.opensolaris.org/os/project/qemu
There are some patches for 64-bit builds that I think still need to be
committed to the main CVS source, you can cre
>> Then lots of 'timeout: reset bus, target=0, lun=0' and other warnings
>> with:
>>
>> Error for command 'read sector' Error Level: informational
>> Sense Key: aborted command
>> Vendor 'Gen-ATA' error code: 0x3
>
> That's a new problem. It seems that the updated bios.bin doesn't setup
>
Woohoo!
Thanks to everybody on the quick turnaround on this,
it's very exciting to see it booting now. :)
- Eric
--- Fabrice Bellard <[EMAIL PROTECTED]> wrote:
> CVSROOT: /sources/qemu
> Module name: qemu
> Changes by: Fabrice Bellard06/09/29
> 20:01:17
>
> Modified files:
>
Yes you are correct Solaris does not define this
either, and I doubt other *nix systems do.
Can this just be changed to
#ifndef ENOMEDIUM
#define ENOMEDIUM blahblah
#endif
or somesuch?
- Eric
--- Jose Renau <[EMAIL PROTECTED]> wrote:
>
> OS X does not include ENOMEDIUM on the error list
>