home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / base / root.15 / stand / help.txt / help
Text File  |  1998-08-19  |  3KB  |  68 lines

  1. Available BOOT commands:
  2.   ? -or- help -- Display this message
  3.   boot [<filename>] -- Load and run specified program; default is BOOTPROG
  4.   dir [<dev>] -- List all files in /stand directory; default device is BOOTDEV
  5.   logo -- Display the logo image until a key is pressed
  6.   logo off -- Don't display logo
  7.   show [-a | <param>] -- Show boot parameter values
  8.         -a -- Show all boot parameters, even messages
  9.         <param> -- Show only the specified boot parameter
  10.   <param>=<value> -- Set the value of a boot parameter
  11.   <param>+=<value> -- Append the value to a boot parameter, inserting a comma
  12.  
  13. Parameters that are recognized by BOOT:
  14.   ALIGN=<num> -- Alignment requirement for FILES images
  15.   AUTOBOOT=yes|no|<num> -- Minimum time (sec) to wait while loading BOOTPROG
  16.   BLM=<filename>{,<filename>} -- Bootstrap Loadable Modules loaded into BOOT
  17.   BOOTDEV=<dev> -- Device BOOTPROG is loaded from
  18.   BOOTMSG1=<text> -- Message displayed when starting to boot
  19.   BOOTMSG2=<text> -- Message displayed when entering interactive mode
  20.   BOOTMSG3=<text> -- String displayed at beginning of command line
  21.   BOOTMSG4=<text> -- String displayed when waiting to display more
  22.   BOOTPROG=<filename> -- Filename of kernel or other program to load and run
  23.   CONSOLE=<dev> -- Device used by BOOT and BOOTPROG for console I/O
  24.   FILES=[<name>:]<filename>{,<filename>} -- Files to load and pass to BOOTPROG
  25.   PARAMS=<filename> -- Load another boot parameter file
  26.   MEMADJUST=[+|-]<range>{,(+|-)<range>} -- Memory overrides
  27.   TIMEOUT=<num> -- Execute "boot" command after <num> seconds if no input
  28.  
  29. READ-ONLY parameters that are generated by BOOT:
  30.   BOOTCONS=<num>,<num> -- Console I/O routines for BOOTPROG to use
  31.   BOOTSTAMP=<string> -- Media stamp from boot device (BOOTDEV)
  32.   BUSTYPES=<string>{,<string>} -- I/O bus type name(s)
  33.   KSYM=<num>,<num>,<num>,<num>,<num>,<num> -- BOOTPROG symbol table information
  34.   MEMORY=<range>[:<use>]{,<range>[:<use>]} -- Lists available and in-use memory
  35.   STARTDEV=<dev> -- Device the bootstrap itself is loaded from
  36.   USERPARAMS=<name>{,<name>} -- Names of user-modified parameters
  37.  
  38. Any <filename> may be preceded by a <dev> to override the default device.
  39. Default device for BLM is STARTDEV; default for all others is BOOTDEV.
  40.  
  41. Standard devices for all <dev> except in the CONSOLE parameter are:
  42.  
  43.   fd(<unit>)
  44.        - Floppy disk, drive #<unit> (only zero, for now)
  45.   hd(<unit>[,<partition>])
  46.        - Hard disk, drive #<unit> (from zero), partition #<partition>
  47.        - <partition> may also be specified as an OS type name, one of:
  48.          UNIX, XENIX, DOS (DOS_12 or DOS_16 or DOS_32 or DOS_EXT), NT, OS2
  49.        - if <partition> is omitted, default is "UNIX"
  50.  
  51. If a boot device is specified without a filename, the "boot" command will
  52. perform a "raw boot" of the specified device. For example, use "b hd(0,dos)"
  53. to boot DOS or Windows from the first hard drive.
  54.  
  55. For MEMADJUST and MEMORY, <range> is:
  56.  
  57.   <low_address>-<high_address>
  58.  
  59. Addresses are in decimal, and may be specified in bytes, or suffixed with
  60. "K" to indicate kilobytes (1024 bytes), "M" for megabytes, or "G" for
  61. gigabytes. Addresses may not exceed 4G.
  62.  
  63. For MEMADJUST, each range preceded by a "+" is added to the known ranges
  64. so far; each range preceded by a "-" is subtracted. Ranges are applied in
  65. left-to-right order. If the first range has neither a "+" nor a "-", all
  66. known ranges are discarded and replaced by this range. In general, memory
  67. that is already in use is never discarded.
  68.