Files
startup/startup.script_part3
2009-12-22 11:03:10 +00:00

7 lines
196 B
Plaintext

#Enable memory >32MB on IOC that have it. (Is a NOOP on all others)
memAddToPool (sysMemTop(),EXTENDED_MEMORY)
# set the prompt
sprintf (STRINGBUFFER, "%s > ", IOC)
shellPromptSet (STRINGBUFFER)