home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
debug
/
Background
/
DeCon
/
AddModule.doc
< prev
next >
Wrap
Text File
|
1995-06-27
|
3KB
|
76 lines
Resident Module Launcher 1.2
(c) 1994 Martin Mares, MJSoft System Software
================================================================================
Preface
=======
AddModuleand its documentation are Copyright (c) Martin Mares, MJSoft System
Software, Prague, Czech Republic.
This archive can be freely redistributed as long as all of its files are
included in their original form without any additions, deletions or
modifications (excluding addition of other README-style files and icons) and no
more than a nominal fee is charged for its distribution. All copyright notices
in the programs and accompanying documentation files must remain intact. It's
especially forbidden to add various '.displayme' files and BBS advertisements.
This style of distribution is generally known as FREEWARE.
Source text of this program is included in the distribution. You can freely
improve it. If you want to distribute your improved version, there're two
possibilities: (1) Send your improvements to me (the best form is a diff
output) and I'll include them in the next release. (2) Distribute them alone.
In this case, you must mention the name of original author, change the name of
the product (not only by increasing the version), and obey all of the
distribution rules mentioned above.
Special permission is given to Fred Fish to distribute this program on his
"Fish Disks".
This software is provided "AS IS" without warranty of any kind, either
expressed or implied. The author is not responsible for any damage caused by
it.
Introduction
============
AddModule is able to install resident modules to KickTag and KickMem lists,
which makes them reset-proof.
Syntax: AddModule <ModuleName> [CLASS <class>] [PRI <pri>] [INIT]
ModuleName - name of resident module you want to install
class - module class 0-127 (see exec/resident.i). The seventh bit cannot
be overriden
pri - module priority -128-127
You may also try to install usual libraries and devices as resident modules.
In this case, specify CLASS 4 and PRI -128. If some library uses some other,
try to arrange the priorities in the appropriate order. The ss.library can be
installed in this way.
If the module is already present in the same or higher version and with the
same or higher priority, it's not installed again.
AddModule is pure and can be made resident.
Requirements
============
- Kickstart 2.04 or higher
- ss.library 5.0 or higher (included in this archive)
Notes
=====
Send comments, suggestions and bug reports to mjsoft@k332.feld.cvut.cz