INIZ Initialize a device. INIZ Description Links the specified device to OS-9, places the device addres in a new device table entry, allocates the memory needed by the device driver, and calls the device driver initialization routine. If the device is already installed, INIZ does not reinitialize it. Options: devicename is the name of the device drivere you want to initialize. Specify as many device drivers as you wish with one INIZ command. Notes: You can use Iniz in the startup file or at the system startup to initialize devices and allocate their static storage at the top of memory (to reduce memory fragmentation). Example: INIZ P T2 [ENTER] initializes the P (printer) and T2 (terminal 2) devices.