diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2007-05-03 15:13:40 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2007-05-03 15:13:40 +0800 |
commit | 8b32e410ed719e8950a441b00215c805d4a8189a (patch) | |
tree | 71b416bb3fabcb68581054e9dcb774315b89f4ca /emulators/gxemul | |
parent | b860a9e646dc585b15855d4bd823ddf67aa5bf47 (diff) | |
download | freebsd-ports-graphics-8b32e410ed719e8950a441b00215c805d4a8189a.tar.gz freebsd-ports-graphics-8b32e410ed719e8950a441b00215c805d4a8189a.tar.zst freebsd-ports-graphics-8b32e410ed719e8950a441b00215c805d4a8189a.zip |
Update pkg-descr.
Requested by: Anders Gavare [AUTHOR]
Diffstat (limited to 'emulators/gxemul')
-rw-r--r-- | emulators/gxemul/pkg-descr | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/emulators/gxemul/pkg-descr b/emulators/gxemul/pkg-descr index 437f748a7f5..1739610f6a0 100644 --- a/emulators/gxemul/pkg-descr +++ b/emulators/gxemul/pkg-descr @@ -5,13 +5,17 @@ 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. + * 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) WWW: http://gavare.se/gxemul/ |