Ignore:
Timestamp:
Mar 27, 2013, 5:55:26 AM (12 years ago)
Author:
David Azarewicz
Message:

Fix spin-up / power-up issue on some hardware
Changes to debug output
Fixup makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/README

    r147 r148  
    1616
    1717Copyright (c) 2011 thi.guten Software Development
    18 Copyright (c) 2011 Mensys B.V.
     18Copyright (c) 2011-2013 Mensys B.V.
    1919
    2020Authors: Christian Mueller, Markus Thielen
     
    5151as modifications will also be published as outlined in the GNU GPL2.
    5252
     53Please note that builds other than the official binary delivered as
     54part of eComStation releases or downloaded from ecomstation.nl are
     55not officially supported by Mensys.
     56
     57
     58Building The Driver
     59-------------------
     60
     61The toolchain required for compilation consists of:
     62
     63 - IBM OS/2 DDK version 9.23 or later (see ddk\base\h\version.mak)
     64   (Used for include files and qgrep)
     65 - Open Watcom C/C++ package
     66   (available from: http://www.openwatcom.org/index.php/Downloads)
     67 - WCC 16-bit C Compiler (part of the Open Watcom package)
     68 - WASM Assembler (part of the Open Watcom package)
     69 - WLINK Linker (part of the Open Watcom package)
     70 - MAPSYM (part of the DDK)
     71
     72Simply use "wmake" or "wmake -a" to build the driver.
     73
     74The driver can also be built using the DDK tools, but this build
     75is depreciated and is not kept up-to-date.
     76
    5377The toolchain required for compilation consists of:
    5478
     
    5781 - ALP Assembler (part of DDK)
    5882 - link.exe (part of DDK)
    59 
    60 Please note that builds other than the official binary delivered as
    61 part of eComStation releases or downloaded from ecomstation.nl are
    62 not officially supported by Mensys.
    63 
    64 
    65 Open Watcom Build
    66 -----------------
    67 
    68 The Open Watcom Build is fixed and now produces a working driver.
    69 
    70 The toolchain required for compilation with Open Watcom consists of:
    71 
    72  - IBM OS/2 DDK version 9.23 or later (see ddk\base\h\version.mak)
    73    (Used for include files and qgrep)
    74  - Open Watcom C/C++ package
    75    (available from: http://www.openwatcom.org/index.php/Downloads)
    76  - WCC 16-bits C Compiler (part of the Open Watcom package)
    77  - WASM Assembler (part of the Open Watcom package)
    78  - WLINK Linker (part of the Open Watcom package)
    79  - QGREP (part of DDK)
    80 
    81 Please note that the Open Watcom Build is not as extensively tested as the
    82 normal DDK Build so don't use it on production systems yet.
    83 
    84 Use the _wbuild.cmd script or run wmake -ms -f wmakefile to build it.
    85 When switching between building with the DDK and Open Watcom,
    86 be sure to do a clean first.
    87 
     83 - MAPSYM (part of the DDK)
     84
     85Use "nmake -f Makefile.old" or "nmake -f Makefile.old -a" to build
     86the driver.
     87
     88When switching between building with the DDK and Open Watcom, it is
     89recommended to do a clean first (wmake clean or nmake -f Makefile.old clean).
    8890
    8991
Note: See TracChangeset for help on using the changeset viewer.