This is the description of the package pascal16.tar

Hello minixers and pascalers,
here comes the first public pascal compiler.
It is developed for Minix 1.7.1 and later. Be careful, all you read
in this file is for the 16-Bit Version of Minix. You can't start
the programs or use the libs under the 32-Bit version. In the file
READ.PASCAL32 you find the description for the 32-Bit version.

The programs in this package are copyrighted by Henrik Quintel,
1994, 1995, 1996. But you can feel free if you want to give them
away. That's no problem. 

Another point is that this package contains no sourcecode. But in future all my publications will contain sourcecode. 
At the moment I develop a programming language called TQ.

So, all my programs will be written in TQ. For more information please
read the file READ.TQ or contact me about the internet. 

My e-mail adress is quintel@worms.fh-rpl.de or 
.br
quintel@nibelung.worms.fh-rpl.de
.br

The address of my home page is www.worms.fh-rpl.de/~quintel. 
.br
If you have problems by reaching my home page, please send me a short mail.
.br
This package contains the following files:
.br
-------------------------------------------------
.br
file               what it is        div.
.br
-------------------------------------------------
.br
qpascal            compiler          executable
.br
qpas               driver            shell script
.br
qpascal_cpp        preprocessor      executable
.br
pas_as             assembler         executable
.br
pas_ld             linker            executable
.br
pas_ncrtso.o       lib               object-code
.br
paslib.o           lib               object-code
.br
pas_libd.a         lib               object-code
.br
pas_libc.a         lib               object-code
.br
pas_libfp.a        lib               object-code
.br
pas_libe.a         lib               object-code
.br
pas_end.a          lib               object-code
.br
pas_cv             converter         executable
.br
physik.pas         testprogram       pascal-source
.br
qpas               man page          ascii-text
.br

In the compiler are the following features not implemented:
.br
Filehandling
.br
Packed array
.br
Packed records
.br
Set of-construct
.br
How can you get the package ?
.br
Make a ftp to ftp.cs.vu.nl
.br
Directory: pub/minix/contrib/pascal/
.br
set bin
.br
set hash
.br
set prompt
.br
get pascal16.tar 
.br
------
.br
On your system do the following:
.br
Make a directory in /usr (cd /usr;mkdir pascal;cd pascal)
.br
Put the file pascal16.tar there.
.br
Extract the tar file with tar xvf pascal16.tar
.br
After extracting there are four directories:
.br
1. compiler16
.br
2. lib16
.br
3. testsuite
.br
4. manpages
.br
In the first directory is the compiler. In the second directory
you find the 16-Bit libraray, in the third directory is a small 
testsuite and in the fourth directory you find the manpages.
.br
For installing the compiler do the following:
.br
cd /usr;mkdir local;mkdir bin
.br
Copy the the files as follows in the mentioned directories
.br

file           directory
.br
-------------------------------
.br
qpascal        /usr/local/bin/
.br
qpas           /usr/local/bin/
.br
qpascal_cpp    /usr/local/bin/
.br
pas_as         /usr/local/bin/
.br
pas_ld         /usr/local/bin/
.br
pas_ncrtso.o   /usr/lib/
.br
paslib.o       /usr/lib/
.br
pas_libd.a     /usr/lib/
.br
pas_libc.a     /usr/lib/
.br
pas_libfp.a    /usr/lib/
.br
pas_libe.a     /usr/lib/
.br
pas_end.a      /usr/lib/
.br
pas_cv         /usr/lib/
.br
qpas           /usr/man/man0
.br

You have to make the following changes in the file whatis in the
directory /usr/man. Add the line qpas (0).

Of course you can install the files where you want. But if you do
so, you have to make changes in the file qpas.

If you have problems with installing or problems with compiling
your pascal programs send me the pascal program.

If I have forgotten a file or if you have any questions feel free and
mail to me.

Example for the compiler by using the file physik.pas
Starting the compiler:
qpas physik.pas

Special thanks for support to the following persons:
.br
Prof. Dr. Andrew S. Tanenbaum ast@cs.vu.nl
.br
Kees J. Bot                   kjb@cs.vu.nl
.br
Nils Holm                     fs29@rummelplatz.uni-mannheim.de
.br
Peter J. Holzer               hjp@wsr.ac.at
.br
