Changes between Version 15 and Version 16 of WikiStart


Ignore:
Timestamp:
Jun 23, 2013, 10:25:20 PM (11 years ago)
Author:
David Azarewicz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v15 v16  
    3333Please make sure your name and e-mail address are set correctly in your Preferences. This will ensure that you get an e-mail when your ticket is updated.
    3434
    35 == OS2AHCI.ADD Info ==
     35= Getting the sources =
    3636
     37In addition to [/browser browsing] the sources here, you can check out the [https://svn.ecomstation.nl/repos/ahci sources] with your favorite subversion client.
     38
     39{{{
     40mkdir ahci
     41cd ahci
     42svn checkout https://svn.ecomstation.nl/repos/ahci/trunk .
     43}}}
     44
     45To update your workspace with the current repository content, use
     46
     47{{{
     48cd ahci
     49svn update
     50}}}
     51
     52If you would like commit access to the repository, please request it via the mailing lists.
     53
     54= Building =
     55
     56Requirements
     57 * Open Watcom
     58 * The DDK
     59 * The OS/2 Toolkit
     60 
     61To build the driver:
     62 * Type wmake
     63
     64See also:
    3765 * [wiki:Building Building os2ahci.add]
    3866 * [CodingGuide os2ahci Coding Guide]