mirror of
https://github.com/microsoft/MS-DOS.git
synced 2025-08-23 06:00:57 +00:00
MS-DOS v2.0 Release
This commit is contained in:
13
v2.0/source/COMSW.ASM
Normal file
13
v2.0/source/COMSW.ASM
Normal file
@@ -0,0 +1,13 @@
|
||||
; Use the following booleans to set assembly flags
|
||||
FALSE EQU 0
|
||||
TRUE EQU NOT FALSE
|
||||
|
||||
IBMVER EQU true ; Switch to build IBM version of Command
|
||||
IBM EQU IBMVER
|
||||
MSVER EQU false ; Switch to build MS-DOS version of Command
|
||||
|
||||
HIGHMEM EQU FALSE ; Run resident part above transient (high memory)
|
||||
KANJI EQU false ; Support for dual byte Microsoft KANJI standard
|
||||
IBMJAPAN EQU FALSE ;MUST BE TRUE (along with IBM and KANJI)
|
||||
|
||||
|
Reference in New Issue
Block a user