TCL
system-coldstart macro
.mdThe system-coldstart macro executes system initialization commands.
Invoked after the diagnostic and setup portion of the D3 boot process completes.
Some of the commands typically executed by system-coldstart are attached as related subjects.
Any site-specific commands to be executed at boot time should be placed in the user-coldstart macro, which is automatically called after system-coldstart completes.
Example(s)
001 n 002 run dm,bp, setpib0 003 term-type (s 004 run dm,bp, start.rtc 005 run dm,bp, start.ss 006 initovf 007 coldstart.log 008 run dm,bp, cleanpibs 009 :reset-async 010 set-abs dm,ABS, (s 011 maxusers (mql 012 verify.system 013 run dm,bp, start.printers 014 coldstart 015 off
See also
:reset-async command→cleanpibs command→coldstart command→coldstart.log command→devs file→exec command→initovf command→maxusers command→off command (FlashBASIC Debugger)→run command→set-abs command→setpib0 command→start.rtc command→start.ss command→syschk command→term-type command→u1f user exit→user-coldstart macro→verify-system command→
Referenced by
7 topics mention system-coldstart macro in its description.