sunterlib/s48/heap-images
Martin Gasbichler 1d23202be6 Add loading instructions 2004-03-27 07:44:22 +00:00
..
AUTHORS Changed to new package system. 2004-03-10 17:23:45 +00:00
BLURB Added newline. 2004-03-10 17:26:34 +00:00
NEWS Changed to new package system. 2004-03-10 17:23:45 +00:00
README Add loading instructions 2004-03-27 07:44:22 +00:00
packages.scm Moved package and interface definition to packages.scm. Generate load scripts. 2004-03-14 22:59:57 +00:00
pkg-def.scm Insert (install-lib-version (1 0)) 2004-03-27 06:59:16 +00:00
reinitializer.scm Added reinitializer package 2004-02-12 14:48:39 +00:00

README

The package REINITIALIZERS allows the user to specify code that is
executed on every start of scsh, provided a heap image containing the
reinitializer is used.

================================================================================

After installation, use the switch

-lel heap-images/load.scm

to load this library.

================================================================================


Procedures:

(make-reinitializer thunk) -> reinitializer

Creates a reinitializer that runs THUNK on every start of the system.
The returned reinitializer should be saved in a global variable to
ensure that it is reachable for the garbage collector and saved in the
heap image.