contents revision 1.4 1 1.4 ross $NetBSD: contents,v 1.4 1998/05/09 03:42:00 ross Exp $
2 1.3 perry
3 1.1 cjs The alpha-specific portion of the NetBSD _VER release is found in the
4 1.1 cjs "alpha" subdirectory of the distribution. That subdirectory is laid
5 1.1 cjs out as follows:
6 1.1 cjs
7 1.1 cjs .../NetBSD-_VER/alpha/
8 1.2 cjs INSTALL Installation notes; this file.
9 1.1 cjs
10 1.2 cjs binary/
11 1.2 cjs sets/ alpha binary distribution sets;
12 1.2 cjs see below.
13 1.1 cjs
14 1.2 cjs security/ alpha security distribution;
15 1.2 cjs see below.
16 1.1 cjs
17 1.2 cjs kernel/ alpha kernels; see below.
18 1.1 cjs
19 1.2 cjs installation/
20 1.1 cjs
21 1.2 cjs floppy/ alpha boot and installation
22 1.2 cjs floppies; see below.
23 1.1 cjs
24 1.2 cjs source/
25 1.1 cjs
26 1.2 cjs toolchain/ Toolchain source code; see below.
27 1.1 cjs
28 1.1 cjs Bootable installation/upgrade floppies:
29 1.1 cjs
30 1.2 cjs There is a bootable floppy disk image available which contains
31 1.2 cjs the software necessary to prepare your hard drive for NetBSD
32 1.2 cjs and install the NetBSD distribution, or to upgrading an already
33 1.2 cjs installed system from a previous version of NetBSD.
34 1.2 cjs
35 1.2 cjs Because the kernel on the installation disks is not suitable
36 1.2 cjs for use beyond initial installation and configuration, a
37 1.2 cjs "generic" kernel has been placed in a distribution set named
38 1.2 cjs "kern". This kernel is intended to run your system while you
39 1.2 cjs build a custom kernel. It is strongly encouraged that you
40 1.2 cjs build a custom kernel for your installation rather than use
41 1.2 cjs the prebuilt generic kernel on a long term basis.
42 1.2 cjs
43 1.2 cjs Please note that the INSTALL kernel (which is booted from
44 1.2 cjs the install floppy or the network) is not usable for anything
45 1.2 cjs other than installing; it will always use as root an internal
46 1.2 cjs ramdisk with the install tools. Also, currently the INSTALL
47 1.2 cjs image only supports systems that are likely to have a floppy
48 1.2 cjs drive (the NoName, EB64+, EB164, AS500/600; the DECStation
49 1.2 cjs 3000 systems and the 8200/8400 are not supported by this
50 1.2 cjs floppy). If booting the INSTALL kernel from the network
51 1.2 cjs proves popular, we will generate another network version
52 1.2 cjs of the INSTALL kernel that supports more systems.
53 1.1 cjs
54 1.1 cjs The alpha toolchain:
55 1.1 cjs
56 1.2 cjs The toolchain (compiler, assembler, linker, etc.) for the
57 1.2 cjs alpha port is not yet integrated into the main NetBSD source
58 1.4 ross tree, so the sources for it are distributed separately. This
59 1.4 ross source code should be unpacked into /usr/local/toolchain.
60 1.4 ross
61 1.4 ross Unlink some previous distributions, in this release the toolchain
62 1.4 ross binaries are not distributed in a toolchain set intended to be
63 1.4 ross installed into /usr/local, but this time are installed into /usr/bin
64 1.4 ross and are distributed in the standard comp.tgz binary distribution set
65 1.4 ross as with other NetBSD platforms.
66 1.1 cjs
67 1.1 cjs The NetBSD/alpha binary distribution sets contain the binaries which
68 1.1 cjs comprise the NetBSD _VER release for the alpha. There are eight binary
69 1.1 cjs distribution sets and the "security" distribution set. The binary
70 1.1 cjs distribution sets can be found in the "alpha/binary/sets" subdirectory
71 1.1 cjs of the NetBSD _VER distribution tree, and are as follows:
72 1.1 cjs
73 1.1 cjs
74 1.2 cjs base The NetBSD/alpha _VER base binary distribution. You
75 1.2 cjs MUST install this distribution set. It contains the
76 1.2 cjs base NetBSD utilities that are necessary for the
77 1.2 cjs system to run and be minimally functional. It
78 1.2 cjs includes shared library support, and excludes
79 1.2 cjs everything described below.
80 1.2 cjs [ 13M gzipped, 41M uncompressed ]
81 1.2 cjs
82 1.4 ross comp
83 1.4 ross Things needed for compiling programs. This set
84 1.4 ross includes the system include files (/usr/include)
85 1.4 ross and the various system libraries (except the shared
86 1.4 ross libraries, which are included as part of the base
87 1.4 ross set). This set also includes the manual pages for
88 1.4 ross all of the utilities it contains, as well as the
89 1.4 ross system call and library manual pages.
90 1.4 ross [ 6M gzipped, 31M uncompressed ]
91 1.2 cjs
92 1.2 cjs etc This distribution set contains the system
93 1.2 cjs configuration files that reside in /etc and in several
94 1.2 cjs other places. This set MUST be installed if you are
95 1.2 cjs installing the system from scratch, but should NOT be
96 1.2 cjs used if you are upgrading. (If you are upgrading,
97 1.2 cjs it's recommended that you get a copy of this set and
98 1.2 cjs CAREFULLY upgrade your configuration files by hand.)
99 1.2 cjs [ 50K gzipped, 320K uncompressed ]
100 1.2 cjs
101 1.2 cjs games This set includes the games and their manual pages.
102 1.2 cjs [ 3M gzipped, 8M uncompressed ]
103 1.2 cjs
104 1.2 cjs kern This set contains a NetBSD/alpha _VER GENERIC kernel,
105 1.2 cjs named "/netbsd". You MUST install this distribution
106 1.2 cjs set.
107 1.2 cjs [ 1M gzipped, 2M uncompressed ]
108 1.2 cjs
109 1.2 cjs man This set includes all of the manual pages for the
110 1.2 cjs binaries and other software contained in the base set.
111 1.2 cjs Note that it does not include any of the manual pages
112 1.2 cjs that are included in the other sets.
113 1.2 cjs [ 2.5M gzipped, 10M uncompressed ]
114 1.2 cjs
115 1.2 cjs misc This set includes the system dictionaries (which are
116 1.2 cjs rather large), the typesettable document set, and
117 1.2 cjs man pages for other architectures which happen to be
118 1.2 cjs installed from the source tree by default.
119 1.2 cjs [ 2M gzipped, 9M uncompressed ]
120 1.2 cjs
121 1.2 cjs text This set includes NetBSD's text processing tools,
122 1.2 cjs including groff, all related programs, and their
123 1.2 cjs manual pages.
124 1.2 cjs [ 1M gzipped, 4M uncompressed ]
125 1.2 cjs
126 1.2 cjs
127 1.2 cjs The alpha security distribution set is named "secr" and can be
128 1.2 cjs found in the "alpha/binary/security" subdirectory of the NetBSD
129 1.2 cjs _VER distribution tree. It contains security related binaries
130 1.2 cjs which depend on cryptographic source code. You do not need this
131 1.2 cjs distribution set to use encrypted passwords in your password file;
132 1.2 cjs the "base" distribution includes a crypt library which can perform
133 1.2 cjs only the one-way encryption function. The security distribution
134 1.2 cjs includes a version of the Kerberos IV network security system, and
135 1.2 cjs a Kerberized version of the "telnet" program. The "secr" distribution
136 1.2 cjs set can be found only on those sites which carry the complete NetBSD
137 1.2 cjs distribution and which can legally obtain it. (Remember, because
138 1.2 cjs of United States law, it may not be legal to distribute this set
139 1.2 cjs to locations outside of the United States and Canada.)
140 1.2 cjs [ 1M gzipped, 3M uncompressed ]
141 1.1 cjs
142 1.1 cjs The instructions given for extracting the source sets work equally
143 1.1 cjs well for the binary sets, but it is worth noting that if you use that
144 1.1 cjs method, the files are extracted "below" the current directory. That
145 1.1 cjs is, if you want to extract the binaries "into" your system, i.e.
146 1.1 cjs replace the system binaries with them, you have to run the "tar xfp"
147 1.1 cjs from /. Also note that if you upgrade or install this way, those
148 1.1 cjs programs that you are using at the time will NOT be replaced unless
149 1.1 cjs you run "tar" with the "--unlink" option. If you follow the normal
150 1.1 cjs installation or upgrade procedures, this will be taken care of for
151 1.1 cjs you.
152