The Utah PA-RISC Code Snapshot: version 2
This is a very informal snapshot to get some changes and bug fixes out.
There is a single tar file:
which contains:
usr/src/mach4/
- Updated sources for the Mach4 kernel.
Corresponds to the
UK02p21
release for the x86.
Remember: the PA-RISC tree contains migrating threads changes which
are not part of the x86 tree so that even the ``machine independent'' part of
the kernel are not shared between the releases.
The major PA-specific addition is the latest incarnation of the
fast RPC path.
The only other significant additions are
working graphics and input device support (necessary to run the HP-UX X server)
and untested support for the newer 715s,
usr/src/lites/
- Slightly updated version of our
Lites-1.1.u2
release.
The only changes are some minor fixes to
HP-UX compatibility code
which were necessary to run Netscape 1.2.
usr/mach4/
- Include files, binaries and libraries used when building Mach4 and Lites.
This can all be bootstrapped from the sources, but it is easier just to
include everything here.
usr/include/hpdev
- A symlink necessary to build the included version of Lites.
The intent of this snapshot is that you can just extract this tar file on
your system which is running the initial snapshot, build a new kernel and
Lites server and keep on going. A recommended procedure:
su
cd /usr/src
mv mach4 Omach4
mv lites-server Olites
cd /
tar xf pa-snapshot2.tar
cd /usr/src/mach4
make
cd /usr/src/lites
make
Mike Hibler <mike@cs.utah.edu>