mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-01-11 23:43:12 +00:00
Rename mopa.out to mopcopy, since it handles more than a.out these days.
This commit is contained in:
parent
73a369d189
commit
c440d5aaae
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
|||||||
# $NetBSD: Makefile,v 1.5 2001/01/09 03:13:43 lukem Exp $
|
# $NetBSD: Makefile,v 1.6 2002/06/06 23:00:56 thorpej Exp $
|
||||||
|
|
||||||
SUBDIR= common .WAIT mopa.out mopchk mopd mopprobe moptrace
|
SUBDIR= common .WAIT mopcopy mopchk mopd mopprobe moptrace
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
# $NetBSD: Makefile,v 1.5 1997/10/16 07:36:37 lukem Exp $
|
|
||||||
|
|
||||||
PROG= mopa.out
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
|
||||||
5
mopcopy/Makefile
Normal file
5
mopcopy/Makefile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# $NetBSD: Makefile,v 1.1 2002/06/06 23:01:00 thorpej Exp $
|
||||||
|
|
||||||
|
PROG= mopcopy
|
||||||
|
|
||||||
|
.include <bsd.prog.mk>
|
||||||
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: mopa.out.1,v 1.4 2002/01/19 03:36:20 wiz Exp $
|
.\" $NetBSD: mopcopy.1,v 1.1 2002/06/06 23:01:01 thorpej Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1996 Mats O Jansson. All rights reserved.
|
.\" Copyright (c) 1996 Mats O Jansson. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
@ -27,24 +27,20 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd August 11, 1996
|
.Dd June 6, 2002
|
||||||
.Dt MOPA.OUT 1
|
.Dt MOPCOPY 1
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm mopa.out
|
.Nm mopcopy
|
||||||
.Nd Create MOP image from a a.out file
|
.Nd Create MOP image from another executable format
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Ar infile
|
.Ar infile
|
||||||
.Ar outfile
|
.Ar outfile
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
is used to convert an a.out file to a MOP-image.
|
is used to convert a file from another executable format to a MOP image.
|
||||||
.Pp
|
.Pp
|
||||||
This program will check if
|
Elf32 and a.out VAX images are currently supported.
|
||||||
.Xr a.out 5
|
|
||||||
machine-id is recognized. If not it will try to swap the
|
|
||||||
.Xr a.out 5
|
|
||||||
header, and try again.
|
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr mopchk 1 ,
|
.Xr mopchk 1 ,
|
||||||
.Xr mopprobe 1 ,
|
.Xr mopprobe 1 ,
|
||||||
@ -53,5 +49,4 @@ header, and try again.
|
|||||||
.Xr mopd 8
|
.Xr mopd 8
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Lloyd Parkes
|
.An Lloyd Parkes
|
||||||
.Sh BUGS
|
.An Jason R. Thorpe
|
||||||
This program only supports the VAX machine-id for now.
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
/* $NetBSD: mopa.out.c,v 1.9 2002/06/06 22:52:26 thorpej Exp $ */
|
/* $NetBSD: mopcopy.c,v 1.1 2002/06/06 23:01:01 thorpej Exp $ */
|
||||||
|
|
||||||
/* mopa.out - Convert a Unix format kernel into something that
|
/* mopcopy - Convert a Unix format kernel into something that
|
||||||
* can be transfered via MOP.
|
* can be transfered via MOP.
|
||||||
*
|
*
|
||||||
* This code was written while refering to the NetBSD/vax boot
|
* This code was written while refering to the NetBSD/vax boot
|
||||||
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
__RCSID("$NetBSD: mopa.out.c,v 1.9 2002/06/06 22:52:26 thorpej Exp $");
|
__RCSID("$NetBSD: mopcopy.c,v 1.1 2002/06/06 23:01:01 thorpej Exp $");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "os.h"
|
#include "os.h"
|
||||||
Loading…
x
Reference in New Issue
Block a user