qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Sparc system emulator updates


From: David E . Still
Subject: Re: [Qemu-devel] Sparc system emulator updates
Date: Mon, 18 Oct 2004 23:49:45 -0700

In order for the Sparc emulator to build on Mac OS X, you need to apply the following patch:

--- qemu/Makefile.target        Mon Oct  4 14:23:09 2004
+++ qemu-cvs-20041011/Makefile.target   Mon Oct 11 12:05:10 2004
@@ -187,6 +187,9 @@
 ifdef CONFIG_WIN32
 LIBS+=-lwinmm -lws2_32 -liphlpapi
 endif
+ifeq ($(CONFIG_DARWIN),yes)
+LIBS+=-lmx
+endif

 # profiling code
 ifdef TARGET_GPROF

I haven't tested the result, but it does successfully build, so I assume that it works as well as it does on other platforms.

- Dave
--
David E. Still
Writer/Producer
TripleCat Productions
http://www.triplecatproductions.com
On Oct 18, 2004, at 1:24 PM, Blue Swirl wrote:

Hi,

New since last patch:
* Loader for a.out format binaries. Now we can try loading almost any kernel or boot loader in sight. I tried as many as I found. None worked.
* Floppy drive and controller are mutated PC ones.
* Serial ports, mouse, keyboard stubs.
* Changed IRQ definition from PIL levels to interrupt controller's register bit numbers.
* MMU probe operations implemented, Linux and OpenBSD use them.
* Added MMU table dump function for debugging.
* Unimplemented quad FP ops should trap. No known real CPUs implement them, why should we?
* If FPU is disabled, all FP ops trap.
* Added synthetic op optimisations.
* Other tweaks, cleanup.

Since last week, Linux advanced from poke_srmmu() call to next C line. At this rate, we'll reach userland somewhere near year 2050.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.com/ <qemu-sparc.patch -11.bz2>_______________________________________________
Qemu-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/qemu-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]