Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
919 B

  1. Key to emulator lib naming convention
  2. -------------------------------------
  3. prefixes:
  4. p - fwait POLLING (POLLING switch defined)
  5. i - IBM clone version (PCDOS switch defined)
  6. n - no ctl-C hooking (_NOCTRLC switch defined, formerly: _QC)
  7. s - standalone version (standalone defined)
  8. a - always set exc vector for QC, even if NO87 (_NO87INSTALL switch defined)
  9. k - no stacK overflow/underflow exception handler (_NOSTKEXCHLR switch)
  10. fe - compiler/codeview version (frontend switch defined)
  11. qb3 - QuickBASIC 3.0 version (QB3 switch defined)
  12. root file:
  13. em - emulator
  14. 87 - coprocessor
  15. emoem - real mode installation/termination (OEM-configurable)
  16. suffixes:
  17. r - real mode (no special switches, for DOS only)
  18. p - protected mode (DOS5only switch defined, for OS/2 only)
  19. <none> - dual mode (DOS5 switch defined, for DOS and OS/2)
  20. mt - multithread protected mode (MTHREAD, OS2only switches, for OS/2 only)