Last change
on this file since 4 was 4, checked in by root, 15 years ago |
initial checkin of CM's code
|
File size:
409 bytes
|
Rev | Line | |
---|
[4] | 1 | library os2ahci
|
---|
| 2 | description 'OS2 AHCI Driver'
|
---|
| 3 | protmode
|
---|
| 4 |
|
---|
| 5 | segments
|
---|
| 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 |
|
---|
| 18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.