source: trunk/src/os2ahci/os2ahci.def.template@ 100

Last change on this file since 100 was 95, checked in by markus, 14 years ago

removed os2ahci.def from SVN, since it's a created file; changed makefile and bldlevel.cmd accordingly

  • Property svn:eol-style set to native
File size: 490 bytes
Line 
1library os2ahci
2Description '$@#Mensys:0.0.0#@##1## 2011/05/02 11:41:00 ECSDEVEL::::00::@@AHCI Driver. (c) Mensys BV 2011'
3protmode
4
5segments
6 DEVHDR CLASS 'DATA'
7 _DATA CLASS 'DATA'
8 CONST CLASS 'CONST'
9 _BSS CLASS 'BSS'
10 c_common CLASS 'BSS'
11 _z_data CLASS 'BSS'
12 _TEXT CLASS 'CODE' IOPL
13 'CODE' CLASS 'CODE' IOPL
14 RMCode CLASS 'CODE' IOPL
15 LIBCODE CLASS 'CODE' IOPL
16 _z_text CLASS 'CODE' IOPL
17
Note: See TracBrowser for help on using the repository browser.