home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextLibrary
/
Documentation
/
NextDev
/
Examples
/
Log
/
KernelServer
/
LoadCommands
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-01-27
|
287 b
|
20 lines
#
# Script used for initializing the loadable kernel server to load
# the test driver
#
# Call mydriver_init during loading.
CALL mydriver_init 0
# Associate ports with proc/arg.
SMAP mydriver0 mydriver_server 0
ADVERTISE mydriver0
# Load immediately upon allocation.
START