Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/notes manually sync distrib/notes/** to -current.



details:   https://anonhg.NetBSD.org/src/rev/76176d59ea93
branches:  netbsd-1-6
changeset: 528005:76176d59ea93
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jun 19 01:05:48 2002 +0000

description:
manually sync distrib/notes/** to -current.

diffstat:

 distrib/notes/Makefile       |    8 ++-
 distrib/notes/atari/hardware |    8 ++-
 distrib/notes/atari/prep     |  105 ++++++++++++++++++++++++++++++++++++++++++-
 distrib/notes/macppc/prep    |    6 +-
 4 files changed, 118 insertions(+), 9 deletions(-)

diffs (207 lines):

diff -r 80867eefe614 -r 76176d59ea93 distrib/notes/Makefile
--- a/distrib/notes/Makefile    Wed Jun 19 00:56:52 2002 +0000
+++ b/distrib/notes/Makefile    Wed Jun 19 01:05:48 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.24.2.1 2002/06/19 00:52:27 lukem Exp $
+#      $NetBSD: Makefile,v 1.24.2.2 2002/06/19 01:05:48 lukem Exp $
 #
 
 TARGETS+=      release
@@ -12,19 +12,25 @@
 SUBDIR+= acorn32
 SUBDIR+= alpha
 SUBDIR+= amiga
+SUBDIR+= arc
+SUBDIR+= arm32
 SUBDIR+= atari
 SUBDIR+= cats
 SUBDIR+= evbarm
 SUBDIR+= hp300
 SUBDIR+= hpcmips
+SUBDIR+= hpcsh
 SUBDIR+= i386
 SUBDIR+= mac68k
 SUBDIR+= macppc
+SUBDIR+= mmeye
 SUBDIR+= mvme68k
 SUBDIR+= news68k
+SUBDIR+= newsmips
 SUBDIR+= next68k
 SUBDIR+= pc532
 SUBDIR+= pmax
+SUBDIR+= pmppc
 SUBDIR+= sandpoint
 SUBDIR+= sgimips
 SUBDIR+= shark
diff -r 80867eefe614 -r 76176d59ea93 distrib/notes/atari/hardware
--- a/distrib/notes/atari/hardware      Wed Jun 19 00:56:52 2002 +0000
+++ b/distrib/notes/atari/hardware      Wed Jun 19 01:05:48 2002 +0000
@@ -1,7 +1,7 @@
-.\"    $NetBSD: hardware,v 1.18 2000/10/29 14:08:06 lukem Exp $
+.\"    $NetBSD: hardware,v 1.18.2.1 2002/06/19 01:05:48 lukem Exp $
 .
 .Nx*M
-\*V runs on a TT030, Falcon and Hades. An FPU is not required.
+\*V runs on a TT030, Falcon, Hades and MilanI. An FPU is not required.
 The minimum amount of RAM required is 4 MB. On the Hades, only the Tseng PCI
 VGA cards (ET4000/ET6000/ET6100) are supported in the \*V release. When
 an unsupported video card is present, you can use
@@ -82,11 +82,13 @@
 Riebl (and possibly PAM) ethernet cards on the VME bus.
 .bullet)
 .It
-PCI-bus devices (Hades only)
+PCI-bus devices (Hades and Milan only)
 .(bullet -compact
 ET4000/ET6000/ET6100-PCI (VGA console)
 .It
 ESS Technology Inc. Solo-1 Soundcard
+.It
+3Com 3c59x Network card
 .bullet)
 .It
 ISA-bus devices (Hades only)
diff -r 80867eefe614 -r 76176d59ea93 distrib/notes/atari/prep
--- a/distrib/notes/atari/prep  Wed Jun 19 00:56:52 2002 +0000
+++ b/distrib/notes/atari/prep  Wed Jun 19 01:05:48 2002 +0000
@@ -1,5 +1,6 @@
-.\"    $NetBSD: prep,v 1.9 2001/07/24 17:30:56 nra Exp $
+.\"    $NetBSD: prep,v 1.9.2.1 2002/06/19 01:05:48 lukem Exp $
 .
+.Ss2 Preparing your hard disk for the NetBSD installation.
 Note you will be modifying your HD's if you mess something up here you
 could lose everything on all the drives that you work with.  It is
 therefore advised that you:
@@ -135,4 +136,104 @@
 extended partition range.
 .bullet)
 .Pp
-Good luck, you'll need it...
+.Ss2 Booting the installer on an existing system
+If you already have
+.Nx
+installed, it is easy. Just boot into single
+user state on your current system, or use the 
+.Ic shutdown now
+command to shutdown to single-user state. Then copy the installer using
+.Ic dd :
+.Pp
+.Dl Ic "dd if=sysinst.fs of=/dev/rsd0b"
+.Pp
+where
+.Li /dev/rsd0b
+should be the device path of the swap partition your system
+is configured to use. Once the file is copied, reboot back to the booter
+and use the '-b' option to make the kernel prompt for a root device. Now
+enter the swap device as your root device to start the installer.
+.Pp
+.Ss2 Booting the installer on new systems.
+If your system has more than 6MB RAM, you can skip directly to the section
+about
+.Ic loadbsd.ttp,
+since the amount of RAM is enough to load the installer into.
+.Pp
+For new new installations on small memory systems, things are a bit more
+complicated. The easiest way is to mark an AHDI partition as id 'SWP'. You
+can either accomplish this with HDdriver or use the 
+.Ic chg_pid.ttp
+program supplied on the bootfloppy. To use the fifth partition of your
+first drive to a swap partition, do the following:
+.Pp     
+.Dl Ic "chg_pid -w 0 4 SWP"
+.Pp
+As you can see, both the drive and the partition numbers are zero
+based.
+.Pp
+When a swap partition has been created, you can transfer the installer using
+the
+.Ic file2swp.ttp
+command, which is also on the bootfloppy. This program copies a (gzipped)file
+to the first AHDI partition with id 'SWP' on the designated disk.  To copy
+sysinst.fs to your first SCSI disk, use:
+.Pp
+.Dl Ic "file2swp -w -f sysinst.fs s0"
+.Pp
+Note that
+.Ic file2swp
+automatically detects a gzipped file, there is no need for a  .gz extension.
+.Ss2 Using loadbsd.ttp
+To start the installer, you first need to load a
+.Nx
+kernel.  This can be done in a couple ways, both of which currently require
+.Tn GEMDOS .
+You need either the bootfloppy provided in the
+distribution or you can copy the
+.Ic loadbsd.ttp
+program and
+kernel to a boot floppy disk (1.44 MB needed) or put them on a
+.Tn TOS
+partition.  Select the loadbsd program and it will
+ask for parameters, supply:
+.Sq Ic "-b netbsd"
+(or whatever name
+you copied the kernel to).  You can, of course, also run it
+from the shell command-line in
+.Tn MiNT :
+.Pp
+.Dl Ic "loadbsd -b a:/netbsd"
+.Pp
+You should see the screen clear and some information about
+your system as the kernel configures the hardware.  Then
+you will be prompted for a root device. If you copied the installer to
+a swap partition, as explained above, you have to enter the swap partition
+as the boot device. When you used your first SCSI disk, this will be
+.Ic sd0b.
+On the first IDE drive it would be
+.Ic wd0b.
+.Pp
+When you didn't copy the installer to swap, need to use the RAMdisk, so
+remove the
+.Tn GEMDOS
+kernel boot floppy from the drive if present and insert the
+.Nx
+install floppy 1.  Now type
+.Sq Ic md0a
+to tell the
+kernel to load the install file system into RAMdisk. While
+the kernel is loading, it will show a
+.Sq \&.
+for each
+track loaded. After loading 80 tracks, it will ask you
+to insert the next floppy. At this time, insert the
+.Nx
+install floppy 2 and press any key. The kernel continues
+loading another 40 tracks before it continues to boot.
+.(Note
+If you are using 1.44 MB floppies, you should select
+.Sq Ic md1a
+instead of
+.Sq Ic md0a .
+.Note)
diff -r 80867eefe614 -r 76176d59ea93 distrib/notes/macppc/prep
--- a/distrib/notes/macppc/prep Wed Jun 19 00:56:52 2002 +0000
+++ b/distrib/notes/macppc/prep Wed Jun 19 01:05:48 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prep,v 1.27.2.2 2002/06/14 17:50:38 lukem Exp $
+.\"    $NetBSD: prep,v 1.27.2.3 2002/06/19 01:05:48 lukem Exp $
 .
 .Ss2 Prepare yourself
 .
@@ -1119,7 +1119,7 @@
 .Nx .
 Drive Setup will erase the contents of your drive -- it does not preserve 
 data from any of your partitions.  Make the following partitions:
-.(tag "A/UXxUserxxA/UXxFree1xxA/UXxFree2xxA/UXxFree3" -offset indent
+.(tag "A/UXxUserxandxA/UXxFree1" -offset indent
 .It Em HFS No or Em HFS+
 Must be large enough to hold the bootloader, over 100 KB.  May be as large
 as you desire for 
@@ -1161,7 +1161,7 @@
 .Nx No Ns -style
 partitions.
 These partitions are not readable from
-.Tn MacOS No Ns .
+.Tn MacOS .
 .It Em HFS
 Any size.  You may want to leave an additional partition available to 
 transfer files between



Home | Main Index | Thread Index | Old Index