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

Porting an NFB driver to AIX 5L

If you have an existing NFB driver from another platform, do not use xmkddx to start your driver development. Instead, set up the source tree as follows:

  1. Create a <xxx> directory tree under your working directory.

  2. Populate this directory with the NFB driver source.

  3. If you need to create a Makefile, copy the Makefile template to your working directory:

    cd <working_directory>/<xxx>
    cp /usr/ddk/src/native/nfb/ports/xxx/Makefile .

  4. Edit the Makefile to change all xxx strings to your <xxx>.

  5. Insert your list of object files for the OFILES = definition.

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