On Wed, Oct 18, 2006 at 03:02:45PM +0200, Kars de Jong wrote: > > Generating an exception and just letting the FPU emulator in the kernel > > handle it didn't work? > > Umm, no, this was user mode emulation. I figured that would be easier to > implement (and also more useful for Debian) than full system emulation.
Not sure about that: a full emulator like aranym can be used much like the real hardware and can serve as a buildd, at least in principle, without requiring system change. The system-call-emulation is faster but the behaviour is special: for example qemu will emulate exec("/usr/bin/gcc") by exec("/usr/bin/gcc") on the native system and will run the native compiler not the emulated one. I did not find an easy work around about that. Cheers, -- Bill. <[EMAIL PROTECTED]> Imagine a large blue swirl here. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]