head     0.9;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


0.9
date     88.09.13.15.47.58;  author Makey;  state Stab;
branches ;
next     0.8;

0.8
date     88.04.22.21.43.20;  author Makey;  state Stab;
branches ;
next     0.7;

0.7
date     87.12.30.17.01.18;  author Perrine;  state Stab;
branches 0.7.1.1;
next     0.6;

0.6
date     87.12.18.19.52.10;  author Makey;  state Stab;
branches ;
next     0.5;

0.5
date     87.11.30.20.07.13;  author Makey;  state Exp;
branches 0.5.1.1;
next     ;

0.5.1.1
date     87.12.14.15.26.46;  author Makey;  state Exp;
branches ;
next     ;

0.7.1.1
date     88.01.04.16.46.33;  author Makey;  state Exp;
branches ;
next     0.7.1.2;

0.7.1.2
date     88.01.05.15.56.34;  author Makey;  state Exp;
branches ;
next     ;


desc
@KSOS-32 Initial Process Modula-2 compilation path
@


0.9
log
@Changed as needed to implement all functionality.
With this version, KSOS-32 is complete enough to allow users to log in
and run programs.
@
text
@setenv M2PATH .:/u/ksos/ksos32/lib/trusted
@


0.8
log
@Changed as needed to be able to create and delete processes as desired,
and to support the Process Bootstrap program in loading new programs.
This version satisfies Milestone 14 -- demonstrate partial KSOS-32
Kernel (convert PBB and integrate Kfork, KreleaseProcess, Kinvoke,
Kspawn, and Kboot kernel calls) -- of the KSOS migration to the VAX.
@
text
@@


0.7
log
@Changed as needed to make the initial process (mostly) run on revision
0.7 of the KSOS-32 kernel.  Because the kernel does not yet support
segment operations nor process creation, we can't do things like load
the PBB.
Added things to the exercise module to exercise several terminals that
are attached via the DMF32.
@
text
@d1 1
a1 1
setenv M2PATH .:../../kernel_interface/lib
@


0.7.1.1
log
@Changed to reflect the new location of the KSOS library.
@
text
@d1 1
a1 1
setenv M2PATH .:/u/ksos/ksos32/lib
@


0.7.1.2
log
@Moved the library once again.
@
text
@d1 1
a1 1
setenv M2PATH .:/u/ksos/ksos32/lib/trusted
@


0.6
log
@Changed as needed to make the initial process (mostly) run on
revision 0.6 of the KSOS-32 kernel.  Because the kernel does not yet
support segment operations nor process creation, we can't do things
like load the PBB.
Added the exercise module, which contains procedures that exercise
sundry kernel calls.
@
text
@@


0.5
log
@Initial version.
Use current directory and the the KSOS-32 Kernel Interface library.
@
text
@d1 1
a1 1
setenv M2PATH .:/u/ksos/ksos32/kernel_interface/lib
@


0.5.1.1
log
@Changed the kernel interface library from an absolute path to a relative path.
@
text
@d1 1
a1 1
setenv M2PATH .:../../kernel_interface/lib
@
