From fce0f75959b9806f4016beb7b19e19b37cc97b6c Mon Sep 17 00:00:00 2001 From: Rich Turner Date: Wed, 3 Mar 1982 16:51:26 -0800 Subject: MS-DOS v1.25 Release --- v1.25/source/STDDOS.ASM | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 v1.25/source/STDDOS.ASM (limited to 'v1.25/source/STDDOS.ASM') diff --git a/v1.25/source/STDDOS.ASM b/v1.25/source/STDDOS.ASM new file mode 100644 index 0000000..1216b4c --- /dev/null +++ b/v1.25/source/STDDOS.ASM @@ -0,0 +1,23 @@ + TITLE MS-DOS version 1.25 by Tim Paterson March 3, 1982 + PAGE 60,132 +; Use the following booleans to set the switches +FALSE EQU 0 +TRUE EQU NOT FALSE + +; Use the switches below to produce the standard Microsoft version of the IBM +; version of the operating system +MSVER EQU TRUE +IBM EQU FALSE + +; Set this switch to cause DOS to move itself to the end of memory +HIGHMEM EQU FALSE + +; Turn on switch below to allow testing disk code with DEBUG. It sets +; up a different stack for disk I/O (functions > 11) than that used for +; character I/O which effectively makes the DOS re-entrant. + +DSKTEST EQU FALSE + + INCLUDE MSDOS.ASM + + \ No newline at end of file -- cgit v1.2.3