summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/bootst/boot.c
diff options
context:
space:
mode:
authorSteve Murphree <smurph@cvs.openbsd.org>1999-09-27 19:30:02 +0000
committerSteve Murphree <smurph@cvs.openbsd.org>1999-09-27 19:30:02 +0000
commit43fce7b667be075e444ebd5979a58091cd97166c (patch)
tree6fe55d0ae04f5fbdb4618e2e265c141309727dc4 /sys/arch/mvme88k/stand/bootst/boot.c
parent4ba4b9dc1e91263d6d8e54808c9bf4cee3ca39e5 (diff)
changed loader load address.
Diffstat (limited to 'sys/arch/mvme88k/stand/bootst/boot.c')
-rw-r--r--sys/arch/mvme88k/stand/bootst/boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/bootst/boot.c b/sys/arch/mvme88k/stand/bootst/boot.c
index cfd82c463da..adec6f12d66 100644
--- a/sys/arch/mvme88k/stand/bootst/boot.c
+++ b/sys/arch/mvme88k/stand/bootst/boot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: boot.c,v 1.1 1998/12/15 06:09:51 smurph Exp $ */
+/* $OpenBSD: boot.c,v 1.2 1999/09/27 19:29:59 smurph Exp $ */
/*-
* Changes Copyright (c) 1998 steve Murphree, Jr.
* Copyright (c) 1982, 1986, 1990, 1993
@@ -53,7 +53,7 @@ int main()
char line[80];
char *cp, *filename;
int bflag = 0;
- printf(">> OpenBSD MVME%x tapeboot [%s]\n", bugargs.cputyp, version);
+ printf(">> OpenBSD/mvme88k tapeboot [%s]\n", version);
*bugargs.arg_end = 0; /* ensure */
parse_args(&filename, &bflag);