Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:docs:tk:formats:newexe [2026/05/15 02:56] – prokushev | en: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/ | | 38h | WORD | ??? | offset to return thunks or start of gangload/ | ||
| - | | 3Ah | WORD | ??? | offset to segment reference thunks or length of gangload/ | + | | 3Ah | WORD | ??? | offset to segment reference thunks or length of gangload/ |
| - | | 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 | | ||
| - | | 11 | 0800H | FIRSTDISC(?) | First segment in the executable file contains code that loads the application | | + | | 8 | 0100h | NENOTWINCOMPAT | Not compatible with PM Windowing (full screen only) (OS/2) | |
| + | | 9 | 0200h | NEWINCOMPAT | Compatible with PM Windowing (OS/2) | | ||
| + | | 10 | 0300h | NEWINAPI | Uses PM Windowing API (OS/2) | | ||
| + | | 11 | 0800H | FIRSTDISC/ | ||
| | 13 | 2000h | LINKERROR | Errors detected at link time, module will not load | | | 13 | 2000h | LINKERROR | Errors detected at link time, module will not load | | ||
| + | | 14 | 4000h | NENOTMPSAFE | Non-conforming program (valid stack is not maintained) (Windows) Process is not multi‑processor safe (OS/2) | | ||
| | 15 | 8000h | LIBRARY | Module is a dynamic‑link library (DLL) | | | 15 | 8000h | LIBRARY | Module is a dynamic‑link library (DLL) | | ||




