Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/notes/vax Some these reflect reality a bit more clos...
details: https://anonhg.NetBSD.org/src/rev/66ae5da5ad9e
branches: trunk
changeset: 524849:66ae5da5ad9e
user: matt <matt%NetBSD.org@localhost>
date: Sun Mar 31 18:18:23 2002 +0000
description:
Some these reflect reality a bit more closely.
diffstat:
distrib/notes/vax/hardware | 4 +-
distrib/notes/vax/install | 4 +-
distrib/notes/vax/upgrade | 85 ++++++++++++++-------------------------------
distrib/notes/vax/xfer | 18 +++-----
4 files changed, 40 insertions(+), 71 deletions(-)
diffs (191 lines):
diff -r 3d40cf0ae584 -r 66ae5da5ad9e distrib/notes/vax/hardware
--- a/distrib/notes/vax/hardware Sun Mar 31 18:11:50 2002 +0000
+++ b/distrib/notes/vax/hardware Sun Mar 31 18:18:23 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: hardware,v 1.7 2000/10/29 14:08:12 lukem Exp $
+.\" $NetBSD: hardware,v 1.8 2002/03/31 18:18:23 matt Exp $
.
.Ss2 Supported hardware
.(bullet -offset indent
@@ -40,6 +40,8 @@
DEQNA/DELQA Q22 bus ethernet
.It
LANCE chip (where available)
+.It
+SGEC chip (where available)
.bullet)
.It
Serial lines
diff -r 3d40cf0ae584 -r 66ae5da5ad9e distrib/notes/vax/install
--- a/distrib/notes/vax/install Sun Mar 31 18:11:50 2002 +0000
+++ b/distrib/notes/vax/install Sun Mar 31 18:18:23 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: install,v 1.11 2002/01/02 21:12:19 he Exp $
+.\" $NetBSD: install,v 1.12 2002/03/31 18:18:23 matt Exp $
.\"
.\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -96,6 +96,8 @@
first Q22 bus Ethernet controller.
.It Ic "B ESA0"
first LANCE Ethernet controller on VAXstations.
+.It Ic "B EZA0"
+first SGEC Ethernet controller on VAXstations.
.tag)
Other devices may be appropriate for your configuration.
.Pp
diff -r 3d40cf0ae584 -r 66ae5da5ad9e distrib/notes/vax/upgrade
--- a/distrib/notes/vax/upgrade Sun Mar 31 18:11:50 2002 +0000
+++ b/distrib/notes/vax/upgrade Sun Mar 31 18:18:23 2002 +0000
@@ -1,59 +1,28 @@
-.\" $NetBSD: upgrade,v 1.6 2000/10/29 14:08:12 lukem Exp $
-.\"
-.\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
-.\" All rights reserved.
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted provided that the following conditions
-.\" are met:
-.\" 1. Redistributions of source code must retain the above copyright
-.\" notice, this list of conditions and the following disclaimer.
-.\" 2. Redistributions in binary form must reproduce the above copyright
-.\" notice, this list of conditions and the following disclaimer in the
-.\" documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\" must display the following acknowledgement:
-.\" This product includes software developed by the NetBSD
-.\" Foundation, Inc. and its contributors.
-.\" 4. Neither the name of The NetBSD Foundation nor the names of its
-.\" contributors may be used to endorse or promote products derived
-.\" from this software without specific prior written permission.
-.\"
-.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
-.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
-.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-.\" POSSIBILITY OF SUCH DAMAGE.
-.\"
+.\" $NetBSD: upgrade,v 1.7 2002/03/31 18:18:23 matt Exp $
.
-There is no upgrade program for
-.Nx*M ;
-you will have to
-upgrade your system by hand. Here are some hints about
-how to do it:
-.(bullet -offset indent
-First replace the kernel,
-.Pa /boot
-and the boot blocks
-with new ones. The boot system has changed since 1.3.
-.It
-Reboot the system so you are running with the new kernel.
-.It
-Untar the wanted distributions.
-.It
-Reboot the system once again.
-.It
-Now you will (hopefully) be up and running in the new world.
-.bullet)
-.(Note
-.No You Em should not No extract the
-.Sy etc
-set if upgrading. Instead, you should extract that set into another
-area and carefully merge the changes by hand.
-.Note)
+.so ../common/upgrade
+.Pp
+.Nx*M
+has switched its executable format from the old a.out format
+to ELF, the now more commonly used and supported format. Your old
+binaries will continue to work just fine. The installation procedure
+will try to take the necessary steps to accomplish this. The most
+important step is to move the old a.out shared libraries in
+.Pa /usr/lib
+and
+.Pa /usr/X11R6/lib
+(if X was installed) to
+.Pa /emul/aout ,
+where they will be automatically found if an older a.out binary
+is executed. Sysinst will use an existing
+.Pa /emul
+and / or
+.Pa /emul/aout
+directory if available, and will create it (as a symbolic link to
+.Pa /usr/aout )
+if necessary.
+.Pp
+If you already had a
+.Pa /emul
+directory, or a symbolic link by that name, sysinst should rename it
+and tell you about it.
diff -r 3d40cf0ae584 -r 66ae5da5ad9e distrib/notes/vax/xfer
--- a/distrib/notes/vax/xfer Sun Mar 31 18:11:50 2002 +0000
+++ b/distrib/notes/vax/xfer Sun Mar 31 18:18:23 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: xfer,v 1.8 2000/10/29 14:08:12 lukem Exp $
+.\" $NetBSD: xfer,v 1.9 2002/03/31 18:18:24 matt Exp $
.
.so ../common/xfer
.
@@ -6,10 +6,8 @@
.
Fetch the bootable bootfs image from
.Pp
-.Dl Pa \&.../NetBSD-\*V/\*M/installation/bootfs/boot.fs.gz
+.Dl Pa \&.../NetBSD-\*V/\*M/installation/bootfs/boot.fs
.Pp
-.Ic gunzip
-.Pa boot.fs.gz
and write it on the beginning of the tape.
Under
.Nx
@@ -17,7 +15,6 @@
.Li nrst0 )
via:
.Pp
-.Dl # Ic "gunzip boot.fs.gz"
.Dl # Ic "mt -f /dev/nrmt0 rewind"
.Dl # Ic "dd if=boot.fs of=/dev/nrmt0"
.Dl # Ic "mt -f /dev/nrmt0 rewoffl"
@@ -26,7 +23,6 @@
.Tn Ultrix
the tape name is different:
.Pp
-.Dl # Ic "gunzip boot.fs.gz"
.Dl # Ic "mt -f /dev/rmt0h rewind"
.Dl # Ic "dd if=boot.fs of=/dev/rmt0h"
.Dl # Ic "mt -f /dev/rmt0h rewoffl"
@@ -77,12 +73,12 @@
.
Fetch the bootable bootfs image from
.Pp
-.Dl Pa \&.../NetBSD-\*V/\*M/installation/bootfs/boot.fs.gz
+.Dl Pa \&.../NetBSD-\*V/\*M/installation/bootfs/boot.fs
.Pp
and
.Ic gunzip
-it. It is a 1 MB bootable image that will boot from any
-floppy of size 1 MB and bigger.
+it. It is a 1.2MB bootable image that will boot from any
+floppy of size 1.2MB and bigger.
Note that you
.Em cannot
install from RX50 floppies due to the small size. This may change
@@ -145,9 +141,9 @@
Fetch the latest and read the
installation instructions.
.Pp
-The file that should be loaded is called boot.mop and is located in
+The file that should be loaded is called boot and is located in
.Pp
-.Dl Pa \&.../NetBSD-\*V/\*M/installation/netboot/boot.mop
+.Dl Pa \&.../NetBSD-\*V/\*M/installation/netboot/boot
.Pp
The kernel to load is the same kernel as the bootfs uses and can
be found in
Home |
Main Index |
Thread Index |
Old Index