# HG changeset patch # User roug # Date 1026076621 0 # Node ID f04c81aa17598611c7c12536414f9d09fea1338a # Parent b65de25f7d530fc4386c066b205dc2950203ae6f Changed some stuff into tables. diff -r b65de25f7d53 -r f04c81aa1759 docs/nitros9guide/iniz.refentry --- a/docs/nitros9guide/iniz.refentry Sun Jul 07 21:17:01 2002 +0000 +++ b/docs/nitros9guide/iniz.refentry Sun Jul 07 21:17:01 2002 +0000 @@ -13,36 +13,43 @@ -Description - + +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: - + +Options: + + +devicename + - devicename is the name of the device drivere you want to - initialize. Specify as many device drivers as you - wish with one INIZ command. +is the name of the device drivere you want to +initialize. Specify as many device drivers as you +wish with one INIZ command. - -Notes: - + + + + + +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: - - + + + +Example: + INIZ P T2 [ENTER] - + initializes the P (printer) and T2 (terminal 2) devices.