NetBSD/distrib/alpha
cgd 575d2214af punt rc.hack for now. It's not so happy with a shared-lib-based system,
because it wants to use sysctl and sysctl is normally dynamically linked,
and it doesn't have the shared libs available when it wants to use it.
The right thing to do (if i want to propagate this hack) is to build a
statically-linked sysctl rather than copying the dynamically-linked one.
1997-03-18 20:04:11 +00:00
..
rz25dist punt rc.hack for now. It's not so happy with a shared-lib-based system, 1997-03-18 20:04:11 +00:00
README.files update for current FTP site files 1997-03-14 00:56:03 +00:00

README.files

$NetBSD: README.files,v 1.8 1997/03/14 00:56:03 cgd Exp $

README.files			This list.

ported-software			A list of software ported to NetBSD/Alpha,
				and patches to make software go.

Snapshots are organized by release.  Releases are numbered by year, month,
and day, in directories with names of the form "YYMMDD".

In each directory:

CKSUMS				Checksums (generated with NetBSD's "cksum"
				utility) of all files in this snapshot.
MD5SUMS				MD5 message digests (generated with NetBSD's
				"md5" utility) of all files in this snapshot.
README_FIRST			Important last-minute notes about the snapshot.
README				Installation notes; incomplete.
STATUS				Status of NetBSD/Alpha, supported hardware list.

bin/				Directory with binaries for this snapshot.

	bin.tar.gz		Everything on the disk image except /etc,
				/usr/X11R6, /boot, and the kernel.
	etc.tar.gz		/etc from the disk image.
	netbsd.gz		Gzipped GENERIC kernel (also on disk image).
	netbsd.gdb.gz		Gzipped GENERIC kernel w/debugging symbols.
	diskimage.gz		Disk image for installation.
	x11.tar.gz		/usr/X11R6 from the disk image.

src/				Directory with sources for this snapshot.

	X11R6-XF86-*-diffs.gz
				Diffs from XFree86 (version indicated by
				whatever matches that '*') used to make
				the X11 binaries in the distribution.
				X11 sources should be placed in
				/usr/alphasrc/xc with a symlink pointing
				from /usr/src/xc.  [May not be present
				in all distributions.]
	toolchain.tar.gz	Toolchain (gcc, gas, ld, etc.) sources
				used to build the compiler toolchain.
				Should be untarred into
				/usr/alphasrc/toolchain with a symlink
				pointing from /usr/src/toolchain.