.\" .\" UCSD p-System Operating System .\" Copyright (C) 2010 Peter Miller .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions are met: .\" .\" * Redistributions of source code must retain the above copyright notice, .\" this list of conditions and the following disclaimer. .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" * Neither the name of the ucsd-psystem-os project nor the names of its .\" contributors may be used to endorse or promote products derived from .\" this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" .\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" .ad l .hy 0 .nf .so version.so
and change directory to the unpacked sourcestar xzf ucsd-psystem-os-\*(v).tar.gz
You are now ready to build the code.cd ucsd-psystem-os-\*(v)
This uses the cross compiler to build the executables, and the file system tools to build the disk images. There will be plenty of output.make
Welcome to 1979:ucsdpsys_vm -f stage1/klebsch/system.vol
The project identifies itself (see the screen capture, above) to avoid any suggestion that this is a completely unaltered system.Command: E(dit, R(un, F(ile, C(omp, L(ink, X(ecute, A(ssem, D(ebug,? [II.0] Welcome SYSTEM, to U.C.S.D. Pascal System II.0 http://miller.emu.id.au/pmiller/ucsd-psystem-os/ version \*(V) Current date is 21-Jun-10
The system is far from complete. It is able to function, the editor works, the compiler works, and several working library units are available, but the complete three-stage build system documented in the Makefile is not yet complete. You can expect this to advance in future releases.
Unfortunately, the source code for many of these interpreters has yet to be recovered. If you think you have some of the missing source code, the maintainer would like to hear from you.
A port to a new host involved several pieces of code that all had to be written: