How do I get help with openboot on solaris?



  • Here is an an example of getting help with the Openboot. From the ok prompt, note that different solaris systems have different versions of the openboot firmware, and can display different output, but the command is always "help boot". To get help with subcommands, include it in the command for instance for help on net, type "help boot net"

    {2} ok help boot
    boot <specifier>  ( -- )    boot kernel ( default ) or other file
      Examples:
        boot                    - boot kernel from default device.
                                   Factory default is to boot
                                   from DISK if present, otherwise from NET.
        boot net                - boot kernel from network
        boot cdrom              - boot kernel from CD-ROM
        boot disk1:h            - boot from disk1 partition h
        boot tape               - boot default file from tape
        boot disk myunix -as    - boot myunix from disk with flags "-as"
    dload <filename>  ( addr -- )     debug load of file over network at address
      Examples:
         4000 dload /export/root/foo/test
         ?go        - if executable program, execute it
                      or if Forth program, compile it
    


© Lightnetics 2024