en:docs:fapi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
en:docs:fapi [2022/02/16 14:41] prokusheven:docs:fapi [2022/02/16 14:44] prokushev
Line 20: Line 20:
  
 ====== Function Calls ====== ====== Function Calls ======
- 
  
 [[en:docs:fapi:functions]] [[en:docs:fapi:functions]]
 +
 +======Compatibility======
 +
 +^    Feature          ^ DOS 16-bit Real Mode ^ DOS 16-bit Protected Mode ((Requires DPMI host with 16-bit client support)) ^ OS/2 16-bit Protected Mode ^
 +| Max memory          | 640KB                | 16MB  ((Actually depends on DPMI host and current CPU)) |16MB |
 +| Virtual memory      | No                   | No   | 1Gb |
 +| Multitasking        | No                   | No   | Yes |
 +| Multithreading      | No                   | No   | Yes |
 +| Long filenames      | Yes ((Supported since version 1.20 Requires LFN driver under DOS or run in Windows 9x VDM.))                 | Yes ((Supported since version 1.20 Requires LFN driver under DOS or run in Windows 9x VDM.)) | Yes  ((Starting from OS/2 1.??)) |
 +| Extended attributes | Yes ((Under OS/2 BOX only))               | Yes ((Under OS/2 BOX only)) | Yes ((Starting from OS/2 1.??)) |
 +| App EXE name change | Yes ((Under DOS 3 and higher))  | Yes ((Under DOS 3 and higher))   | Yes |
 +
 +
 +
 +====== Remarks ======
 +
 +For implementation details refer to [[en:docs:fapi:Implementation details]] section.
  
 ====== Notes ====== ====== Notes ======