17 lines
456 B
Plaintext
17 lines
456 B
Plaintext
|
################################################################################
|
||
|
# Treboot DReboot the system
|
||
|
|
||
|
reboot
|
||
|
|
||
|
Causes the system to immediately reboot.
|
||
|
|
||
|
################################################################################
|
||
|
# Theap DDisplay memory management statistics
|
||
|
|
||
|
heap
|
||
|
|
||
|
Requests debugging output from the heap manager. For debugging use
|
||
|
only.
|
||
|
|
||
|
################################################################################
|