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

Last change on this file since 162 was 148, checked in by David Azarewicz, 12 years ago

Fix spin-up / power-up issue on some hardware
Changes to debug output
Fixup makefiles

  • Property svn:eol-style set to native
File size: 406 bytes
Line 
1library os2ahci
2protmode
3
4segments
5 'DEVHDR' CLASS 'DATA'
6 '_DATA' CLASS 'DATA'
7 'LIBDATA' 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 'LIBCODE' CLASS 'CODE' IOPL
15 'RMCode' CLASS 'CODE' IOPL
16 '_z_text' CLASS 'CODE' IOPL
Note: See TracBrowser for help on using the repository browser.