contents revision 1.1 1 1.1 cgd The i386-specific portion of the NetBSD 1.0 release is found in the
2 1.1 cgd "i386" subdirectory of the distribution. That subdirectory is laid
3 1.1 cgd out as follows:
4 1.1 cgd
5 1.1 cgd .../NetBSD-1.0/i386/
6 1.1 cgd binary/ i386 binary distribution sets;
7 1.1 cgd see below.
8 1.1 cgd
9 1.1 cgd floppies/ i386 boot and installation
10 1.1 cgd floppies; see below.
11 1.1 cgd
12 1.1 cgd security/ i386 security distribution;
13 1.1 cgd see below;
14 1.1 cgd
15 1.1 cgd utils/ Miscellaneous i386
16 1.1 cgd installation utilities; see
17 1.1 cgd installation section, below.
18 1.1 cgd
19 1.1 cgd There are four i386 floppy images to be found in the "i386/floppy"
20 1.1 cgd subdirectory of the NetBSD 1.0 distribution. Two of them are bootable
21 1.1 cgd kernel-copy floppies, one is an installation floppy, and one is an
22 1.1 cgd upgrade floppy. They are all described in more detail below. There
23 1.1 cgd are gzipped versions of each available, for easier downloading. (The
24 1.1 cgd gzipped versions have the ".gz" extension added to their names.)
25 1.1 cgd
26 1.1 cgd Bootable Kernel-copy floppies:
27 1.1 cgd
28 1.1 cgd These disks contain file systems, are bootable, and have
29 1.1 cgd enough utilities on board to copy a new kernel to your hard
30 1.1 cgd disk once you have it partitioned for NetBSD. They make
31 1.1 cgd upgrading to a new kernel easy, because all you have to do is
32 1.1 cgd get a new kernel-copy floppy with a new kernel, boot from it,
33 1.1 cgd and confirm that you want to have the kernel copied to your
34 1.1 cgd disk.
35 1.1 cgd
36 1.1 cgd There are two different kernel copy floppy images,
37 1.1 cgd "kcaha-10.fs", and "kcbt-10.fs". They are identical except
38 1.1 cgd that the first has the driver for the Adaptec 1542 SCSI host
39 1.1 cgd adapter and does not contain the driver for the Buslogic 74x
40 1.1 cgd SCSI host adapters, and vice-versa for the second. (All other
41 1.1 cgd drivers are present on both disks.)
42 1.1 cgd
43 1.1 cgd Installation floppy:
44 1.1 cgd
45 1.1 cgd This disk contains the software necessary to prepare your hard
46 1.1 cgd drive for NetBSD and install the NetBSD distribution. It is
47 1.1 cgd not bootable, and must be used in conjunction with one of the
48 1.1 cgd kernel-copy floppies. This floppy is named "inst-10.fs".
49 1.1 cgd
50 1.1 cgd Upgrade floppy:
51 1.1 cgd
52 1.1 cgd This disk contains the software to be used in upgrading the
53 1.1 cgd system from a previous version of NetBSD. It is not bootable,
54 1.1 cgd and must be used in conjunction with one of the kernel-copy
55 1.1 cgd floppies. This floppy is named "upgr-10.fs"
56 1.1 cgd
57 1.1 cgd The NetBSD/i386 binary distribution sets contain the binaries which
58 1.1 cgd comprise the NetBSD 1.0 release for the i386. There are seven binary
59 1.1 cgd distribution sets, and the "security" distribution set. The binary
60 1.1 cgd distribution sets can be found in subdirectories of the "i386/binary"
61 1.1 cgd subdirectory of the NetBSD 1.0 distribution tree, and are as follows:
62 1.1 cgd
63 1.1 cgd base10 The NetBSD/i386 1.0 base binary distribution. You
64 1.1 cgd MUST install this distribution set. It contains the
65 1.1 cgd base NetBSD utilities that are necessary for the
66 1.1 cgd system to run and be minimally functional. It
67 1.1 cgd includes shared library support, and excludes
68 1.1 cgd everything described below.
69 1.1 cgd [ 6.2M gzipped, 16.7M uncompressed ]
70 1.1 cgd
71 1.1 cgd comp10 The NetBSD/i386 Compiler tools. All of the tools
72 1.1 cgd relating to C, C++, and FORTRAN (yes, there are two!).
73 1.1 cgd This set includes the system include files
74 1.1 cgd (/usr/include), the linker, the compiler tool chain,
75 1.1 cgd and the various system libraries (except the shared
76 1.1 cgd libraries, which are included as part of the base
77 1.1 cgd set). This set also includes the manual pages for all
78 1.1 cgd of the utilities it contains, as well as the system
79 1.1 cgd call and library manual pages.
80 1.1 cgd [ 4.2M gzipped, 12.9M uncompressed ]
81 1.1 cgd
82 1.1 cgd etc10 This distribution set contains the system
83 1.1 cgd configuration files that reside in /etc and in several
84 1.1 cgd other places. This set MUST be installed if you are
85 1.1 cgd installing the system from scratch, but should NOT be
86 1.1 cgd used if you are upgrading. (If you are upgrading,
87 1.1 cgd it's recommended that you get a copy of this set and
88 1.1 cgd CAREFULLY upgrade your configuration files by hand.)
89 1.1 cgd [ 50K gzipped, 263K uncompressed ]
90 1.1 cgd
91 1.1 cgd games10 This set includes the games and their manual pages.
92 1.1 cgd [ 1.0M gzipped, 2.7M uncompressed ]
93 1.1 cgd
94 1.1 cgd man10 This set includes all of the manual pages for the
95 1.1 cgd binaries and other software contained in the base set.
96 1.1 cgd Note that it does not include any of the manual pages
97 1.1 cgd that are included in the other sets.
98 1.1 cgd [ 0.7M gzipped, 2.8M uncompressed ]
99 1.1 cgd
100 1.1 cgd misc10 This set includes the system dictionaries (which are
101 1.1 cgd rather large), the typesettable document set, and
102 1.1 cgd man pages for other architectures which happen to be
103 1.1 cgd installed from the source tree by default.
104 1.1 cgd [ 1.6M gzipped, 5.6M uncompressed ]
105 1.1 cgd
106 1.1 cgd text10 This set includes NetBSD's text processing tools,
107 1.1 cgd including groff, all related programs, and their
108 1.1 cgd manual pages.
109 1.1 cgd [ 0.8M gzipped, 2.8M uncompressed ]
110 1.1 cgd
111 1.1 cgd The i386 security distribution set is named "secr10" and can be found
112 1.1 cgd in the "i386/security" subdirectory of the NetBSD 1.0 distribution
113 1.1 cgd tree. It contains crypt.c (the source file for the DES encryption
114 1.1 cgd algorithm) and the binaries which depend on it. It can only be found
115 1.1 cgd on those sites which carry the complete NetBSD distribution and that
116 1.1 cgd can legally obtain it. (Remember, because of United States law, this
117 1.1 cgd distribution set may not be exported to locations outside of the
118 1.1 cgd United States and Canada.) [ 114K gzipped, 253K uncompressed ]
119 1.1 cgd
120 1.1 cgd The i386 binary distribution sets are distributed in the same form as
121 1.1 cgd the source distribution sets; catted together, the members of a set
122 1.1 cgd form a gzipped tar file. Each i386 binary distribution set also has
123 1.1 cgd its own "CKSUMS" file, just as the source distribution sets do.
124 1.1 cgd
125 1.1 cgd The instructions given for extracting the source sets work equally
126 1.1 cgd well for the binary sets, but it is worth noting that if you use that
127 1.1 cgd method, the files are extracted "below" the current directory. That
128 1.1 cgd is, if you want to extract the binaries "into" your system, i.e.
129 1.1 cgd replace the system binaries with them, you have to run the "tar xfp"
130 1.1 cgd from /. Also note that if you upgrade or install this way, those
131 1.1 cgd programs that you are using at the time will NOT be replaced. If you
132 1.1 cgd follow the normal installation or upgrade procedures, this will be
133 1.1 cgd taken care of for you.
134