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 12:35:33 +02:00
|
|
|
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":
|
|
|
|
|
2007-05-03 09:13:40 +02:00
|
|
|
* ARM: CATS (NetBSD/cats, OpenBSD/cats), IQ80321 (NetBSD/evbarm), NetWinder
|
|
|
|
(NetBSD/netwinder)
|
|
|
|
* MIPS: DECstation 5000/200 (NetBSD/pmax, OpenBSD/pmax, Ultrix,
|
|
|
|
Linux/DECstation, Sprite), Acer Pica-61 (NetBSD/arc), NEC MobilePro 770,
|
|
|
|
780, 800, 880 (NetBSD/hpcmips), Cobalt (NetBSD/cobalt), Malta
|
|
|
|
(NetBSD/evbmips, Linux/Malta) Algorithmics P5064 (NetBSD/algor), SGI
|
|
|
|
O2 (aka IP32) (NetBSD/sgi)
|
|
|
|
* PowerPC: IBM 6050/6070 (PReP, PowerPC Reference Platform) (NetBSD/prep),
|
|
|
|
MacPPC (generic "G4" Macintosh) (NetBSD/macppc)
|
|
|
|
* SuperH: Sega Dreamcast (NetBSD/dreamcast, Linux/dreamcast),
|
|
|
|
Landisk (OpenBSD/landisk)
|
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 12:35:33 +02:00
|
|
|
|
|
|
|
WWW: http://gavare.se/gxemul/
|