DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Writing NFB graphical adapter drivers

Compiling and linking on AIX 5L

On AIX 5L systems, do the following:

  1. Change to the subdirectory where the driver code is located and issue the make command to recompile the driver:

    cd <working_directory>/<xxx>
    make

    This builds and links your driver into a file named <xxx> with no extensions.

  2. If there are compilation errors, resolve them and recompile.

  3. Build the kernel extension object for your driver; this is used to perform the reset to text sequence. This file is built in the ext subdirectory for your working directory, in a file named vga_ext_<xxx>.

© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005