Changeset 94
- Timestamp:
- May 2, 2011, 11:53:49 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/README
r92 r94 53 53 The toolchain required for compilation consists of: 54 54 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 61 Watcom Build 62 ------------ 63 64 The source tree contains several files that were created during an 65 attempt to use the Watcom compiler (e.g. wmakefile); however, the 66 Watcom build is broken and produces a non-working driver. 58 67 59 68 -
trunk/src/os2ahci/os2ahci.def
r88 r94 1 1 library os2ahci 2 Description '$@#Mensys:1.1 1.0#@##1## 2011/04/29 12:20:30 ECSDEVEL::::00::@@AHCI Driver. (c) Mensys BV 2011'2 Description '$@#Mensys:1.12.0#@##1## 2011/05/02 11:41:00 ECSDEVEL::::00::@@AHCI Driver. (c) Mensys BV 2011' 3 3 protmode 4 4 -
trunk/src/os2ahci/version.h
r87 r94 14 14 15 15 16 #define VERSION 11 1/* driver version (2 implied decimals) */16 #define VERSION 112 /* driver version (2 implied decimals) */ 17 17
Note:
See TracChangeset
for help on using the changeset viewer.