Print this page
11581 'debug' loader option is a little obscure
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Rob Johnston <rob.johnston@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/boot/sys/boot/common/help.common
          +++ new/usr/src/boot/sys/boot/common/help.common
↓ open down ↓ 201 lines elided ↑ open up ↑
 202  202  
 203  203  ################################################################################
 204  204  # Tset Sboot_ask DPrompt for configuration information
 205  205  
 206  206          set boot_ask
 207  207  
 208  208          Instructs the kernel to prompt the user for the configuration
 209  209          information when the kernel is booted.
 210  210  
 211  211  ################################################################################
 212      -# Tset Sboot_debug DDrop to the kernel debugger (kmdb)
      212 +# Tset Sboot_drop_into_kmdb DDrop into the kernel debugger (kmdb)
 213  213  
 214      -        set boot_debug
      214 +        set boot_drop_into_kmdb
 215  215  
 216  216          Instructs the kernel to start in the kmdb debugger, rather than
 217  217          proceeding to initialize when booted. Can only be used when boot_kmdb
 218  218          is set.
 219  219  
 220  220  ################################################################################
 221  221  # Tset Sboot_kmdb DStart the kernel debugger (kmdb)
 222  222  
 223  223          set boot_kmdb
 224  224  
↓ open down ↓ 147 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX