Jump to content

Family API: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Links: That's funny to link to the same content that was copied from here
Ak120 (talk | contribs)
Line 122: Line 122:


==Article==
==Article==
*[[Hints for writing simple programs for both OS/2 and DOS]]
*Roger Orr: [[Hints for writing simple programs for both OS/2 and DOS]]


==Links==
==Links==

Revision as of 20:05, 30 December 2019

Family API (FAPI) is a subset of function calls for development of OS/2 protected mode and real mode programs.

OS/2 1.0 introduced 91 function calls that could be used in FAPI programs.

Function Calls

Dos

Kbd

Vio

Limitations

Real Mode
max. 640K memory
no virtual address space
no multitasking
no undocumented OS services
If the filename of an executable produced by BIND is changed, then it will not run under DOS 2.1.
Protected Mode
16 MB memory
1GB virtual address space

Article

Links