Home | History | Annotate | Line # | Download | only in mac68k
contents revision 1.9
      1  1.7    ender The mac68k-specific portion of the NetBSD _VER release is found in the
      2  1.1   briggs "mac68k" subdirectory of the distribution.  That subdirectory is laid
      3  1.1   briggs out as follows:
      4  1.1   briggs 
      5  1.7    ender .../NetBSD-_VER/mac68k/
      6  1.9    ender 			SOURCE_DATE	the date, in the default format
      7  1.9    ender 					produced by the date(1) command,
      8  1.9    ender 					of the source that the release was
      9  1.9    ender 					built from
     10  1.9    ender 
     11  1.9    ender 			INSTALL		these installation notes
     12  1.1   briggs 
     13  1.9    ender <<<<<<< contents
     14  1.9    ender 			binary/		mac68k system binaries;
     15  1.1   briggs 					see below.
     16  1.1   briggs 
     17  1.9    ender 			installation/	installation helper items
     18  1.9    ender ||||||| 1.7
     19  1.9    ender 			utils/		The mac68k installation utilities.
     20  1.9    ender =======
     21  1.8    ender 			X11/		mac68k X distribution sets;
     22  1.8    ender 					see below.
     23  1.8    ender 
     24  1.1   briggs 			utils/		The mac68k installation utilities.
     25  1.9    ender >>>>>>> 1.8
     26  1.9    ender 
     27  1.9    ender <<<<<<< contents
     28  1.9    ender The NetBSD/mac68k system binaries include the NetBSD/mac68k binary
     29  1.9    ender distribution sets, additional kernels, and security-related system
     30  1.9    ender binaries.  The NetBSD _VER release for the mac68k port is comprised of
     31  1.9    ender those files found in the "mac68k/binary/sets" subdirectory of the NetBSD
     32  1.9    ender _VER distribution tree.  There are seven system distribution sets, two
     33  1.9    ender kernel distribution sets, and five X distribution sets.  The files in the
     34  1.9    ender "sets" subdirectory are as follows:
     35  1.9    ender 
     36  1.9    ender 	CKSUMS		checksums for the various files in the "sets"
     37  1.9    ender 			directory, in the default format produced by the
     38  1.9    ender 			cksum(1) command
     39  1.9    ender 
     40  1.9    ender 	base.tgz	The NetBSD/mac68k _VER base binary distribution.
     41  1.9    ender 			You MUST install this distribution set.  It
     42  1.9    ender 			contains the base NetBSD utilities that are
     43  1.9    ender 			necessary for the system to run and be minimally
     44  1.9    ender 			functional.  It includes shared library support,
     45  1.9    ender 			and excludes everything described below.
     46  1.9    ender 			[ 8.6M gzipped, 25.1M uncompressed ]
     47  1.9    ender 
     48  1.9    ender 	comp.tgz	The NetBSD/mac68k Compiler tools; all of the tools
     49  1.9    ender 			relating to C and C++.  This set includes the
     50  1.9    ender 			system include files (/usr/include), the linker,
     51  1.9    ender 			the compiler tool chain, and the various system
     52  1.9    ender 			libraries (except the shared libraries, which are
     53  1.9    ender 			included as part of the base set).  This set also
     54  1.9    ender 			includes the manual pages for all of the utilities
     55  1.9    ender 			it contains, as well as the system call and library
     56  1.9    ender 			manual pages. 
     57  1.9    ender 			[ 6.2M gzipped, 21.6M uncompressed ]
     58  1.9    ender 
     59  1.9    ender 	etc.tgz		This distribution set contains the system
     60  1.9    ender 			configuration files that reside in /etc and in
     61  1.9    ender 			several other places.  This set MUST be installed
     62  1.9    ender 			if you are installing the system from scratch, but
     63  1.9    ender 			should NOT be used if you are upgrading.  (If you
     64  1.9    ender 			are upgrading, it's recommended that you get a copy
     65  1.9    ender 			of this set and CAREFULLY upgrade your
     66  1.9    ender 			configuration files by hand.) 
     67  1.9    ender 			[ 49K gzipped, 288K uncompressed ]
     68  1.9    ender 
     69  1.9    ender 	games.tgz	This set includes the games and their manual pages.
     70  1.9    ender 			[ 2.8M gzipped, 7.2M uncompressed ]
     71  1.9    ender 
     72  1.9    ender 	kern_sbc.tgz
     73  1.9    ender 	kern.tgz	The NetBSD/mac68k _VER kernel binary.  You MUST
     74  1.9    ender 			install this file.  It is the kernel that you need
     75  1.9    ender 			to boot the system.  If you experience SCSI-related
     76  1.9    ender 			difficulties with your 68030-based system, you
     77  1.9    ender 			might want to try kern_sbc.tgz instead.
     78  1.9    ender 			[ 606K gzipped, 1.32M uncompressed ]
     79  1.9    ender 
     80  1.9    ender 	man.tgz		This set includes all of the manual pages for the
     81  1.9    ender 			binaries and other software contained in the base
     82  1.9    ender 			set.  Note that it does not include any of the
     83  1.9    ender 			manual pages that are included in the other sets. 
     84  1.9    ender 			[ 2.2M gzipped, 8.8M uncompressed ]
     85  1.9    ender 
     86  1.9    ender 	misc.tgz	This set includes the system dictionaries (which
     87  1.9    ender 			are rather large), the typesettable document set,
     88  1.9    ender 			and man pages for other architectures which happen
     89  1.9    ender 			to be installed from the source tree by default. 
     90  1.9    ender 			[ 2.1M gzipped, 7.6M uncompressed ]
     91  1.9    ender 
     92  1.9    ender 	text.tgz	This set includes NetBSD's text processing tools,
     93  1.9    ender 			including groff, all related programs, and their
     94  1.9    ender 			manual pages. 
     95  1.9    ender 			[ 1.0M gzipped, 3.7M uncompressed ]
     96  1.9    ender ||||||| 1.7
     97  1.9    ender The NetBSD/mac68k binary distribution sets contain the binaries which
     98  1.9    ender comprise the NetBSD _VER release for the mac68k.  There are eight binary
     99  1.9    ender distribution sets, and the "security" distribution set.  The binary
    100  1.9    ender distribution sets can be found in subdirectories of the "mac68k/binary"
    101  1.9    ender subdirectory of the NetBSD _VER distribution tree, and are as follows:
    102  1.9    ender 
    103  1.9    ender 	netbsd13 The NetBSD/mac68k _VER kernel binary.  You MUST
    104  1.9    ender 		install this file.  It is the kernel that you need
    105  1.9    ender 		to boot the system.
    106  1.9    ender 		[ 606K gzipped, 1.32M uncompressed ]
    107  1.9    ender 
    108  1.9    ender 	base13	The NetBSD/mac68k _VER base binary distribution.  You
    109  1.9    ender 		MUST install this distribution set.  It contains the
    110  1.9    ender 		base NetBSD utilities that are necessary for the
    111  1.9    ender 		system to run and be minimally functional.  It
    112  1.9    ender 		includes shared library support, and excludes
    113  1.9    ender 		everything described below.
    114  1.9    ender 		[ 8.6M gzipped, 25.1M uncompressed ]
    115  1.9    ender 
    116  1.9    ender 	comp13	The NetBSD/mac68k Compiler tools; all of the tools
    117  1.9    ender 		relating to C and C++.
    118  1.9    ender 		This set includes the system include files
    119  1.9    ender 		(/usr/include), the linker, the compiler tool chain,
    120  1.9    ender 		and the various system libraries (except the shared
    121  1.9    ender 		libraries, which are included as part of the base
    122  1.9    ender 		set).  This set also includes the manual pages for all
    123  1.9    ender 		of the utilities it contains, as well as the system
    124  1.9    ender 		call and library manual pages.
    125  1.9    ender 		[ 6.2M gzipped, 21.6M uncompressed ]
    126  1.9    ender 
    127  1.9    ender 	etc13	This distribution set contains the system
    128  1.9    ender 		configuration files that reside in /etc and in several
    129  1.9    ender 		other places.  This set MUST be installed if you are
    130  1.9    ender 		installing the system from scratch, but should NOT be
    131  1.9    ender 		used if you are upgrading.  (If you are upgrading,
    132  1.9    ender 		it's recommended that you get a copy of this set and
    133  1.9    ender 		CAREFULLY upgrade your configuration files by hand.)
    134  1.9    ender 		[ 49K gzipped, 288K uncompressed ]
    135  1.9    ender 
    136  1.9    ender 	games13	This set includes the games and their manual pages.
    137  1.9    ender 		[ 2.8M gzipped, 7.2M uncompressed ]
    138  1.9    ender 
    139  1.9    ender 	man13	This set includes all of the manual pages for the
    140  1.9    ender 		binaries and other software contained in the base set.
    141  1.9    ender 		Note that it does not include any of the manual pages
    142  1.9    ender 		that are included in the other sets.
    143  1.9    ender 		[ 2.2M gzipped, 8.8M uncompressed ]
    144  1.9    ender 
    145  1.9    ender 	misc13	This set includes the system dictionaries (which are
    146  1.9    ender 		rather large), the typesettable document set, and
    147  1.9    ender 		man pages for other architectures which happen to be
    148  1.9    ender 		installed from the source tree by default.
    149  1.9    ender 		[ 2.1M gzipped, 7.6M uncompressed ]
    150  1.1   briggs 
    151  1.9    ender 	text13	This set includes NetBSD's text processing tools,
    152  1.9    ender 		including groff, all related programs, and their
    153  1.9    ender 		manual pages.
    154  1.9    ender 		[ 1.0M gzipped, 3.7M uncompressed ]
    155  1.9    ender 
    156  1.9    ender The mac68k security distribution set is named "secr13" and can be found
    157  1.9    ender in the "mac68k/security" subdirectory of the NetBSD _VER distribution
    158  1.9    ender tree.  It contains the crypt libraries (for the DES encryption algorithm)
    159  1.9    ender and the binaries which depend on it.  It can only be found on those sites
    160  1.9    ender which carry the complete NetBSD distribution and that can legally obtain
    161  1.9    ender it.  (Remember, because of United States law, it may not be legal to
    162  1.9    ender distribute this set to locations outside of the United States and Canada.)
    163  1.9    ender [ 779K gzipped, 2.5M uncompressed ]
    164  1.9    ender =======
    165  1.1   briggs The NetBSD/mac68k binary distribution sets contain the binaries which
    166  1.7    ender comprise the NetBSD _VER release for the mac68k.  There are eight binary
    167  1.8    ender distribution sets, the "security" distribution set, and five X distribution
    168  1.8    ender sets.  The binary distribution sets can be found in the "mac68k/binary"
    169  1.7    ender subdirectory of the NetBSD _VER distribution tree, and are as follows:
    170  1.1   briggs 
    171  1.7    ender 	netbsd13 The NetBSD/mac68k _VER kernel binary.  You MUST
    172  1.1   briggs 		install this file.  It is the kernel that you need
    173  1.1   briggs 		to boot the system.
    174  1.7    ender 		[ 606K gzipped, 1.32M uncompressed ]
    175  1.1   briggs 
    176  1.7    ender 	base13	The NetBSD/mac68k _VER base binary distribution.  You
    177  1.1   briggs 		MUST install this distribution set.  It contains the
    178  1.1   briggs 		base NetBSD utilities that are necessary for the
    179  1.1   briggs 		system to run and be minimally functional.  It
    180  1.1   briggs 		includes shared library support, and excludes
    181  1.1   briggs 		everything described below.
    182  1.7    ender 		[ 8.6M gzipped, 25.1M uncompressed ]
    183  1.1   briggs 
    184  1.7    ender 	comp13	The NetBSD/mac68k Compiler tools; all of the tools
    185  1.5   scottr 		relating to C and C++.
    186  1.1   briggs 		This set includes the system include files
    187  1.1   briggs 		(/usr/include), the linker, the compiler tool chain,
    188  1.1   briggs 		and the various system libraries (except the shared
    189  1.1   briggs 		libraries, which are included as part of the base
    190  1.1   briggs 		set).  This set also includes the manual pages for all
    191  1.1   briggs 		of the utilities it contains, as well as the system
    192  1.1   briggs 		call and library manual pages.
    193  1.7    ender 		[ 6.2M gzipped, 21.6M uncompressed ]
    194  1.1   briggs 
    195  1.7    ender 	etc13	This distribution set contains the system
    196  1.1   briggs 		configuration files that reside in /etc and in several
    197  1.1   briggs 		other places.  This set MUST be installed if you are
    198  1.1   briggs 		installing the system from scratch, but should NOT be
    199  1.1   briggs 		used if you are upgrading.  (If you are upgrading,
    200  1.1   briggs 		it's recommended that you get a copy of this set and
    201  1.1   briggs 		CAREFULLY upgrade your configuration files by hand.)
    202  1.7    ender 		[ 49K gzipped, 288K uncompressed ]
    203  1.1   briggs 
    204  1.7    ender 	games13	This set includes the games and their manual pages.
    205  1.7    ender 		[ 2.8M gzipped, 7.2M uncompressed ]
    206  1.1   briggs 
    207  1.7    ender 	man13	This set includes all of the manual pages for the
    208  1.1   briggs 		binaries and other software contained in the base set.
    209  1.1   briggs 		Note that it does not include any of the manual pages
    210  1.1   briggs 		that are included in the other sets.
    211  1.7    ender 		[ 2.2M gzipped, 8.8M uncompressed ]
    212  1.1   briggs 
    213  1.7    ender 	misc13	This set includes the system dictionaries (which are
    214  1.1   briggs 		rather large), the typesettable document set, and
    215  1.1   briggs 		man pages for other architectures which happen to be
    216  1.1   briggs 		installed from the source tree by default.
    217  1.7    ender 		[ 2.1M gzipped, 7.6M uncompressed ]
    218  1.1   briggs 
    219  1.7    ender 	text13	This set includes NetBSD's text processing tools,
    220  1.1   briggs 		including groff, all related programs, and their
    221  1.1   briggs 		manual pages.
    222  1.7    ender 		[ 1.0M gzipped, 3.7M uncompressed ]
    223  1.1   briggs 
    224  1.7    ender The mac68k security distribution set is named "secr13" and can be found
    225  1.7    ender in the "mac68k/security" subdirectory of the NetBSD _VER distribution
    226  1.1   briggs tree.  It contains the crypt libraries (for the DES encryption algorithm)
    227  1.1   briggs and the binaries which depend on it.  It can only be found on those sites
    228  1.1   briggs which carry the complete NetBSD distribution and that can legally obtain
    229  1.6  mycroft it.  (Remember, because of United States law, it may not be legal to
    230  1.6  mycroft distribute this set to locations outside of the United States and Canada.)
    231  1.7    ender [ 779K gzipped, 2.5M uncompressed ]
    232  1.9    ender >>>>>>> 1.8
    233  1.1   briggs 
    234  1.9    ender <<<<<<< contents
    235  1.9    ender 	xbase.tgz	X clients, shared libraries, and related man pages.
    236  1.9    ender 			Also includes bitmaps and miscellaneous
    237  1.9    ender 			configuration files.
    238  1.9    ender 			[ 2.34 M gzipped, 7.46M uncompressed ]
    239  1.9    ender 
    240  1.9    ender 	xcomp.tgz	Static libraries, include files (except bitmaps),
    241  1.9    ender 			X config files (for xmkmf), and related man pages.
    242  1.9    ender 			[ 1.57M gzipped, 6.38M uncompressed ]
    243  1.9    ender 
    244  1.9    ender 	xcontrib.tgz	User-contributed X binaries (e.g. xev, xload) built
    245  1.9    ender 			from the X11 "contrib" sources with man pages and
    246  1.9    ender 			default config files.
    247  1.9    ender 			[ 178K gzipped, 661K uncompressed ]
    248  1.9    ender 
    249  1.9    ender 	xfont.tgz	X11 fonts.
    250  1.9    ender 			[ 5.66M gzipped, 6.99M uncompressed ]
    251  1.9    ender 
    252  1.9    ender 	xserver.tgz	The Xmac68k _monochrome_ server with man pages.
    253  1.9    ender 			[ 1.32M gzipped, 3.25M uncompressed ]
    254  1.9    ender 
    255  1.9    ender The NetBSD/mac68k security distribution set is named "secr.tgz" and can be
    256  1.9    ender found in the "mac68k/binary/security" subdirectory of the NetBSD _VER
    257  1.9    ender distribution tree.  It contains the crypt libraries (for the DES encryption
    258  1.9    ender algorithm) and the binaries built from the "src/domestic" portion of the
    259  1.9    ender NetBSD source tree which depend on it.  It can only be found on those sites
    260  1.9    ender which carry the complete NetBSD distribution and that can legally obtain
    261  1.9    ender it.  (Remember, because of United States law, it may not be legal to
    262  1.9    ender distribute this set to locations outside of the United States and Canada.)
    263  1.9    ender [ 779K gzipped, 2.5M uncompressed ]
    264  1.9    ender 
    265  1.9    ender The mac68k binary distribution sets are distributed as full .tar.gz files
    266  1.9    ender (with the extension .tgz because the software used to download the sets may
    267  1.9    ender incorrectly auto-unpack files ending in .gz and to accomodate systems which
    268  1.9    ender only support 3 character extensions to file names).  The instructions
    269  1.9    ender given for extracting the source sets work equally well for the binary sets,
    270  1.9    ender but it is worth noting that if you use that method, the files are extracted
    271  1.9    ender "below" the current directory.  That is, if you want to extract the
    272  1.9    ender binaries "into" your system, i.e. replace the system binaries with them,
    273  1.9    ender you have to run the "tar xpf" from /.  Also note that if you upgrade or
    274  1.9    ender install this way, those programs that you are using at the time will NOT be
    275  1.9    ender replaced.  If you follow the normal installation or upgrade procedures,
    276  1.9    ender this will be taken care of for you.
    277  1.9    ender 
    278  1.9    ender Additional kernels to those included in the distribution sets may be found
    279  1.9    ender in the "mac68k/binary/kernels" subdirectory of the NetBSD _VER distribution
    280  1.9    ender tree.  These kernels are generally named something like "netbsd-GENERIC.gz"
    281  1.9    ender or some other suitable name.  Please note that these kernels are simply
    282  1.9    ender gzipped and are not in tar archives.  A CKSUM file is included in this
    283  1.9    ender directory as well.
    284  1.9    ender 
    285  1.9    ender The MacOS-based utilities necessary for installing and running NetBSD can
    286  1.9    ender be found in the "mac68k/installation/misc" subdirectory of the NetBSD
    287  1.9    ender _VER distribution tree.  The important files in this directory are as
    288  1.9    ender follows: 
    289  1.9    ender 
    290  1.9    ender 	Booter.sea.hqx		The NetBSD/Mac68k Booter utility.  This
    291  1.9    ender 				program is used to boot the NetBSD kernel
    292  1.9    ender 				from within MacOS.
    293  1.9    ender 				[ 141 K archived ]
    294  1.9    ender 
    295  1.9    ender 	Installer.sea.hqx	The NetBSD/Mac68k Installer utility.  This
    296  1.9    ender 				program is used to install the distribution
    297  1.9    ender 				sets onto your NetBSD partition(s).
    298  1.9    ender 				[ 147 K archived ]
    299  1.9    ender 
    300  1.9    ender 	Mkfs.sea.hqx		The Mkfs utility.  This program is used to
    301  1.9    ender 				format your chosen partitions so that they
    302  1.9    ender 				can be used with NetBSD.
    303  1.9    ender 				[ 76 K archived ]
    304  1.9    ender 
    305  1.9    ender These files are all binhexed, self-extracting archives.  If you need them,
    306  1.9    ender the sources for these utilities are in the "src" subdirectory.
    307  1.9    ender ||||||| 1.7
    308  1.9    ender The mac68k binary distribution sets are distributed as full .tar.gz
    309  1.9    ender files (without that extension).  The instructions given for extracting
    310  1.9    ender the source sets work equally well for the binary sets, but it is worth
    311  1.9    ender noting that if you use that method, the files are extracted "below" the
    312  1.9    ender current directory.  That is, if you want to extract the binaries "into"
    313  1.9    ender your system, i.e. replace the system binaries with them, you have to run
    314  1.9    ender the "tar xfp" from /.  Also note that if you upgrade or install this way,
    315  1.9    ender those programs that you are using at the time will NOT be replaced.  If
    316  1.9    ender you follow the normal installation or upgrade procedures, this will be
    317  1.9    ender taken care of for you.
    318  1.9    ender =======
    319  1.8    ender The NetBSD _VER distribution includes a full X11 build for NetBSD/mac68k
    320  1.8    ender systems.  Except for some minor changes to facilitate building under
    321  1.8    ender NetBSD in general, the X clients and related libraries were built "out of
    322  1.8    ender the box" from an XFree86 3.3.1 tree, which in turn was based on X11R6.3.
    323  1.8    ender The binaries were built on, and require, a NetBSD/mac68k _VER system.  The
    324  1.8    ender mac68k X distribution sets can be found in the "mac68k/X11" subdirectory
    325  1.8    ender of the NetBSD _VER distribution tree, and are as follows:
    326  1.8    ender 
    327  1.8    ender         xbase13		X clients, shared libraries, and related man pages.
    328  1.8    ender 			Also includes bitmaps and miscellaneous
    329  1.8    ender 			configuration files.
    330  1.8    ender 			[ 2.34 M gzipped, 7.46M uncompressed ]
    331  1.8    ender 
    332  1.8    ender         xserver13	The Xmac68k _monochrome_ server with man pages.
    333  1.8    ender 			[ 1.32M gzipped, 3.25M uncompressed ]
    334  1.8    ender 
    335  1.8    ender 	xfont13		X fonts.
    336  1.8    ender 			[ 5.66M gzipped, 6.99M uncompressed ]
    337  1.8    ender 
    338  1.8    ender         xcomp13		Static libraries, include files (except bitmaps),
    339  1.8    ender 			X config files (for xmkmf), and related man pages.
    340  1.8    ender 			[ 1.57M gzipped, 6.38M uncompressed ]
    341  1.8    ender 
    342  1.8    ender 	xcontrib	User-contributed X binaries (e.g. xev, xload) with
    343  1.8    ender 			man pages and default config files.
    344  1.8    ender 			[ 178K gzipped, 661K uncompressed ]
    345  1.8    ender 
    346  1.8    ender The mac68k binary distribution sets are distributed as full .tar.gz files
    347  1.8    ender (without that extension).  The instructions given for extracting the
    348  1.8    ender source sets work equally well for the binary sets, but it is worth noting
    349  1.8    ender that if you use that method, the files are extracted "below" the current
    350  1.8    ender directory.  That is, if you want to extract the binaries "into" your
    351  1.8    ender system, i.e. replace the system binaries with them, you have to run the
    352  1.8    ender "tar xfp" from /.  Also note that if you upgrade or install this way,
    353  1.4   briggs those programs that you are using at the time will NOT be replaced.  If
    354  1.4   briggs you follow the normal installation or upgrade procedures, this will be
    355  1.1   briggs taken care of for you.
    356  1.9    ender >>>>>>> 1.8
    357