Changes between Version 15 and Version 16 of WikiStart
- Timestamp:
- Jun 24, 2013, 12:25:20 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v15 v16 33 33 Please 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. 34 34 35 = = OS2AHCI.ADD Info ==35 = Getting the sources = 36 36 37 In 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 {{{ 40 mkdir ahci 41 cd ahci 42 svn checkout https://svn.ecomstation.nl/repos/ahci/trunk . 43 }}} 44 45 To update your workspace with the current repository content, use 46 47 {{{ 48 cd ahci 49 svn update 50 }}} 51 52 If you would like commit access to the repository, please request it via the mailing lists. 53 54 = Building = 55 56 Requirements 57 * Open Watcom 58 * The DDK 59 * The OS/2 Toolkit 60 61 To build the driver: 62 * Type wmake 63 64 See also: 37 65 * [wiki:Building Building os2ahci.add] 38 66 * [CodingGuide os2ahci Coding Guide]