Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/notes/mvme68k Modify the example on setting the date...



details:   https://anonhg.NetBSD.org/src/rev/b372a8621d4e
branches:  trunk
changeset: 471761:b372a8621d4e
user:      scw <scw%NetBSD.org@localhost>
date:      Sat Apr 10 16:16:11 1999 +0000

description:
Modify the example on setting the date/time so it is kosher for 1999.
Fix the 'bo' command example for booting from tape on mvme167.

diffstat:

 distrib/notes/mvme68k/install |  12 +++++++-----
 distrib/notes/mvme68k/prep    |  10 +++++-----
 2 files changed, 12 insertions(+), 10 deletions(-)

diffs (77 lines):

diff -r ffad22d076fc -r b372a8621d4e distrib/notes/mvme68k/install
--- a/distrib/notes/mvme68k/install     Sat Apr 10 15:22:27 1999 +0000
+++ b/distrib/notes/mvme68k/install     Sat Apr 10 16:16:11 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install,v 1.5 1999/02/20 16:18:11 scw Exp $
+.\"    $NetBSD: install,v 1.6 1999/04/10 16:16:11 scw Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -54,7 +54,9 @@
 entitled "Preparing a boot tape". Then, with the tape in the drive,
 type the following at the 1x7Bug prompt:
 .Pp
-.Dl 1x7-Bug\*> Ic bo 5
+.Dl 147-Bug\*> Ic bo 5
+.Pp
+.Dl 167-Bug\*> Ic bo 0,50
 .Pp
 As mentioned earlier, this assumes your tape is jumpered for SCSI-id 5.
 .Pp
@@ -80,7 +82,7 @@
 Volume: NBSD
 
 IPL loaded at:  $003F0000
-\*>\*> BSD MVME147 tapeboot [$Revision: 1.5 $]
+\*>\*> BSD MVME147 tapeboot [$Revision: 1.6 $]
 578616+422344+55540+[46032+51284]=0x11a6e4
 Start @ 0x8000 ...
 Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.  All rights reserved.
@@ -128,7 +130,7 @@
 
 To reboot using the swap partition after running installboot, first
 use "halt", then at the Bug monitor prompt use a command like:
-        147Bug> bo 0,,b:   OR   167Bug> bo 0,,,b:
+               1x7Bug> bo 0,,b:
 
 To view this message again, type:  cat /.welcome
 ssh:
@@ -413,7 +415,7 @@
 .Pp
 .Bd -literal -offset indent
 Start @ 0x8000 ...
-\*>\*> BSD MVME147 netboot (via sboot) [$Revision: 1.5 $]
+\*>\*> BSD MVME147 netboot (via sboot) [$Revision: 1.6 $]
 device: le0 attached to 08:00:3e:20:cb:87
 boot: client IP address: 192.168.1.4
 boot: client name: soapy
diff -r ffad22d076fc -r b372a8621d4e distrib/notes/mvme68k/prep
--- a/distrib/notes/mvme68k/prep        Sat Apr 10 15:22:27 1999 +0000
+++ b/distrib/notes/mvme68k/prep        Sat Apr 10 16:16:11 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prep,v 1.4 1999/02/20 16:18:11 scw Exp $       
+.\"    $NetBSD: prep,v 1.5 1999/04/10 16:16:11 scw Exp $       
 .
 mvme68k machines usually need little or no preparation before installing
 .Nx "" ,
@@ -37,16 +37,16 @@
 have the same value as I do). Also make sure the clock is ticking:
 .Pp
 .Dl 1x7-Bug\*> Ns Ic time
-.Dl Sunday   12/21/29   16:25:14
+.Dl Sunday   12/21/31   16:25:14
 .Dl 1x7-Bug\*> Ns Ic time
-.Dl Sunday   12/21/29   16:25:15
+.Dl Sunday   12/21/31   16:25:15
 .Dl 1x7-Bug\*>
 .Pp
 Note that
 .Nx
 bases its year at 1968, and adds the year offset in
-the MVME1x7's real-time clock to get the current year. So the '29' here
-equates to 1997. You may have to adjust your clock using the 'set'
+the MVME1x7's real-time clock to get the current year. So the '31' here
+equates to 1999. You may have to adjust your clock using the 'set'
 command to comply with
 .Nx "" 's
 requirements. Don't worry if the "Day of the week" is not correct,



Home | Main Index | Thread Index | Old Index