Update to 0.3.4.
Changes: x) When emulating a network of multiple machines, the emulated machines can now be placed on different hosts. x) NetBSD/evbmips can now be installed and run from a disk image. (There is no INSTALL kernel for NetBSD/evbmips, so you need to install using another OS, for example emulated NetBSD/pmax.) x) NetBSD/sgimips can now be installed. Not onto a SCSI disk, but the files can be exported via nfs from another emulated machine. The sgimips machine can then netboot. (Read the documentation for details.)
This commit is contained in:
parent
edd733db1c
commit
1d5a3ac713
3 changed files with 16 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:47 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2005/06/28 11:49:58 xtraeme Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gxemul-0.3.2
|
||||
DISTNAME= gxemul-0.3.4
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://gavare.se/gxemul/src/
|
||||
|
||||
|
@ -29,8 +29,6 @@ do-install:
|
|||
PKG_OPTIONS_VAR= PKG_OPTIONS.gxemul
|
||||
PKG_SUPPORTED_OPTIONS= x11
|
||||
PKG_SUGGESTED_OPTIONS= x11
|
||||
# can be removed after 2005Q2
|
||||
PKG_OPTIONS_LEGACY_OPTS+= X11:x11
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2005/04/29 00:59:00 xtraeme Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2005/06/28 11:49:58 xtraeme Exp $
|
||||
bin/gxemul
|
||||
man/man1/gxemul.1
|
||||
share/doc/gxemul/20040504-ultrix45-boot1.png
|
||||
|
@ -23,12 +23,21 @@ share/doc/gxemul/20041213-debian_3.png
|
|||
share/doc/gxemul/20041213-debian_3_small.gif
|
||||
share/doc/gxemul/20041213-debian_4.png
|
||||
share/doc/gxemul/20041213-debian_4_small.gif
|
||||
share/doc/gxemul/20050317-example.png
|
||||
share/doc/gxemul/20050317-example_medium.png
|
||||
share/doc/gxemul/20050317-example_small.png
|
||||
share/doc/gxemul/20050413-netbsd-cobalt.png
|
||||
share/doc/gxemul/20050413-netbsd-cobalt_small.png
|
||||
share/doc/gxemul/20050427-netbsd-hpcmips-1.png
|
||||
share/doc/gxemul/20050427-netbsd-hpcmips-1_small.png
|
||||
share/doc/gxemul/20050427-netbsd-hpcmips-2.png
|
||||
share/doc/gxemul/20050427-netbsd-hpcmips-2_small.png
|
||||
share/doc/gxemul/20050617-openbsd-sgi.png
|
||||
share/doc/gxemul/20050617-openbsd-sgi_small.png
|
||||
share/doc/gxemul/20050622-netbsd-evbmips-malta.png
|
||||
share/doc/gxemul/20050622-netbsd-evbmips-malta_small.png
|
||||
share/doc/gxemul/20050626-netbsd-sgimips-netboot.png
|
||||
share/doc/gxemul/20050626-netbsd-sgimips-netboot_small.png
|
||||
share/doc/gxemul/BUGS
|
||||
share/doc/gxemul/HISTORY
|
||||
share/doc/gxemul/LICENSE
|
||||
|
@ -38,8 +47,6 @@ share/doc/gxemul/TODO
|
|||
share/doc/gxemul/hello_mips.c
|
||||
share/doc/gxemul/hello_ppc.c
|
||||
share/doc/gxemul/maddr.gif
|
||||
share/doc/gxemul/netbsd-pmax-20040630.png
|
||||
share/doc/gxemul/netbsd-pmax-20040630_small.png
|
||||
share/doc/gxemul/openbsd-pmax-20040710.png
|
||||
share/doc/gxemul/openbsd-pmax-20040710_small.png
|
||||
share/doc/gxemul/sprite-20040711.png
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2005/04/29 00:59:00 xtraeme Exp $
|
||||
$NetBSD: distinfo,v 1.4 2005/06/28 11:49:58 xtraeme Exp $
|
||||
|
||||
SHA1 (gxemul-0.3.2.tar.gz) = 1d8134d2b365280d499eae96988e5556c19748b0
|
||||
RMD160 (gxemul-0.3.2.tar.gz) = 810e950a94309149d112c9e7b1424f2d7ed0927e
|
||||
Size (gxemul-0.3.2.tar.gz) = 1114030 bytes
|
||||
SHA1 (gxemul-0.3.4.tar.gz) = 318706f3ab021559fb2be4f87799ce140251a2df
|
||||
RMD160 (gxemul-0.3.4.tar.gz) = 3709541e4a5fc97a3f5b3da559ab0c3d94002606
|
||||
Size (gxemul-0.3.4.tar.gz) = 1267855 bytes
|
||||
|
|
Loading…
Reference in a new issue