en:docs:tk:formats:newexe

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:docs:tk:formats:newexe [2026/05/15 03:25] prokusheven:docs:tk:formats:newexe [2026/05/15 03:41] (current) prokushev
Line 49: Line 49:
 | 37h | BYTE | ne_flagsothers | Operating system flags | | 37h | BYTE | ne_flagsothers | Operating system flags |
 | 38h | WORD | ??? | offset to return thunks or start of gangload/fastload area | | 38h | WORD | ??? | offset to return thunks or start of gangload/fastload area |
-| 3Ah | WORD | ??? | offset to segment reference thunks or length of gangload/fastload area | +| 3Ah | WORD | ??? | offset to segment reference thunks or length of gangload/fastload area (Windows) 
-| 3Ch | WORD | ??? | minimum code swap area size | +| 3Ch | WORD | ??? | minimum code swap area size (Windows) 
-| 3Eh | 2 BYTEs | ??? | expected Windows version (minor version first) |+| 3Eh | 2 BYTEs | ??? | expected Windows version (minor version first) (Windows)|
  
 ===== Flag word (ne_flags) ===== ===== Flag word (ne_flags) =====
Line 58: Line 58:
 | 0 | 0001h | SINGLEDATA | Per-process library data (shared DGROUP) | | 0 | 0001h | SINGLEDATA | Per-process library data (shared DGROUP) |
 | 1 | 0002h | MULTIPLEDATA | Per-instance library data | | 1 | 0002h | MULTIPLEDATA | Per-instance library data |
-| 8 | 0100h | NENOTWINCOMPAT | Not compatible with P.M. Windowing (OS/2) | +| 8 | 0100h | NENOTWINCOMPAT | Not compatible with PM Windowing (full screen only) (OS/2) | 
-| 9 | 0200h | NEWINCOMPAT | Compatible with P.M. Windowing (OS/2) | +| 9 | 0200h | NEWINCOMPAT | Compatible with PM Windowing (OS/2) | 
-| 10 | 0300h | NEWINAPI | Uses P.M. Windowing API (OS/2) |+| 10 | 0300h | NEWINAPI | Uses PM Windowing API (OS/2) |
 | 11 | 0800H | FIRSTDISC/NEBOUND | First segment in the executable file contains code that loads the application (Windows). Bound Family API (OS/2) | | 11 | 0800H | FIRSTDISC/NEBOUND | First segment in the executable file contains code that loads the application (Windows). Bound Family API (OS/2) |
 | 13 | 2000h | LINKERROR | Errors detected at link time, module will not load | | 13 | 2000h | LINKERROR | Errors detected at link time, module will not load |