Changeset 94


Ignore:
Timestamp:
May 2, 2011, 11:53:49 AM (14 years ago)
Author:
markus
Message:

updated README (toolchain description)

Location:
trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/README

    r92 r94  
    5353The toolchain required for compilation consists of:
    5454
    55  - Microsoft C600
    56  - Microsoft Assembler (MASM)
    57  - IBM OS/2 DDK for Warp 3 or later
     55 - IBM OS/2 DDK version 9.23 or later (see ddk\base\h\version.mak)
     56 - Microsoft C600
     57 - ALP Assembler (part of DDK)
     58 - link.exe (part of DDK)
     59
     60
     61Watcom Build
     62------------
     63
     64The source tree contains several files that were created during an
     65attempt to use the Watcom compiler (e.g. wmakefile); however, the
     66Watcom build is broken and produces a non-working driver.
    5867
    5968
  • trunk/src/os2ahci/os2ahci.def

    r88 r94  
    11library os2ahci
    2 Description '$@#Mensys:1.11.0#@##1## 2011/04/29 12:20:30      ECSDEVEL::::00::@@AHCI Driver. (c) Mensys BV 2011'
     2Description '$@#Mensys:1.12.0#@##1## 2011/05/02 11:41:00      ECSDEVEL::::00::@@AHCI Driver. (c) Mensys BV 2011'
    33protmode
    44
  • trunk/src/os2ahci/version.h

    r87 r94  
    1414
    1515
    16 #define VERSION            111       /* driver version (2 implied decimals) */
     16#define VERSION            112       /* driver version (2 implied decimals) */
    1717
Note: See TracChangeset for help on using the changeset viewer.