mirror of
https://github.com/Microsoft/MS-DOS.git
synced 2025-08-20 21:43:39 -07:00
MS-DOS v2.0 Release
This commit is contained in:
parent
fce0f75959
commit
80ab2fddfd
156 changed files with 56403 additions and 0 deletions
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)
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue