Commit graph

10 commits

Author SHA1 Message Date
Joseph Koshy
7a5341a07b Upgrade to v0.4.3. Upstream changes include:
- SH4 emulation now allows NetBSD/dreamcast to reach
    userland.
  - A framework to let emulated clocks run at same
    speed as the host clock has been added.
  - The built-in debugger's expression syntax has been changed.
  - Better MIPS emulation for some combination of emulated
    processor and guest operating system.
  - Bug fixes.
2006-11-08 04:54:00 +00:00
Joseph Koshy
1284cd2c01 Add an interim patch that allows FreeBSD to learn the clock frequency
of the emulated MIPS32 processor from yamon's environment.

Submitted by:	bms
2006-09-02 15:31:21 +00:00
Joseph Koshy
2a53873cef Update to v0.4.2. Upstream changes include:
- NetWinder emulation mode works well enough to let NetBSD/netwinder
   run from a disk image.
 - Algorithmics P5064 emulation works well enough to let NetBSD/algor
   run from a disk image.
 - PCI configuration register writes are now handled, which allows
   NetBSD/Malta (evbmips) 3.0.1 and NetBSD/cobalt 3.0.1 to run
   from PCI IDE harddisk images.
 - Some performance increases for translation table updates.
2006-08-20 11:16:14 +00:00
Joseph Koshy
112a0b8c55 Upgrade to v0.4.1.
Major upstream changes from the previous ported version
include:
 - speedups for MIPS emulation,
 - an improved dyntrans backend,
 - tweaks to ARM, PPC, AVR, SPARC and MIPS emulation,
 - support for remote debugging using GDB,
 - a new statistics gathering option "-s",
 - most configuration options are no longer supported,
 - bug fixes.

Port changes:
 - the port no longer depends on GCC >= 3.2 on FreeBSD 4.X.
 - OPTION "X" has been renamed as "X11" for consistency.
2006-07-26 10:59:59 +00:00
Joseph Koshy
0102af3acf - Upgrade to v0.3.8. User visible changes include:
- i80321 (XScale) mode can run NetBSD/evbarm,
  - performance speedups for framebuffer output
  - most CPU types are enabled by default.
- Remove obsolete USE_REINPLACE directive.
- Add a local MASTER site.
- Take over port maintainership.
2006-02-19 09:04:11 +00:00
Volker Stolz
5a21f214f5 Unbreak: USE_GCC=3.2+ on 4.x 2006-01-10 10:56:15 +00:00
Warner Losh
de810f3771 Update to 0.3.7 from 0.3.2. See
http://gavare.se/gxemul/gxemul-stable/HISTORY.html
for a long changelog between these releases.  Summary: vastly improved arm,
mips and ppc support.  Lots of new CPUs and a better dynamic code generator
for the instructions emulated.  Vastly improved hardware device emulation.
Can boot many free and obscure guest operating systems.
2005-12-31 04:57:23 +00:00
Pav Lucistnik
02828448df - Add SHA256 2005-11-24 16:07:52 +00:00
Oliver Lehmann
90ecd0df4c reset maintainer to ports@
Approved by:	maintainer
2005-09-30 13:08:24 +00:00
Jean-Yves Lefort
f58e494298 Add gxemul.
GXemul is a free instruction-level machine emulator, emulating not only the
CPU, but also other hardware components, making it possible to use the emulator
to run unmodified operating systems such as NetBSD, OpenBSD, or Linux.

A few different machine types are emulated. The following machine types are
emulated well enough to run at least one "guest OS":

  * DECstation 5000/200 ("3max"): serial controller (including keyboard and
    mouse), ethernet, SCSI, and graphical framebuffers.
  * Acer Pica-61 (an ARC machine): serial controller, "VGA" text console, and
    SCSI.
  * NEC MobilePro 770, 780, 800, and 880 (HPCmips machines): framebuffer,
    keyboard, and a PCMCIA IDE controller.
  * Cobalt: serial controller and PCI IDE.

WWW: http://gavare.se/gxemul/

PR:		ports/81048
Submitted by:	Janni <jannisan@t-online.de>
2005-05-20 10:35:33 +00:00