7 lines
196 B
Plaintext
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)
|