Each operating system (OS) selection is a set of information that describes the disk and partition containing the OSLOADER.EXE file associated with a particular operating system installation, as well as the path to the operating system itself. In addition, each OS selection contains any options passed to the operating system during boot.
You can use the options available in the Operating System Selection Setup screen to work with the OS selection data stored in nonvolatile storage in your system. In addition, you can modify and delete existing selections, as well as create new selections. As you work with OS selections, you can cancel changes at any time before you save them. Whenever you save or discard changes to your OS selections, a dialog box appears, which allows you to continue with the operation or return to the Operating System Selection Setup screen.
NOTES:The process of setting up your operating system selections is somewhat like using an editor. You can make all the desired changes to your operating system selections and then either save your changes or exit without saving your changes. You can enter the following fields:
| OS Option | Description |
|---|---|
| /BASEVIDEO | The system starts up using the standard VGA video driver. If you have installed a new video driver, but it is not working correctly, select the Windows NT entry with this switch to start the system so you can change to a different driver. |
| /BAUDRATE | Specifies the baud rate to be used for debugging. If you do not set the baud rate, the default baud rate is 9600 if a modem is attached and 19200 for a null-modem cable. This switch has a secondary effect of forcing the /DEBUG switch as well, whether or not you plan to use /DEBUG. |
| /CRASHDEBUG | The debugger is loaded when you start Windows NT but remains inactive unless a kernel error occurs. This mode is useful if the system is experiencing random, unpredictable kernel errors. |
| /DEBUG | The debugger is loaded when you start Windows NT and can be activated at any time by a host debugger connected to the system. This mode is useful when you are debugging regularly reproducible problems. |
| /DEBUGPORT=COMx | Specifies the COM port to use for debugging, where x is the COM port number. Like /BAUDRATE, this switch also forces /DEBUG. |
| /MAXMEM:n | Specifies the maximum amount of RAM that Windows NT can use. |
| /NODEBUG | No debugging information is being used. |
| /NOSERIALMICE= [COMx|COMx,y,z...] | Disables serial mouse detection of the specified COM port(s). Use this switch if you have a component other than a mouse attached to a serial port during the startup sequence. If you use /NOSERIALMICE without specifying a COM port, serial mouse detection is disabled on all COM ports. |
| /SOS | Displays the driver names while they are being loaded. Use this switch if Windows NT will not boot and you think a driver is missing. |