home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 4 / MA_Cover_4.iso / netbsd / install next >
Encoding:
Text File  |  1997-12-06  |  61.0 KB  |  1,775 lines

  1. INSTALLATION NOTES for NetBSD/amiga 1.3_BETA
  2.  
  3.  
  4.  
  5. Be sure to read _ALL_ of this document before you try to install
  6. NetBSD/amiga.
  7.  
  8.  
  9.  
  10. What is NetBSD?
  11. ---- -- ------
  12.  
  13. The NetBSD Operating System is a fully functional UN*X-like system
  14. derrived from the Berkeley Networking Release 2 (Net/2), 4.4BSD-Lite,
  15. and 4.4BSD-Lite2 sources.  NetBSD runs on many architectures and is
  16. being ported to more.
  17.  
  18. NetBSD is a creation of the members of the Internet community.
  19. Without the unique cooperation and coordination the net makes
  20. possible, it's likely that this release wouldn't have come about.
  21.  
  22. The NetBSD 1.3_BETA release is a landmark. Building upon the successful
  23. NetBSD 1.2 release, we have provided numerous and significant
  24. functional enhancements, including support for many new devices,
  25. integration of many bug fixes, new and updated kernel subsystems, and
  26. many userland enhancements.  The results of these improvements is a
  27. stable operating system fit for production use that rivals most
  28. commercially available systems.
  29.  
  30. It is impossible to summarize the 18 months of development that went
  31. into the NetBSD 1.3_BETA release. Some of the significant changes include:
  32.  
  33.     Support for machine independant device drivers has been
  34.     radically improved with the addition of the "bus.h" interface,
  35.     providing a high quality abstraction for machine and
  36.     architecture independent device access.
  37.  
  38.     The bus_dma interface has also been integrated, providing a
  39.     machine-independent abstraction for DMA mapping. This permits many
  40.     good things, including (among many) clean multi-platform
  41.     bounce buffer support.
  42.  
  43.     Framework support for ISA "Plug and Play" has been added, as
  44.     well as support for numerous "Plug and Play" devices.
  45.  
  46.     APM support has been added to NetBSD/i386.
  47.  
  48.     An initial cut of multiplatform PCMCIA support has been added.
  49.  
  50.     Support for ATAPI devices (initially just ATAPI CD-ROM drives)
  51.     has been added.
  52.  
  53.     Support for Sun 3/80s (sun3x architecture) has been added.
  54.  
  55.     Support for R4000 DECstations has been added.
  56.  
  57.     Integration/merger of 4.4BSD Lite-2 sources into userland
  58.     programs has nearly been completed.
  59.  
  60.     Most of userland now compiles with high levels of gcc warnings
  61.     turned on, which has lead to the discovery and elimination of
  62.     many bugs.
  63.     
  64.     The i386 boot blocks have been completely replaced with a new,
  65.     libsa based two stage boot system. This has permitted
  66.     integration of compressed boot support (see below).
  67.  
  68.     Many ports now support booting of compressed kernels, and
  69.     feature new "Single Floppy" install systems that boot
  70.     compressed install kernels and ramdisks. We intend to do
  71.     substantial work on improving ease of installation in the
  72.     future.
  73.  
  74.     "ypserv" has been added, thus completing our support for the
  75.     "yp" network information system suite.
  76.  
  77.     Support for the Linux "ext2fs" filesystem and for FAT32 "msdosfs"
  78.     filesystems has been added.
  79.  
  80.     TCP now has a SYN "compressed state engine" which provides
  81.     increased robustness under high levels of received SYNs (as in
  82.     the case of "SYN flood" attacks.)  (Much of this code was
  83.     derived from sources provided by BSDI.)
  84.  
  85.     An initial implementation of Path MTU discovery has been
  86.     integrated (though it is not turned on by default).
  87.  
  88.     An initial kernel based random number generator pseudodevice has
  89.     been added.
  90.  
  91.     Several major fixes have been integrated for the VM subsystem,
  92.     including the fix of a notorious VM leak, improved
  93.     synchronization between mmap()ed and open()ed files, and
  94.     massively improved performance in low real memory conditions.
  95.  
  96.     A new swap subsystem has radically improved configuration and
  97.     management of swap devices and adds swapping to files.
  98.  
  99.     Userland ntp support, including xntpd, has been integrated.
  100.  
  101.     The audio subsystems have been substantially debugged and
  102.     improved, and now offer substantial emulation of the OSS audio
  103.     interface, thus providing the ability to cleanly run emulated
  104.     Linux and FreeBSD versions of sound intensive programs.
  105.  
  106.     A "packages" system has been adapted from FreeBSD and will
  107.     provide binary package installations for third party
  108.     applications.
  109.  
  110.     The XFree86 X source tree has been made a supported part of
  111.     the NetBSD distribution, and X servers (if built for this
  112.     port), libraries and utilities are now shipped with our releases.
  113.  
  114.     The ftp(1) program has been made astoundingly overfunctional.
  115.     It supports command line editing, tab completion, status bars,
  116.     automatic download of URLs specified on the command line,
  117.     firewall support and many other features.
  118.  
  119.     All ports now use "new" config. Old config has been laid to rest.
  120.  
  121.     The arp subsystem and API has been rewritten to detach it from
  122.     being very ethernet-centric.
  123.  
  124.     Many kernel interface manuals have been written and added to
  125.     manual section 9.
  126.  
  127.     Several ports support much more hardware.
  128.  
  129.     Many updates to bring NetBSD closer to standards compliance.
  130.  
  131.     Most third party packages have been updated to the latest stable
  132.     release.
  133.  
  134. As has been noted, there have also been innumerable bug fixes.    
  135.  
  136. Kernel interfaces have continued to be refined, and more subsystems
  137. and device drivers are shared among the different ports. You can look
  138. for this trend to continue.
  139.  
  140. NetBSD 1.3_BETA also includes some refinement to the NetBSD binary emulation
  141. system (which includes FreeBSD, HP-UX, iBCS2, Linux, OSF/1, SunOS, SVR4,
  142. Solaris and Ultrix compatibility), bringing NetBSD closer to the goal of
  143. making the emulation as accurate as possible.
  144.  
  145. In the near future, we hope to integrate a fully rewritten Virtual
  146. Memory subsystem, kernel threads, and SMP support.
  147.  
  148. This is the fourth public release of NetBSD for the Amiga and DraCo
  149. line of computers. Several additional SCSI boards are now supported,
  150. as well as Amiga audio and FPU-less 68020/68030 systems; the DraCo
  151. port supports the on-board serial and parallel interface and the
  152. battery backed clock now.
  153.  
  154.  
  155.  
  156. Compatibility Issues:
  157. ------------- ------
  158.  
  159. As with any system which has functionality added and products
  160. modified to fit within the goals of portability, standards
  161. adherance, and uniformity, there have been some changes which
  162. affects compatibility with existing NetBSD products.
  163.  
  164. The following products may need the suggested work-around to
  165. work in NetBSD 1.3_BETA:
  166.  
  167. * Swap configuration
  168.  
  169.   Description:
  170.     Swap partittion configuration is now entirely in the domain
  171.     of the user and as such all swap partitions need to be added
  172.     to /etv/fstab.  Common symptoms of upgrades missing this
  173.     vital step include machine death during builds, and such.
  174.  
  175.   Fix:
  176.     The most common position for a swap partition is the `b'
  177.     partition of the drive the root file system is on.  For
  178.     diskless systems, check the new swapctl(8) manual for more
  179.     detail on how this is done.  Example fstab entrys:
  180.     /dev/sd0b    none    swap    sw,priority=0
  181.     /dev/sd1b    none    swap    sw,priority=5
  182.  
  183. * AMANDA, The Advanced Maryland Automatic Network Disk Archiver,
  184.   from http://www.amanda.org
  185.  
  186.   Description:
  187.     Due to a change in the output of dump(8) to ensure
  188.     consistency in the messages, AMANDA's dump output
  189.     parser breaks.
  190.  
  191.     Error messages such as the following may be an
  192.     indication that this problem is present:
  193.  
  194.         FAILURE AND STRANGE DUMP SUMMARY:
  195.           hostname      wd0e lev 1 FAILED [no backup size line]
  196.       
  197.   Versions affected:
  198.     2.3.0.4, and most likely earlier versions
  199.  
  200.   Workaround/Fix:
  201.     One of:
  202.     * Apply the patch found at:
  203.         ftp://ftp.netbsd.org/pub/NetBSD/misc/patches/amanda-pre-2.4.patch
  204.     * Upgrade to AMANDA 2.4.0 or newer. The side effect of this is
  205.       that the network protocol is incompatible with earlier
  206.       versions.
  207.  
  208.  
  209.  
  210. The Future of NetBSD:
  211. --- ------ -- ------
  212.  
  213. The NetBSD Foundation has been incorporated as a non-profit
  214. organization.  Its purpose is to encourage, foster and promote the
  215. free exchange of computer software, namely the NetBSD Operating
  216. System.  The foundation will allow for many things to be handled more
  217. smoothly than could be done with our previous informal organization.
  218. In particular, it provides the framework to deal with other parties
  219. that wish to become involved in the NetBSD Project.
  220.  
  221. The NetBSD Foundation will help improve the quality of NetBSD by:
  222.  
  223.     * providing better organization to keep track of development
  224.       efforts, including co-ordination with groups working in 
  225.       related fields.
  226.  
  227.     * providing a framework to receive donations of goods and
  228.           services and to own the resources necessary to run the
  229.           NetBSD Project.
  230.  
  231.         * providing a better position from which to undertake
  232.           promotional activities.
  233.  
  234.         * periodically organizing workshops for developers and other
  235.           interested people to discuss ongoing work.
  236.  
  237. We hope to have regular releases of the full binary and source trees,
  238. but these are difficult to coordinate, especially with all of the
  239. architectures which we now support!  
  240.  
  241. We hope to support even _more_ hardware in the future, and have a
  242. rather large number of other ideas about what can be done to improve
  243. NetBSD.  
  244.  
  245. We intend to continue our current practice of making the
  246. NetBSD-current development source available on a daily basis.
  247.  
  248. We intend to integrate free, positive changes from whatever sources
  249. will provide them, providing that they are well thought-out and
  250. increase the usability of the system.
  251.  
  252. Above all, we hope to create a stable and accessible system, and to be
  253. responsive to the needs and desires of NetBSD users, because it is for
  254. and because of them that NetBSD exists.
  255.  
  256.  
  257. Sources of NetBSD:
  258. ------- -- ------
  259.  
  260. NetBSD Mirror Site List
  261.  
  262. The following sites mirror NetBSD as of Sep 22, 1997
  263.  
  264. If you wish to become a distribution site for NetBSD, contact
  265. mirrors@netbsd.org.
  266.  
  267.  
  268.     FTP mirrors
  269.     -----------
  270.  
  271. Australia
  272.  
  273. *   ftp://ftp.au.netbsd.org/pub/NetBSD
  274.  
  275. Brazil
  276.  
  277. *   ftp://ftp.ravel.ufrj.br/pub/NetBSD
  278.  
  279. Germany
  280.  
  281. *   ftp://ftp.de.netbsd.org/pub/NetBSD
  282.  
  283. *   ftp://ftp.uni-regensburg.de/pub/comp/os/NetBSD
  284.  
  285. Japan
  286.  
  287. *   ftp://netbsd.tohoku.ac.jp/NetBSD
  288.  
  289. Netherlands
  290.  
  291. *   ftp://ftp.nl.netbsd.org/pub/comp/NetBSD
  292.  
  293. Norway
  294.  
  295. *   ftp://ftp.ntnu.no/pub/NetBSD
  296.  
  297. *   ftp://skarven.itea.ntnu.no/pub/NetBSD
  298.  
  299. Sweden
  300.  
  301. *   ftp://ftp.stacken.kth.se/pub/OS/NetBSD
  302.  
  303. *   ftp://ftp.sunet.se/pub/os/NetBSD
  304.  
  305. UK
  306.  
  307. *   ftp://ftp.DOMINO.ORG/pub/NetBSD
  308.  
  309. USA
  310.  
  311. *   ftp://ftp.netbsd.org/pub/NetBSD
  312.  
  313. *   ftp://ftp.cs.umn.edu/pub/NetBSD
  314.  
  315. *   ftp://ftp.cslab.vt.edu/pub/NetBSD
  316.  
  317. *   ftp://ftp.eecs.umich.edu/pub/NetBSD
  318.  
  319. *   ftp://ftp.iastate.edu/pub/netbsd
  320.  
  321. *   ftp://ftp.op.net/pub/NetBSD
  322.  
  323.  
  324.     SUP mirrors
  325.     -----------
  326.  
  327. Australia
  328.  
  329. * ftp.au.netbsd.org
  330.   Instructions: ftp://sup.au.netbsd.org/pub/NetBSD/sup/README.sup
  331.  
  332. Germany
  333.  
  334. * ftp.de.netbsd.org
  335.   Instructions: ftp://sup.de.netbsd.org/pub/NetBSD/sup/supfile.example
  336.  
  337. Norway
  338.  
  339. * skarven.itea.ntnu.no
  340.   Instructions: Use this line as your sup file to get /usr/README.supinfo-
  341.   skarven:current release=supinfo host=skarven.itea.ntnu.no use-rel-suffix
  342.   backup delete old base=/usr prefix=/usr hostbase=/supmirror
  343.  
  344. UK
  345.  
  346. * ftp.domino.org
  347.   Instructions: See ftp://ftp.netbsd.org/pub/NetBSD/sup/README.sup
  348.  
  349. USA
  350.  
  351. * sup.netbsd.org
  352.   Instructions: See ftp://ftp.netbsd.org/pub/NetBSD/sup/README.sup
  353.  
  354. * ftp.cs.umn.edu
  355.   Instructions: hostbase=/ftp/ftp/packages/NetBSD, collections are the same
  356.   as on sup.NetBSD.ORG
  357.  
  358.  
  359.     AFS mirrors
  360.     -----------
  361.  
  362. USA
  363.  
  364. * ftp.iastate.edu
  365.   AFS path: /afs/iastate.edu/public/ftp/pub/netbsd
  366.  
  367.  
  368.  
  369. NetBSD 1.3_BETA Release Contents:
  370. ------ --- ------- --------
  371.  
  372. The NetBSD 1.3_BETA release is organized in the following way:
  373.  
  374. .../NetBSD-1.3_BETA/
  375.         BUGS            Known bugs list (incomplete
  376.                     and out of date).
  377.  
  378.         CHANGES            Changes since NetBSD's last
  379.                     release (and before).
  380.  
  381.         LAST_MINUTE        Last minute changes.
  382.  
  383.         MIRRORS            A list of sites that mirror
  384.                     the NetBSD 1.3_BETA distribution.
  385.  
  386.         README.files        README describing the
  387.                     distribution's contents.
  388.  
  389.         TODO            NetBSD's todo list (incomplete
  390.                     and out of date).
  391.  
  392.         patches/        Post-release source code
  393.                     patches.
  394.  
  395.         source/            Source distribution sets; see
  396.                     below.
  397.  
  398. In addition to the files and directories listed above, there is one
  399. directory per architecture, for each of the architectures for which
  400. NetBSD 1.3_BETA has a binary distribution.  There are also
  401. 'README.export-control' files sprinkled liberally throughout the
  402. distribution tree, which point out that there are some portions of the
  403. distribution (i.e. the `domestic' portion) that may be subject to
  404. export regulations of the United States, and that it is your
  405. responsibility should you choose to export these portions.
  406.  
  407. The source distribution sets can be found in subdirectories of the
  408. "source" subdirectory of the distribution tree.  They contain the 
  409. complete sources to the system.  The source distribution sets 
  410. are as follows:
  411.  
  412.     dsrc13    This set contains the "domestic" sources.  These
  413.         sources may be subject to United States export
  414.         regulations.
  415.         [ 140K gzipped, 655K uncompressed ] /* XXX */
  416.  
  417.     gsrc13    This set contains the "gnu" sources, including
  418.         the source for the compiler, assembler, groff,
  419.         and the other GNU utilities in the binary distribution
  420.         sets.
  421.         [ 7.1M gzipped, 30.4M uncompressed ] /* XXX */
  422.  
  423.     ksrc13    This set contains the sources to the NetBSD 1.3_BETA
  424.         kernel, config(8), and dbsym(8).
  425.         [ 6.0M gzipped, 27.0M uncompressed ] /* XXX */
  426.  
  427.     ssrc13    This set contains the "share" sources, which include
  428.         the sources for the man pages not associated with
  429.         any particular program, the sources for the
  430.         typesettable document set, the dictionaries, and more.
  431.         [ 2.4M gzipped, 8.9M uncompressed ] /* XXX */
  432.  
  433.     src13    This set contains all of the NetBSD 1.3_BETA sources which
  434.         are not mentioned above.
  435.         [ 9.3M gzipped, 41.6M uncompressed ] /* XXX */
  436.  
  437. It is worth noting that unless all of the source distribution sets
  438. are installed (except the domestic set), you can't rebuild and install
  439. the system from scratch, straight out of the box.  However, all that is
  440. required to rebuild the system in that case is a trivial modification 
  441. to one Makefile.
  442.  
  443. The source distribution sets are distributed as groups of files named
  444. "set_name.xx" where "set_name" is the distribution set name, and "xx"
  445. is the sequence number of the file, starting with "aa" for the first
  446. file in the distribution set, then "ab" for the next, and so on.  All
  447. of these files except the last one of each set should be exactly
  448. 240,640 bytes long.  (The last file is just long enough to contain the
  449. remainder of the data for that distribution set.)
  450.  
  451. Catted together, the files belonging to a source distribution set 
  452. comprise a gzipped tar file.  If you want to look at list of the files
  453. contained in the set, you could use the command:
  454.  
  455.     cat set_name.?? | gunzip | tar tvf -
  456.  
  457. or to actually extract the files contained in the set:
  458.  
  459.     cat set_name.?? | gunzip | tar xfp -
  460.  
  461. In each of the source distribution set directories, there is a file
  462. named "CKSUMS" which contains the checksums of the files in that
  463. directory, as generated by the cksum(1) utility.  You can use cksum to
  464. check the integrity of the archives, if you suspect that one of the
  465. files is corrupt and have access to a cksum binary.
  466.  
  467. The Amiga-specific portion of the NetBSD 1.3_BETA release is found in the
  468. "amiga" subdirectory of the distribution.  That subdirectory is laid
  469. out as follows:
  470.  
  471. .../NetBSD-1.3_BETA/amiga/
  472.     INSTALL            Installation notes; this file.
  473.  
  474.     binary/
  475.         sets/        Amiga binary distribution sets;
  476.                 see below.
  477.  
  478.         security/    Amiga security distribution;
  479.                 see below;
  480.  
  481.     installation/
  482.             miniroot/    Amiga miniroot file system
  483.                     image; see below.
  484.  
  485.             misc/        Miscellaneous Amiga
  486.                     installation utilities; see
  487.                     installation section, below.
  488.  
  489. The Amiga now uses a single miniroot filesystem for both an initial
  490. installation and for an upgrade.  A gzipped version is available, for easier
  491. downloading.  (The gzipped version have the ".gz" extension added to
  492. their names.)
  493.  
  494. Miniroot file system:
  495.  
  496.     This file contains a BSD root file system setup to help you
  497.     install the rest of NetBSD or to upgrade a previous version of
  498.     NetBSD.  This includes formatting and mounting your root and
  499.     /usr partitions and getting ready to extract (and possibly first
  500.     fetching) the distribution sets.  There is enough on this file
  501.     system to allow you to make a SLIP or PPP connection, configure
  502.     an Ethernet, mount an NFS file system or ftp.  You can also load
  503.     distribution sets from a SCSI tape or from one of your existing
  504.     AmigaDOS partitions.
  505.  
  506.     This file is named "miniroot.fs".
  507.  
  508. The NetBSD/Amiga binary distribution sets contain the binaries which
  509. comprise the NetBSD 1.3_BETA release for the Amiga.  There are seven binary
  510. distribution sets, and the "security" distribution set.  The binary
  511. distribution sets can be found in subdirectories of the "amiga/binary"
  512. subdirectory of the NetBSD 1.3_BETA distribution tree, and are as follows:
  513.  
  514.     base    The NetBSD/Amiga 1.3_BETA base binary distribution.  You
  515.         MUST install this distribution set.  It contains the
  516.         base NetBSD utilities that are necessary for the
  517.         system to run and be minimally functional.  It
  518.         includes shared library support, and excludes
  519.         everything described below.
  520.         [ 8.7M gzipped, 25.2M uncompressed ]
  521.  
  522.     comp    The NetBSD/Amiga Compiler tools.  All of the tools
  523.         relating to C, C++, and FORTRAN (yes, there are two!).
  524.         This set includes the system include files
  525.         (/usr/include), the linker, the compiler tool chain,
  526.         and the various system libraries (except the shared
  527.         libraries, which are included as part of the base
  528.         set).  This set also includes the manual pages for all
  529.         of the utilities it contains, as well as the system
  530.         call and library manual pages.
  531.         [ 6.5M gzipped, 22.9M uncompressed ]
  532.  
  533.     etc    This distribution set contains the system
  534.         configuration files that reside in /etc and in several
  535.         other places.  This set MUST be installed if you are
  536.         installing the system from scratch, but should NOT be
  537.         used if you are upgrading.  (If you are upgrading,
  538.         it's recommended that you get a copy of this set and
  539.         CAREFULLY upgrade your configuration files by hand.)
  540.         [ 52K gzipped, 320K uncompressed ]
  541.  
  542.     games    This set includes the games and their manual pages.
  543.         [ 2.8M gzipped, 7.2M uncompressed ]
  544.  
  545.     man    This set includes all of the manual pages for the
  546.         binaries and other software contained in the base set.
  547.         Note that it does not include any of the manual pages
  548.         that are included in the other sets.
  549.         [ 2.4M gzipped, 10.0M uncompressed ]
  550.  
  551.     misc    This set includes the system dictionaries (which are
  552.         rather large), the typesettable document set, and
  553.         man pages for other architectures which happen to be
  554.         installed from the source tree by default.
  555.         [ 2.1M gzipped, 8.1M uncompressed ]
  556.  
  557.     text    This set includes NetBSD's text processing tools,
  558.         including groff, all related programs, and their
  559.         manual pages.
  560.         [ 960K gzipped, 3.7M uncompressed ]
  561.  
  562. The Amiga security distribution set is named "secr" and can be found
  563. in the "amiga/security" subdirectory of the NetBSD 1.3_BETA distribution
  564. tree.  It contains crypt.c (the source file for the DES encryption
  565. algorithm) and the binaries which depend on it.  It can only be found
  566. on those sites which carry the complete NetBSD distribution and that
  567. can legally obtain it.  (Remember, because of United States law, it
  568. may not be legal to distribute this set to locations outside of the
  569. United States and Canada.)  [ 740K gzipped, 2.5M uncompressed ]
  570.  
  571. The Amiga binary distribution sets are distributed in the same form as
  572. the source distribution sets; catted together, the members of a set
  573. form a gzipped tar file.  Each Amiga binary distribution set also has
  574. its own "CKSUMS" file, just as the source distribution sets do.
  575.  
  576. The instructions given for extracting the source sets work equally
  577. well for the binary sets, but it is worth noting that if you use that
  578. method, the files are extracted "below" the current directory.  That
  579. is, if you want to extract the binaries "into" your system, i.e.
  580. replace the system binaries with them, you have to run the "tar xvfp"
  581. from /.  Also note that if you upgrade or install this way, those
  582. programs that you are using at the time will NOT be replaced.  If you
  583. follow the normal installation or upgrade procedures, this will be
  584. taken care of for you.
  585.  
  586.  
  587.  
  588. NetBSD System Requirements and Supported Devices:
  589. ------ ------ ------------ --- --------- -------
  590.  
  591. NetBSD/amiga 1.3_BETA runs on any Amiga that has a 68020 or better CPU with
  592. some form of MMU, and on 68060 DraCos.
  593.  
  594. For 68020 and 68030 systems, a FPU is recommended but not required. 
  595. 68LC040, 68040V and 68LC060 systems don't work correctly at the moment.
  596.  
  597. The minimal configuration requires 4M of RAM and about 75M of disk
  598. space.  To install the entire system requires much more disk space,
  599. and to run X or compile the system, more RAM is recommended.  (4M of
  600. RAM will actually allow you to compile, however it won't be speedy. X
  601. really isn't usable on a 4M system.)
  602.  
  603. Here is a table of recommended HD partition sizes for a full install:
  604.     partition:    advise,    with X,    needed,    with X
  605.     root (/)    20M    20M    15M    15M
  606.     user (/usr)    95M    125M    75M     105M
  607.     swap        ----- 2M for every M ram -----
  608.     local (/usr/local)    up to you
  609.  
  610.  
  611. As you may note the recommended size of /usr is 20M greater than
  612. needed. This is to leave room for a kernel source and compile tree as
  613. you will probably want to compile your own kernel. (GENERIC is large
  614. and bulky to accommodate all people).
  615.  
  616. If you only have 4M of fast memory, you should make your swap partition
  617. larger, as your system will be doing much more swapping.
  618.  
  619. Supported devices include:
  620.     A4000/A1200 IDE controller.
  621.     SCSI host adapters:
  622.         33c93 based boards: A2091, A3000 builtin and GVP series II.
  623.         53c80 based boards: 12 Gauge, IVS, Wordsync/Bytesync and 
  624.             Emplant.*)
  625.         53c710 based boards: A4091, Magnum, Warp Engine, Zeus 
  626.             and DraCo builtin.
  627.         FAS216 based SCSI boards: FastLane Z3, Blizzard I and II,
  628.             Blizzard IV, Blizzard 2060, CyberSCSI Mk I and II.
  629.     Video controllers:
  630.         ECS, AGA and A2024 built in on various Amigas.
  631.         Retina Z2, Retina Z3 and Altais.
  632.         Cirrus CL GD 54xx based boards:
  633.             GVP Spectrum,
  634.             Picasso II, II+ and IV,
  635.             Piccolo and Piccolo SD64.
  636.         Tseng ET4000 based boards:
  637.             Domino and Domino16M proto,
  638.             oMniBus,
  639.             Merlin.
  640.         A2410.
  641.         Cybervision 64.
  642.         Cybervision 64/3D.
  643.  
  644.     Audio I/O:
  645.         Amiga builtin (currently 8bit-mode only)
  646.         Melody Mpeg-audio layer 2 board
  647.         
  648.     Ethernet controllers:
  649.         A2065 Ethernet
  650.         Hydra Ethernet
  651.         ASDG Ethernet
  652.         A4066 Ethernet
  653.         Ariadne Ethernet
  654.         Quicknet Ethernet
  655.     ARCnet controllers:
  656.         A2060 ARCnet
  657.     Tape drives:
  658.         Most SCSI tape drives, including
  659.             Archive Viper, Cipher SCSI-2 ST150.
  660.     Scanners:
  661.         SCSI-2 scanners behaving as SCSI-2 scanner devices,
  662.         HP Scanjet II, Mustek SCSI scanner.***)
  663.     CD-ROM drives:
  664.         Most SCSI CD-ROM drives
  665.     Serial cards:
  666.         HyperCom Z3 and HyperCom 4
  667.         MultiFaceCard II and III
  668.         A2232
  669.     Amiga floppy drives with Amiga (880/1760kB) and 
  670.         IBM (720/1440kB) encoding. ****)
  671.     Amiga parallel port.
  672.     Amiga serial port.
  673.     Amiga mouse.
  674.     DraCo serial port, including serial mouse.
  675.     DraCo parallel printer port.
  676.     Real-time clocks:
  677.         A2000, A3000, A4000 builtin (r/w),
  678.         DraCo builtin (r/o).
  679.  
  680. If its not on the above lists, there is no support for it in this
  681. release. Especially (but this is an incomplete list), there is no
  682. driver for:
  683.  
  684.     Blizzard III SCSI option, Cyberstorm Mk III SCSI option,
  685.     Ferret SCSI, Oktagon SCSI.
  686.  
  687. Known problems with some hardware:
  688.  
  689.     *) the Emplant SCSI adapter has been reported by a party to
  690.     hang after doing part of the installation without problems.
  691.  
  692.     ***) SCSI scanner support is machine independent, so it should
  693.     work, but hasn't been tested yet on most Amiga configurations.
  694.     There are reports that the Mustek and HP Scanjet hang if
  695.     accessed from the A3000. This might apply to other
  696.     33C93-Adapters, too.
  697.  
  698.     ****) Our floppy driver doesn't notice when mounted floppies are 
  699.     write-protected at the moment. Your floppy will stay
  700.     unchanged, but you might not notice that you didn't write
  701.     anything due to the buffer cache. Also note that HD floppy
  702.     drives only get detected as such if a HD floppy is inserted at
  703.     boot time.
  704.  
  705.  
  706.  
  707. Getting the NetBSD System on to Useful Media:
  708. ------- --- ------ ------ -- -- ------ -----
  709.  
  710. Installation is supported from several media types, including:
  711.     AmigaDOS HD partitions
  712.     Tape
  713.     NFS partitions
  714.     FTP
  715.     NetBSD partitions, if doing an upgrade.
  716.  
  717. The miniroot file system needs to be transferred to the NetBSD swap
  718. partition.  This can be done from AmigaDOS in the case of a new
  719. install or upgrade, or from NetBSD when doing an upgrade.  See the
  720. "Preparing your System for NetBSD Installation" section for details.
  721.  
  722. The steps necessary to prepare the distribution sets
  723. for installation depend on which method of installation
  724. you choose.  The various methods are explained below.
  725.  
  726. To prepare for installing via an AmigaDOS partition:
  727.  
  728.     To install NetBSD from an AmigaDOS partition, you need to
  729.     get the NetBSD distribution sets you wish to install
  730.     on your system on to an AmigaDOS partition.  All of the
  731.     set_name.xx pieces can be placed in a single directory
  732.     instead of separate ones for each distribution set.  This
  733.     will also simplify the installation work later on.
  734.  
  735.     Note where you place the files you will need this later.
  736.  
  737.     Once you have done this, you can proceed to the next
  738.     step in the installation process, preparing your hard disk.
  739.  
  740. To prepare for installing via a tape:
  741.  
  742.     To install NetBSD from a tape, you need to somehow
  743.     get the NetBSD file sets you wish to install on
  744.     your system on to the appropriate kind of tape,
  745.     in tar format.
  746.  
  747.     If you're making the tape on a UN*X system, the easiest
  748.     way to do so is:
  749.  
  750.         tar cvf <tape_device> <files>
  751.  
  752.     where "<tape_device>" is the name of the tape device
  753.     that describes the tape drive you're using (possibly
  754.     something like /dev/nrst0, but we make no guarantees 8-).
  755.     If you can't figure it out, ask your system administrator.
  756.     "<files>" are the names of the "set_name.xx" files
  757.     which you want to be placed on the tape.
  758.  
  759.     Once you have done this, you can proceed to the next
  760.     step in the installation process, preparing your hard disk.
  761.  
  762. To prepare for installing via an NFS partition:
  763.  
  764.     NOTE: this method of installation is recommended
  765.           only for those already familiar with using
  766.           the BSD network-manipulation commands and
  767.           interfaces.  If you aren't, this documentation
  768.           should help, but is not intended to be
  769.           all-encompassing.
  770.  
  771.     Place the NetBSD software you wish to install into
  772.     a directory on an NFS server, and make that directory
  773.     mountable by the machine which you will be installing
  774.     NetBSD on.  This will probably require modifying the
  775.     /etc/exports file of the NFS server and resetting
  776.     mountd, acts which will require superuser privileges.
  777.     Note the numeric IP address of the NFS server and of
  778.     the router closest to the the new NetBSD machine,
  779.     if the NFS server is not on a network which is
  780.     directly attached to the NetBSD machine.
  781.  
  782.     Once you have done this, you can proceed to the next
  783.     step in the installation process, preparing your hard disk.
  784.  
  785. To prepare for installing via FTP:
  786.  
  787.     NOTE: this method of installation is recommended
  788.           only for those already familiar with using
  789.           the BSD network-manipulation commands and
  790.           interfaces.  If you aren't, this documentation
  791.           should help, but is not intended to be
  792.           all-encompassing.
  793.  
  794.     The preparations for this method of installation
  795.     are easy: all you have to do is make sure that
  796.     there's some FTP site from which you can retrieve
  797.     the NetBSD installation when it's time to do
  798.     the install.  You should know the numeric IP
  799.     address of that site, the numeric IP address of
  800.     your nearest router if one is necessary
  801.  
  802.     Once you have done this, you can proceed to the next
  803.     step in the installation process, preparing your hard disk.
  804.  
  805. If you are upgrading NetBSD, you also have the option of installing
  806. NetBSD by putting the new distribution sets somewhere in your existing
  807. file system, and using them from there.  To do that, you must do the
  808. following:
  809.  
  810.     Place the distribution sets you wish to upgrade somewhere in
  811.     your current file system tree.  At a bare minimum, you must
  812.     upgrade the "base" binary distribution, and so must put the
  813.     "base" set somewhere in your file system.  If you wish,
  814.     you can do the other sets, as well, but you should NOT upgrade
  815.     the "etc" distribution; the "etc" distribution contains system
  816.     configuration files that you should review and update by hand.
  817.  
  818.     Once you have done this, you can proceed to the next step in
  819.     the upgrade process, actually upgrading your system.
  820.  
  821.  
  822.  
  823. Preparing your System for NetBSD Installation:
  824. --------- ---- ------ --- ------ ------------
  825.  
  826. You will need an AmigaDOS hard drive prep tool to prepare you hard
  827. drives for use with NetBSD/Amiga.  HDToolBox is provided with the
  828. system software and on floppy installation disks since Release 2.0
  829. of AmigaDOS so we will provide instructions for its use.
  830.  
  831. Preparing you hard disk with HDToolBox:
  832.  
  833.     A full explanation of HDToolBox can be found with your
  834.     AmigaDOS manuals and is beyond the scope of this document.
  835.  
  836.     Note you will be modifying your HD's if you mess something 
  837.     up here you could lose everything on all the drives that 
  838.     you configure.  It is therefore advised that you:
  839.  
  840.         Write down your current configurations.  Do this
  841.         by examining each partition on the drive and the
  842.         drives parameters (from Change drive type.)
  843.  
  844.         Back up the partitions you are keeping.
  845.  
  846.     What you need to do is partition your drives; creating at least
  847.     root, swap and /usr partitions and possibly at least one more for
  848.     /local if you have the space.
  849.  
  850.     This should be done as the HDToolBox manual describes.  One thing
  851.     to note is that if you are not using a Commodore controller you
  852.     will need to specify the device your SCSI controller uses e.g.
  853.     if you have a Warp Engine you would:
  854.  
  855.         from cli,
  856.             hdtoolbox warpdrive.device
  857.  
  858.         from wb set the tooltype,
  859.             SCSI_DEVICE_NAME=warpdrive.device
  860.  
  861.     The important things you need to do above and beyond normal
  862.     partitioning includes (from Partition Drive section):
  863.  
  864.         Marking all NetBSD partitions as non-bootable, with
  865.         one exception: the root partition, if you want to boot
  866.         NetBSD directly.
  867.  
  868.         Changing the file system parameters of the partitions
  869.         to NetBSD ones.  This must be done from the
  870.         partitioning section and `Advanced options' must
  871.         be enabled.  To Make the needed changes:
  872.  
  873.         - Click the `Adv. Options' button
  874.         - Click the `Change file system' button
  875.  
  876.         - Choose `Custom File System'
  877.         - Turn off `Automount' if on.
  878.         - Set the dostype to one of these three choices:
  879.  
  880.             root partition  : 0x4e425207
  881.             swap partition  : 0x4e425301
  882.             other partitions: 0x4e425507
  883.  
  884.         Here `other' refers to other partitions you will
  885.         format for reading and writing under NetBSD (e.g.
  886.         /usr)
  887.  
  888.         Make sure you hit the return key to enter this value
  889.         as some versions of HDToolBox will forget your entry
  890.         if you don't.
  891.  
  892.         - Turn custom boot code off
  893.         - Set Reserved Blocks start and end to 0.
  894.         - Click Ok.
  895.  
  896.         On the root (and, for installation, swap) partition,
  897.         set instead this:
  898.  
  899.         - Turn custom boot code on
  900.         - Set Reserved Blocks start and end to 0.
  901.         - Set Number of Custom Boot Blocks to 16
  902.         - Set Automount This Partition on
  903.         - Click Ok.
  904.  
  905.         Mask and maxtransfer are not used with NetBSD.
  906.  
  907.     
  908.     Once this is done NetBSD/Amiga will be able to recognize your
  909.     disks and which partitions it should use.
  910.  
  911. Transferring the miniroot file system:
  912.  
  913.     The NetBSD/Amiga installation or upgrade now uses a "miniroot"
  914.     file system which is installed on the partition used by NetBSD
  915.     for swapping.  This removes the requirement of using a floppy
  916.     disk for the file system used by the installation or upgrade
  917.     process.  It also allows more utilities to be present on the
  918.     file system than would be available when using an 880K floppy
  919.     disk.
  920.  
  921.     Once the hard disk has been prepared for NetBSD, the miniroot
  922.     file system (miniroot.fs) is transferred to the swap
  923.     partition configured during the hard disk prep (or the existing
  924.     swap partition in the case of an upgrade).  The xstreamtodev
  925.     utility provided in the "amiga/utilities" directory can be used
  926.     on AmigaDOS to transfer the file system for either a new
  927.     installation or an upgrade.  The file system can also be
  928.     transferred on an existing NetBSD system for an update by
  929.     using dd.  This should only be done after booting NetBSD
  930.     into single-user state.  It may also be possible to shutdown
  931.     to single-user, providing that the single-user state processes
  932.     are not using the swap partition.
  933.  
  934.     On AmigaDOS, the command:
  935.         xstreamtodev --input=miniroot.fs --rdb-name=<swap partition>
  936.     where <swap partition> is the name you gave to the NetBSD
  937.     partition to be used for swapping.  If xstreamtodev is unable
  938.     to determine the SCSI driver device name or the unit number
  939.     of the specified partition, you may also need to include the
  940.     option "--device=<driver.name>" and/or "--unit=<SCSI unit number>".
  941.  
  942.     To transfer the miniroot using NetBSD, you should be booted up
  943.     in single user state on the current NetBSD system, or use the
  944.     "shutdown now" command to shutdown to single-user state.  Then
  945.     copy the miniroot using dd:
  946.         dd if=miniroot.fs of=/dev/rsd0b
  947.     where /dev/rsd0b should be the device path of the swap partition
  948.     your system is configured to use.  Once the file is copied,
  949.     reboot back to AmigaDOS to boot the upgrade kernel.
  950.  
  951.  
  952.  
  953. Installing the NetBSD System:
  954. ---------- --- ------ ------
  955.  
  956. Installing NetBSD is a relatively complex process, but, if you have
  957. this document in hand and are careful to read and remember the
  958. information which is presented to you by the install program, it
  959. shouldn't be too much trouble.
  960.  
  961. Before you begin, you must have already prepared your hard disk as
  962. detailed in the section on preparing your system for install.
  963.  
  964. The following is a walk-through of the steps necessary to get NetBSD
  965. installed on your hard disk.  If you wish to stop the installation,
  966. you may hit Control-C at any prompt, but if you do, you'll have to
  967. begin again from scratch.
  968.  
  969.     Transfer the miniroot file system onto the hard disk partition
  970.     used by NetBSD for swapping, as described in the "Preparing
  971.     your System for NetBSD Installation" section above.
  972.  
  973.     * Booting from AmigaOS, using loadbsd:
  974.  
  975.     You then need to have "ixemul.library" in your LIBS: directory
  976.     on AmigaDOS.  You also need to have the "loadbsd" program
  977.     in your command path.  If AmigaDOS complains about loadbsd
  978.     not being an executable file, be sure that the "Execute"
  979.     protection bit is set.  If not, set it with the command:
  980.         Protect loadbsd add e
  981.  
  982.     Next you need to get yourself into NetBSD by loading the
  983.     kernel from AmigaDOS with loadbsd like so:
  984.  
  985.         loadbsd -b netbsd
  986.  
  987.     If you have an AGA machine, and your monitor will handle
  988.     the dblNTSC mode, you may also include the "-A" option to
  989.     enable the dblNTSC display mode.
  990.  
  991.     If your machine has a fragmented physical memory space, as, 
  992.     e.g., DraCo machines, you should add the "-n2" option to 
  993.     enable the use of all memory segments.
  994.  
  995.     * Directly booting NetBSD, with boot blocks installed:
  996.  
  997.     [This description is for V40 (OS 3.1) ROMs. For older ROMs,
  998.     there might be small differences. Check your AmigaOS documentation
  999.     to learn about the exact procedure.]
  1000.  
  1001. [XXX should note someplace that using bootblocks may not work on some
  1002.  systems, and may require a mountable filesystem on others?]
  1003.  
  1004.     Reboot your machine, holding down both mouse buttons if you 
  1005.     have a 2-button mouse, the outer mouse buttons if you have
  1006.     a 3-button mouse. On the DraCo, press the left mouse button
  1007.     instead, when the boot screen prompts you for it.
  1008.  
  1009.     From the boot menu, select "Boot Options".
  1010.     Select the swap partition with the miniroot, and then "ok".
  1011.     Select "Boot" now. The machine will boot the bootblock, which
  1012.     will prompt your for a command line. You have a few seconds time
  1013.     to change the default. Entering an empty line will accept the
  1014.     default.
  1015.  
  1016.     The bootblock uses command lines of the form:
  1017.  
  1018.     file options
  1019.  
  1020.     where file is the kernel file name on the partition where the
  1021.     boot block is on, and options are the same as with loadbsd.
  1022.     E.g., instead of "loadbsd -bsSn2 netbsd" use "netbsd -bsSn2".
  1023.  
  1024.     * Once your kernel boots:
  1025.  
  1026.     You should see the screen clear and some information about
  1027.     your system as the kernel configures the hardware.  Note which
  1028.     hard disk device(s) are configured (sd0, sd1, etc).  Then
  1029.     you will be prompted for a root device.  At this time type
  1030.     'sd0b', where '0' is the device which contains the swap
  1031.     partition you created during the hard disk preparation.
  1032.  
  1033.     If the system should hang after entering the root device, try
  1034.     again with
  1035.  
  1036.         loadbsd -I ff -b netbsd
  1037.  
  1038.     This disables synchronous transfer on all SCSI devices.
  1039.  
  1040.     The system should continue to boot.  For now ignore WARNING:
  1041.     messages about bad dates in clocks, and a warning about /etc/rc
  1042.     not existing.  Eventually you will be be asked to enter the
  1043.     pathname of the shell, just hit return.  After a short while,
  1044.     you will be asked to select the type of your keyboard.  After
  1045.     you have entered a valid response here, the system asks you if
  1046.     you want to install or upgrade your system.  Since you are
  1047.     reading the 'install' section, 'i' would be the proper
  1048.     response here...
  1049.  
  1050.     The installer starts with a nice welcome messages.  Read this
  1051.     message carefully, it also informs you of the risks involved
  1052.     in continuing!  If you still want to go on, type 'y'.  The
  1053.     installer now continues by trying to figure out your disk
  1054.     configuration.     When it is done, you will be prompted to
  1055.     select a root device from the list of disks it has found.
  1056.  
  1057.     You should know at this point that the disks are NOT numbered
  1058.     according to their scsi-id! The NetBSD kernel numbers the scsi
  1059.     drives (and other devices on the scsi bus) sequentially as it
  1060.     finds them. The drive with the lowest scsi id will be called sd0,
  1061.     the next one sd1, etc.  Also, any Amiga internal IDE disk drives
  1062.     will be configured as "SCSI" drives, and will be configured
  1063.     before any 'real' SCSI drives (if any are present).
  1064.  
  1065.     YOU ARE NOW AT THE POINT OF NO RETURN.  If you confirm that
  1066.     you want to install NetBSD, your hard drive will be modified,
  1067.     and perhaps its contents scrambled at the whim of the install
  1068.     program.  Type Control-C NOW if you don't want this.
  1069.  
  1070.     At this time, you will need to tell the installer which partition
  1071.     will be associated with the different filesystems.
  1072.  
  1073.     The install program will now make the the file systems you
  1074.     specified.  There should be only one error per file system in
  1075.     this section of the installation.  It will look like so:
  1076.  
  1077.         newfs: ioctl (WDINFO): Invalid argument
  1078.         newfs: /dev/rsd0a: can't rewrite disk label
  1079.  
  1080.     If there are any others, restart from the the beginning of
  1081.     the installation process.  This error is ok as the Amiga
  1082.     does not write disklabels currently.  You should expect
  1083.     this error whenever using newfs.
  1084.  
  1085.     The install will now ask you want to configure any network
  1086.     information.  It ill ask for the machine's host name, domain
  1087.     name, and other network configuration information.
  1088.  
  1089.     Since the network configuration might have lead to additional (nfs)
  1090.     filesystem entries, you get another chance to modify your fstab.
  1091.  
  1092.     Your are finally at the point where some real data will be put on
  1093.     your freshly made filesystems. Select the device type you wish
  1094.     to install from and off you go....
  1095.     Some notes:
  1096.         - If you want to install from tape, please read the section
  1097.           about how to create such a tape.
  1098.         - Install at least the base and etc sets.
  1099.         - If you have to specify a path relative to the mount-point and
  1100.           you need the mount-point itself, enter '.'.
  1101.  
  1102.     Next you will be asked to specify the timezone.  Just select the
  1103.     timezone you are in. The installer will make the correct setup
  1104.     on your root filesystem. After the timezone-link is installed,
  1105.     the installer will proceed by creating the device nodes on your
  1106.     root filesystem.
  1107.  
  1108.     Be patient, this will take a while...
  1109.  
  1110.     Finally, the installer ask you if you want to install the bootblock
  1111.     code on your root disk. This is a matter of personal choice and can
  1112.     also be done from a running NetBSD system. See the 'installboot(8)'
  1113.     manual page about how to do this.
  1114.  
  1115.  
  1116. Once the installer is done, halt the system with the "halt" command
  1117. (wait for "halted" to be displayed) and reboot.  Then again boot
  1118. NetBSD this time with the command:
  1119.  
  1120.     loadbsd netbsd
  1121.  
  1122. or select the root partition from the boot menu, and tell it to boot
  1123.  
  1124.     netbsd -s
  1125.  
  1126. You need to do your final tweaks now.  First mount your file systems
  1127. like so:
  1128.  
  1129.     mount -av
  1130.  
  1131. Your system is now complete but not completely configured; you
  1132. should adjust the /etc/sendmail.cf file as necessary to suit your
  1133. site and/or disable sendmail and other network related programs.
  1134. These things can be found in /etc/netstart.  Use vi, if you installed
  1135. the man pages you can type `man vi' or `man ed' for instructions
  1136. on how to use these somewhat non-intuitive editors.
  1137.  
  1138. Once you are done with the rest of configuration unmount your file
  1139. systems and halt your system, then reboot:
  1140.  
  1141.     cd /
  1142.     umount -av
  1143.     halt
  1144.     <reboot>
  1145.  
  1146. Finally you can now boot your system and it will be completely
  1147. functional:
  1148.  
  1149.     loadbsd -a netbsd
  1150.  
  1151. When it boots off of the hard drive, you will have a complete
  1152. NetBSD system!  CONGRATULATIONS! (You really deserve them!!!)
  1153.  
  1154.  
  1155.  
  1156. Upgrading a previously-installed NetBSD System:
  1157. --------- - ---------- --------- ------ ------
  1158.  
  1159. The upgrade to NetBSD 1.3_BETA is a binary upgrade; it would be prohibitive
  1160. to make users upgrade by compiling and installing the 1.3_BETA sources, and
  1161. it would be very difficult to even compile a set of instructions that
  1162. allowed them to do so.  Because of the various changes to the system,
  1163. it is impractical to upgrade by recompiling from the sources and
  1164. installing.
  1165.  
  1166. To do the upgrade, you must have the NetBSD kernel on AmigaDOS and
  1167. you must transfer the miniroot file system miniroot.fs onto the swap
  1168. partition of the NetBSD hard disk.  You must also have at least the
  1169. "base" binary distribution set available, so that you can upgrade
  1170. with it, using one of the upgrade methods described above.  Finally,
  1171. you must have sufficient disk space available to install the new
  1172. binaries.  Since the old binaries are being overwritten in place,
  1173. you only need space for the new binaries, which weren't previously
  1174. on the system.  If you have a few megabytes free on each of your
  1175. root and /usr partitions, you should have enough space.
  1176.  
  1177. Since upgrading involves replacing the kernel, and most of the system
  1178. binaries, it has the potential to cause data loss.  You are strongly
  1179. advised to BACK UP ANY IMPORTANT DATA ON YOUR DISK, whether on the
  1180. NetBSD partition or on another operating system's partition, before
  1181. beginning the upgrade process.
  1182.  
  1183. To upgrade your system, follow the following instructions:
  1184.  
  1185.     Transfer the miniroot file system onto the hard disk partition
  1186.     used by NetBSD for swapping, as described in the "Preparing
  1187.     your System for NetBSD Installation" section above.
  1188.  
  1189.     Now boot up NetBSD using the 1.3_BETA kernel using the loadbsd
  1190.     command:
  1191.  
  1192.         loadbsd -b netbsd
  1193.  
  1194.     If you machine has a split memory space, like, e.g., DraCo
  1195.     machines, use this instead:
  1196.  
  1197.         loadbsd -bn2 netbsd
  1198.  
  1199.     * Directly booting NetBSD, with boot blocks installed:
  1200.  
  1201.     [This description is for V40 (OS 3.1) ROMs. For older ROMs,
  1202.     there might be small differences. Check your AmigaOS documentation
  1203.     to learn about the exact procedure.]
  1204.  
  1205. [XXX another note about bootblock support?]
  1206.  
  1207.     Reboot your machine, holding down both mouse buttons if you
  1208.     have a 2-button mouse, the outer mouse buttons if you have
  1209.     a 3-button mouse. On the DraCo, press the left mouse button
  1210.     instead, when the boot screen prompts you for it.
  1211.  
  1212.     From the boot menu, select "Boot Options".
  1213.     Select the swap partition with the miniroot, and then "ok".
  1214.     Select "Boot" now. The machine will boot the bootblock, which
  1215.     will prompt your for a command line. You have a few seconds time
  1216.     to change the default. Entering an empty line will accept the
  1217.     default.
  1218.  
  1219.     The bootblock uses command lines of the form:
  1220.  
  1221.     file options
  1222.  
  1223.     where file is the kernel file name on the partition where the
  1224.     boot block is on, and options are the same as with loadbsd.
  1225.     E.g., instead of "loadbsd -bsSn2 netbsd" use "netbsd -bsSn2".
  1226.  
  1227.     * Once your kernel boots:
  1228.  
  1229.     You should see the screen clear and some information about
  1230.     your system as the kernel configures the hardware.  Note which
  1231.     hard disk device is configured that contains your root and
  1232.     swap partition.  When prompted for the root device, type
  1233.     'sd0b' (replacing 0 with the disk number that NetBSD used for
  1234.     your root/swap device). When you reach the prompt asking you
  1235.     for a shell name, just hit return.
  1236.  
  1237.     You will be presented with some information about the upgrade
  1238.     process and a warning message, and will be asked if you wish
  1239.     to proceed with the upgrade process.  If you answer
  1240.     negatively, the upgrade process will stop, and your disk will
  1241.     not be modified.  If you answer affirmatively, the upgrade
  1242.     process will begin, and your disk will be modified.  You may
  1243.     hit Control-C to stop the upgrade process at any time.
  1244.     However, if you hit it at an inopportune moment, your system
  1245.     may be left in an inconsistent (and possibly unusable) state.
  1246.  
  1247.     You will now be greeted and reminded of the fact that this is a
  1248.     potential dangerous procedure and that you should not upgrade the
  1249.     etc-set.
  1250.  
  1251.     When you decide to proceed, you will be prompted to enter
  1252.     your root disk. After you've done this, it will be checked
  1253.     automatically to make sure that the filesystem is in a sane
  1254.     state before making any modifications. After this is done,
  1255.     you will be asked if you want to configure your network.
  1256.  
  1257.     You are now allowed to edit your fstab. Normally you don't have
  1258.     to. Note that the upgrade-kit uses it's own copy of the fstab.
  1259.     Whatever you do here *won't* affect your actual fstab.
  1260.     After you are satisfied with your fstab, the upgrade-kit will check
  1261.     all filesystems mentioned in it. When they're ok, they will be
  1262.     mounted.
  1263.  
  1264.     You will now be asked if your sets are stored on a normally
  1265.     mounted filesystem. You should answer 'y' to this question if
  1266.     you have the sets stored on a filesystem that was present in
  1267.     the fstab. The actions you should take for the set extraction
  1268.     are pretty logical (I think).
  1269.  
  1270.     After you have extracted the sets, the upgrade kit will proceed
  1271.     with setting the timezone and installing the kernel and bootcode.
  1272.     This is all exactly the same as described in the installation
  1273.     section.
  1274.  
  1275. Your system has now been upgraded to NetBSD 1.3_BETA.
  1276.  
  1277.     After a new kernel has been copied to your hard disk, your
  1278.     machine is a complete NetBSD 1.3_BETA system.  However, that
  1279.     doesn't mean that you're finished with the upgrade process.
  1280.     There are several things that you should do, or might have to
  1281.     do, to insure that the system works properly.
  1282.  
  1283.     You will probably want to get the etc distribution,
  1284.     extract it, and compare its contents with those in your /etc/
  1285.     directory.  You will probably want to replace some of your
  1286.     system configuration files, or incorporate some of the changes
  1287.     in the new versions into yours.
  1288.  
  1289.     You will want to delete old binaries that were part
  1290.     of the version of NetBSD that you upgraded from and have since
  1291.     been removed from the NetBSD distribution.  If upgrading from
  1292.     a NetBSD version older than 1.0, you might also want to
  1293.     recompile any locally-built binaries, to take advantage of the
  1294.     shared libraries.  (Note that any new binaries that you build
  1295.     will be dynamically linked, and therefore take advantage of
  1296.     the shared libraries, by default.  For information on how to
  1297.     make statically linked binaries, see the cc(1) and ld(1)
  1298.     manual pages.)
  1299.  
  1300.  
  1301.  
  1302. Using online NetBSD documentation
  1303. ----- ------ ------ -------------
  1304.  
  1305. Documentation is available if you first install the manual
  1306. distribution set.  Traditionally, the "man pages" (documentation)
  1307. are denoted by 'name(section)'.  Some examples of this are
  1308.  
  1309.     intro(1),
  1310.     man(1),
  1311.     apropros(1),
  1312.     passwd(1), and
  1313.     passwd(5).
  1314.  
  1315. The section numbers group the topics into several categories, but three
  1316. are of primary interest:  user commands are in section 1, file formats
  1317. are in section 5, and administrative information is in section 8.
  1318.  
  1319. The 'man' command is used to view the documentation on a topic, and is
  1320. started by entering 'man [section] topic'.  The brackets [] around the
  1321. section should not be entered, but rather indicate that the section is
  1322. optional.  If you don't ask for a particular section, the topic with the
  1323. least-numbered section name will be displayed.  For instance, after
  1324. logging in, enter 
  1325.  
  1326.     man passwd
  1327.  
  1328. to read the documentation for passwd(1).  To view the documentation for
  1329. passwd(5), enter
  1330.  
  1331.     man 5 passwd
  1332.  
  1333. instead.
  1334.  
  1335. If you are unsure of what man page you are looking for, enter
  1336.  
  1337.     apropos subject-word
  1338.  
  1339. where "subject-word" is your topic of interest; a list of possibly 
  1340. related man pages will be displayed.
  1341.  
  1342.  
  1343. Administrivia:
  1344. -------------
  1345.  
  1346. Registration?  What's that?
  1347.  
  1348. If you've got something to say, do so!  We'd like your input.
  1349. There are various mailing lists available via the mailing list
  1350. server at <majordomo@NetBSD.ORG>.  To get help on using the mailing
  1351. list server, send mail to that address with an empty body, and it will
  1352. reply with instructions.
  1353.  
  1354. There are various mailing lists set up to deal with comments and
  1355. questions about this release.  Please send comments to:
  1356.  
  1357.     netbsd-comments@NetBSD.ORG
  1358.  
  1359. To report bugs, use the 'send-pr' command shipped with NetBSD,
  1360. and fill in as much information about the problem as you can.  Good
  1361. bug reports include lots of details.  Additionally, bug reports can
  1362. be sent by mail to:
  1363.  
  1364.     netbsd-bugs@NetBSD.ORG
  1365.  
  1366. Use of 'send-pr' is encouraged, however, because bugs reported with it
  1367. are entered into the NetBSD bugs database, and thus can't slip through
  1368. the cracks.
  1369.  
  1370. There are also port-specific mailing lists, to discuss aspects of
  1371. each port of NetBSD.  Use majordomo to find their addresses.  If
  1372. you're interested in doing a serious amount of work on a specific
  1373. port, you probably should contact the "owner" of that port (listed
  1374. below).
  1375.  
  1376. If you'd like to help with this effort, and have an idea as to how
  1377. you could be useful, send mail and/or subscribe to:
  1378.  
  1379.     netbsd-help@NetBSD.ORG
  1380.  
  1381. As a favor, please avoid mailing huge documents or files to these
  1382. mailing lists.  Instead, put the material you would have sent up
  1383. for FTP somewhere, then mail the appropriate list about it, or, if
  1384. you'd rather not do that, mail the list saying you'll send the data
  1385. to those who want it.
  1386.  
  1387.  
  1388. Thanks go to:
  1389. ------ -- --
  1390.  
  1391. Members and former members of UCB's Computer Systems Research Group,
  1392. including (but not limited to):
  1393.     Keith Bostic
  1394.     Ralph Campbell
  1395.     Mike Karels
  1396.     Marshall Kirk McKusick
  1397. for their ongoing work on BSD systems, support, and encouragement.
  1398.  
  1399. Also, our thanks go to:
  1400.     Mike Hibler
  1401.     Rick Macklem
  1402.     Jan-Simon Pendry
  1403.     Chris Torek
  1404. for answering lots of questions, fixing bugs, and doing the various work
  1405. they've done.
  1406.  
  1407. UC Berkeley's Experimental Computing Facility provided a home for
  1408. sun-lamp in the past, people to look after it, and a sense of humor.
  1409. Rob Robertson, too, has added his unique sense of humor to things, and
  1410. for a long time provided the primary FTP site for NetBSD.
  1411.  
  1412. Best Internet Communications for hosting the NetBSD FTP and SUP server.
  1413.  
  1414. Cygnus Support for hosting the NetBSD Mail server.
  1415.  
  1416. Without CVS, this project would be impossible to manage, so our hats
  1417. go off to Brian Berliner, Jeff Polk, and the various other people
  1418. who've had a hand in making CVS a useful tool.
  1419.  
  1420. Dave Burgess <burgess@cynjut.infonet.net> has been maintaining the
  1421. 386BSD/NetBSD/FreeBSD FAQ for quite some time, and deserves to be
  1422. recognized for it.
  1423.  
  1424. The following people (in alphabetical order) have made donations or
  1425. loans of hardware and/or money, to support NetBSD development, and
  1426. deserve credit for it:
  1427.     Bay Area Internet Solutions
  1428.     Jason Brazile
  1429.     David Brownlee
  1430.     Simon Burge
  1431.     Dave Burgess
  1432.     Ralph Campbell
  1433.     Canada Connect Corporation
  1434.     Brian Carlstrom
  1435.     James Chacon
  1436.     Bill Coldwell
  1437.     Charles Conn
  1438.     Tom Coulter
  1439.     Charles D. Cranor
  1440.     Christopher G. Demetriou
  1441.     Demon Internet, UK
  1442.     Easynet, UK
  1443.     Scott Ellis
  1444.     Free Hardware Foundation
  1445.     Greg Gingerich
  1446.     Michael L. Hitch
  1447.     Innovation Development Enterprises of America
  1448.     Scott Kaplan
  1449.     Chris Legrow
  1450.     Neil J. McRae
  1451.     Perry E. Metzger
  1452.     MS Macro System GmbH, Germany
  1453.     Numerical Aerospace Simulation Facility, NASA Ames Research Center
  1454.     Herb Peyerl
  1455.     Mike Price
  1456.     Thor Lancelot Simon
  1457.     Bill Sommerfeld
  1458.     Paul Southworth
  1459.     Jason R. Thorpe
  1460.     Steve Wadlow
  1461.  
  1462. (If you're not on that list and should be, tell us!  We probably were
  1463. not able to get in touch with you, to verify that you wanted to be
  1464. listed.)
  1465.  
  1466. Finally, we thank all of the people who've put sweat and tears into
  1467. developing NetBSD since its inception in January, 1993.  (Obviously,
  1468. there are a lot more people who deserve thanks here.  If you're one of
  1469. them, and would like to mentioned, tell us!)
  1470.  
  1471.  
  1472. We are:
  1473. -- ---
  1474. (in alphabetical order)
  1475.  
  1476. The NetBSD core group:
  1477. J.T. Conklin        <jtc@NetBSD.ORG>
  1478. Charles Hannum        <mycroft@NetBSD.ORG>
  1479. Paul Kranenburg        <pk@NetBSD.ORG>
  1480. Jason Thorpe        <thorpej@NetBSD.ORG>
  1481. Christos Zoulas     <christos@NetBSD.ORG>
  1482.  
  1483. The port-masters (and their ports):
  1484. Mark Brinicombe        <mark@NetBSD.ORG>        (arm32)
  1485. Jeremy Cooper        <jeremy@NetBSD.ORG>        (sun3x)
  1486. Chuck Cranor        <chuck@NetBSD.ORG>        (mvme68k)
  1487. Charles Hannum        <mycroft@NetBSD.ORG>        (i386)
  1488. Chris Hopps        <chopps@NetBSD.ORG>        (amiga)
  1489. Paul Kranenburg        <pk@NetBSD.ORG>            (sparc)
  1490. Anders Magnusson    <ragge@NetBSD.ORG>        (vax)
  1491. Phil Nelson        <phil@NetBSD.ORG>        (pc532)
  1492. Masaru Oki        <oki@NetBSD.ORG>        (x68k)
  1493. Scott Reynolds        <scottr@NetBSD.ORG>        (mac68k)
  1494. Gordon Ross        <gwr@NetBSD.ORG>        (sun3, sun3x)
  1495. Jonathan Stone        <jonathan@NetBSD.ORG>        (pmax)
  1496. Jason Thorpe        <thorpej@NetBSD.ORG>        (hp300)
  1497. Frank van der Linden    <fvdl@NetBSD.ORG>        (i386)
  1498. Leo Weppelman        <leo@NetBSD.ORG>        (atari)
  1499.  
  1500. Supporting cast:
  1501. Steve Allen        <wormey@eskimo.com>
  1502. Lennart Augustsson    <augustss@NetBSD.ORG>
  1503. Christoph Badura    <bad@NetBSD.ORG>
  1504. John Birrell        <jb@NetBSD.ORG>
  1505. Manuel Bouyer        <bouyer@NetBSD.ORG>
  1506. John Brezak        <brezak@NetBSD.ORG>
  1507. Allen Briggs        <briggs@NetBSD.ORG>
  1508. Aaron Brown        <abrown@NetBSD.ORG>
  1509. David Brownlee        <abs@NetBSD.ORG>
  1510. Simon Burge        <simonb@NetBSD.ORG>
  1511. Dave Burgess        <burgess@cynjut.infonet.net>
  1512. Dave Carrel        <carrel@NetBSD.ORG>
  1513. Bill Coldwell        <billc@NetBSD.ORG>
  1514. Alistair Crooks        <agc@NetBSD.ORG>
  1515. Rob Deker        <deker@NetBSD.ORG>
  1516. Chris G. Demetriou    <cgd@NetBSD.ORG>
  1517. Matthias Drochner    <drochner@NetBSD.ORG>
  1518. Bernd Ernesti        <veego@NetBSD.ORG>
  1519. Erik Fair        <fair@NetBSD.ORG>
  1520. Hubert Feyrer        <hubertf@NetBSD.ORG>
  1521. Brian R. Gaeke        <brg@dgate.org>
  1522. Justin Gibbs        <gibbs@NetBSD.ORG>
  1523. Adam Glass        <glass@NetBSD.ORG>
  1524. Michael Graff        <explorer@NetBSD.ORG>
  1525. Brad Grantham        <grantham@tenon.com>
  1526. Matthew Green        <mrg@NetBSD.ORG>
  1527. Juergen Hannken-Illjes    <hannken@NetBSD.ORG>
  1528. Michael L. Hitch    <osymh@NetBSD.ORG>
  1529. Marc Horowitz        <marc@NetBSD.ORG>
  1530. Matthew Jacob        <mjacob@NetBSD.ORG>
  1531. Lonhyn T. Jasinskyj    <lonhyn@NetBSD.ORG>
  1532. Lawrence Kesteloot    <kesteloo@cs.unc.edu>
  1533. Klaus Klein        <kleink@NetBSD.ORG>
  1534. John Kohl         <jtk@NetBSD.ORG>
  1535. Kevin Lahey        <kml@NetBSD.ORG>
  1536. Ted Lemon        <mellon@NetBSD.ORG>
  1537. Mike Long        <mikel@NetBSD.ORG>
  1538. Paul Mackerras         <paulus@NetBSD.ORG>
  1539. SAITOH Masanobu        <msaitoh@NetBSD.ORG>
  1540. Neil J. McRae        <neil@NetBSD.ORG>
  1541. Perry Metzger        <perry@NetBSD.ORG>
  1542. Luke Mewburn        <lukem@NetBSD.ORG>
  1543. der Mouse        <mouse@NetBSD.ORG>
  1544. Herb Peyerl        <hpeyerl@NetBSD.ORG>
  1545. Matthias Pfaller    <matthias@NetBSD.ORG>
  1546. Chris Provenzano    <proven@NetBSD.ORG>
  1547. Waldi Ravens        <waldi@moacs.indiv.nl.net>
  1548. Darren Reed        <darrenr@NetBSD.ORG>
  1549. Kazuki Sakamoto        <sakamoto@NetBSD.ORG>
  1550. Curt Sampson        <cjs@NetBSD.ORG>
  1551. Wilfredo Sanchez    <wsanchez@NetBSD.ORG>
  1552. Karl Schilke (rAT)    <rat@NetBSD.ORG>
  1553. Thor Lancelot Simon    <tls@NetBSD.ORG>
  1554. Noriyuki Soda        <soda@NetBSD.ORG>
  1555. Wolfgang Solfrank    <ws@NetBSD.ORG>
  1556. Bill Sommerfeld        <sommerfeld@NetBSD.ORG>
  1557. Ignatios Souvatzis    <is@NetBSD.ORG>
  1558. Bill Studenmund        <wrstuden@NetBSD.ORG>
  1559. Kevin Sullivan        <sullivan@NetBSD.ORG>
  1560. Matt Thomas        <matt@NetBSD.ORG>
  1561. Enami Tsugutomo        <enami@NetBSD.ORG>
  1562. Todd Vierling        <tv@NetBSD.ORG>
  1563. Paul Vixie        <vixie@NetBSD.ORG>
  1564. Colin Wood        <ender@NetBSD.ORG>
  1565. Steve Woodford        <scw@NetBSD.ORG>
  1566.  
  1567. Legal Mumbo-jumbo:
  1568. ----- ----- -----
  1569.  
  1570. The following notices are required to satisfy the license terms of
  1571. the software that we have mentioned in this document:
  1572.  
  1573.     This product includes software developed by the University of
  1574.     California, Berkeley and its contributors.
  1575.  
  1576.     This product includes software developed by the Computer
  1577.     Systems Engineering Group at Lawrence Berkeley Laboratory.
  1578.  
  1579.     This product includes software developed by the NetBSD
  1580.     Foundation, Inc. and its contributors.
  1581.  
  1582.     This product includes software developed by Adam Glass
  1583.     and Charles Hannum.
  1584.  
  1585.     This product includes software developed by Adam Glass.
  1586.  
  1587.     This product includes software developed by Berkeley Software
  1588.     Design, Inc.
  1589.  
  1590.     This product includes software developed by Charles D. Cranor
  1591.     and Washington University.
  1592.  
  1593.     This product includes software developed by Charles D. Cranor.
  1594.  
  1595.     This product includes software developed by Charles Hannum,
  1596.     by the University of Vermont and State Agricultural College
  1597.     and Garrett A. Wollman, by William F. Jolitz, and by the
  1598.     University of California, Berkeley, Lawrence Berkeley Laboratory,
  1599.     and its contributors.
  1600.  
  1601.     This product includes software developed by Charles Hannum.
  1602.  
  1603.     This product includes software developed by Charles M. Hannum.
  1604.  
  1605.     This product includes software developed by Chris Provenzano.
  1606.  
  1607.     This product includes software developed by Christian E. Hopps.
  1608.  
  1609.     This product includes software developed by Christopher G. Demetriou
  1610.     for the NetBSD Project.
  1611.  
  1612.     This product includes software developed by Christopher G. Demetriou.
  1613.  
  1614.     This product includes software developed by Christos Zoulas.
  1615.  
  1616.     This product includes software developed by David Jones and Gordon Ross.
  1617.  
  1618.     This product includes software developed by Dean Huxley.
  1619.  
  1620.     This product includes software developed by Eric S. Hvozda.
  1621.  
  1622.     This product includes software developed by Ezra Story.
  1623.  
  1624.     This product includes software developed by Gordon Ross.
  1625.  
  1626.     This product includes software developed by Gordon W. Ross
  1627.     and Leo Weppelman.
  1628.  
  1629.     This product includes software developed by Gordon W. Ross.
  1630.  
  1631.     This product includes software developed by Herb Peyerl.
  1632.  
  1633.     This product includes software developed by Ian W. Dall.
  1634.  
  1635.     This product includes software developed by Ignatios Souvatzis
  1636.     for the NetBSD Project.
  1637.  
  1638.     This product includes software developed by Jason R. Thorpe
  1639.     for And Communications, http.
  1640.  
  1641.     This product includes software developed by Joachim Koenig-Baltes.
  1642.  
  1643.     This product includes software developed by Jochen Pohl
  1644.     for The NetBSD Project.
  1645.  
  1646.     This product includes software developed by John Polstra.
  1647.  
  1648.     This product includes software developed by Jonathan Stone
  1649.     and Jason R. Thorpe for the NetBSD Project.
  1650.  
  1651.     This product includes software developed by Jonathan Stone
  1652.     for the NetBSD Project.
  1653.  
  1654.     This product includes software developed by Jonathan Stone.
  1655.  
  1656.     This product includes software developed by Julian Highfield.
  1657.  
  1658.     This product includes software developed by Kenneth Stailey.
  1659.  
  1660.     This product includes software developed by Leo Weppelman.
  1661.  
  1662.     This product includes software developed by Lloyd Parkes.
  1663.  
  1664.     This product includes software developed by Mark Brinicombe.
  1665.  
  1666.     This product includes software developed by Markus Wild.
  1667.  
  1668.     This product includes software developed by Martin Husemann
  1669.     and Wolfgang Solfrank.
  1670.  
  1671.     This product includes software developed by Mats O Jansson
  1672.     and Charles D. Cranor.
  1673.  
  1674.     This product includes software developed by Mats O Jansson.
  1675.  
  1676.     This product includes software developed by Matthew R. Green
  1677.     for The NetBSD Foundation.
  1678.  
  1679.     This product includes software developed by Matthew R. Green
  1680.     for the NetBSD Project.
  1681.  
  1682.     This product includes software developed by Matthias Pfaller.
  1683.  
  1684.     This product includes software developed by Paul Kranenburg.
  1685.  
  1686.     This product includes software developed by Paul Mackerras.
  1687.  
  1688.     This product includes software developed by Peter Galbavy.
  1689.  
  1690.     This product includes software developed by Philip A. Nelson.
  1691.  
  1692.     This product includes software developed by Rodney W. Grimes.
  1693.  
  1694.     This product includes software developed by Scott Bartram.
  1695.  
  1696.     This product includes software developed by SigmaSoft, Th.
  1697.  
  1698.     This product includes software developed by Terrence R. Lambert.
  1699.  
  1700.     This product includes software developed by Theo de Raadt
  1701.     and John Brezak.
  1702.  
  1703.     This product includes software developed by Theo de Raadt.
  1704.  
  1705.     This product includes software developed by TooLs GmbH.
  1706.  
  1707.     This product includes software developed by Winning Strategies, Inc.
  1708.  
  1709.     This product includes software developed by the Center for
  1710.     Software Science at the University of Utah.
  1711.  
  1712.     This product includes software developed by the University of Calgary
  1713.     Department of Computer Science and its contributors.
  1714.  
  1715.     This product includes software developed by the University of Vermont
  1716.     and State Agricultural College and Garrett A. Wollman.
  1717.  
  1718.     This product includes software developed for the FreeBSD project.
  1719.  
  1720.     This product includes software developed for the NetBSD Project
  1721.     by Frank van der Linden.
  1722.  
  1723.     This product includes software developed for the NetBSD Project
  1724.     by Jason R. Thorpe.
  1725.  
  1726.     This product includes software developed for the NetBSD Project
  1727.     by John M. Vinopal.
  1728.  
  1729.     This product includes software developed for the NetBSD Project
  1730.     by Matthias Drochner.
  1731.  
  1732.     This product includes software developed for the NetBSD Project
  1733.     by Matthieu Herrb.
  1734.  
  1735.     This product includes software develooped for the NetBSD Project
  1736.     by Piermont Information Systems Inc.
  1737.  
  1738.  
  1739.  
  1740.     This product includes software developed by Tobias Abt.
  1741.  
  1742.     This product includes software developed by Klaus Burkert.
  1743.  
  1744.     This product includes software developed by Michael van Elst.
  1745.  
  1746.     This product includes software developed by Bernd Ernesti.
  1747.  
  1748.     This product includes software developed by Michael L. Hitch.
  1749.  
  1750.     This product includes software developed by Christian E. Hopps.
  1751.  
  1752.     This product includes software developed by Markus Illenseer.
  1753.  
  1754.     This product includes software developed by Mika Kortelainen.
  1755.  
  1756.     This product includes software developed by Jukka Marin.
  1757.  
  1758.     This product includes software developed by Kari Mettinen.
  1759.  
  1760.     This product includes software developed by Brad Pepers.
  1761.  
  1762.     This product includes software developed by Ignatios Souvatzis.
  1763.  
  1764.     This product includes software developed by Ezra Story.
  1765.  
  1766.     This product includes software developed by Michael Teske.
  1767.  
  1768.     This product includes software developed by Lutz Vieweg.
  1769.  
  1770.     This product includes software developed by Daniel Widenfalk.
  1771.  
  1772.     This product includes software developed by Markus Wild.
  1773.  
  1774.  
  1775.