2

Microsoft MS-DOS 2.00

 2 years ago
source link: https://www.pcjs.org/software/pcx86/sys/dos/microsoft/2.00/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
Microsoft MS-DOS 2.00

A quick note about speed: the typical PC in the early 1980s was still a 4.77Mhz 8088-based machine, so it took a considerable amount of time to assemble all the MS-DOS 2.x sources. If you’re impatient, you can load the machine on this page with a higher speed multiplier (eg, multiplier=8) or click the Speed button below until it’s running at speed that you prefer (and that your browser supports).

In addition, all the build products (OBJ, EXE, COM, LST, and MAP files) from a successful MK ALL command have already been saved in the PCjs repository, in the /software/pcx86/sys/dos/microsoft/2.11/bin folder.

[PCjs Machine "ibm5160"]

Loading /configs/pcx86/keyboard/us83-softkeys.xml...

The results of running MK ALL on the 2.11 sources are shown below:

D:\211>MK ALL

D:\211>ECHO OFF


D:\211>ECHO OFF
Microsoft (R) Program Maintenance Utility  Version 4.02
Copyright (C) Microsoft Corp 1984, 1985, 1986.  All rights reserved.

make : target does not exist 'EXE2BIN.OBJ'
        MASM /DOEM /DVER /I..\INC EXE2BIN.ASM,EXE2BIN.OBJ,EXE2BIN.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

21402 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'EXEMES.OBJ'
        MASM /DOEM /DVER /I..\INC EXEMES.ASM,EXEMES.OBJ,EXEMES.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.


49490 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'EXE2BIN.EXE'
        LINK EXE2BIN.OBJ EXEMES.OBJ,EXE2BIN.EXE,EXE2BIN.MAP/M;
Microsoft (R) Overlay Linker  Version 3.51
Copyright (C) Microsoft Corp 1983, 1984, 1985, 1986.  All rights reserved.




D:\211>ECHO OFF
Microsoft (R) Program Maintenance Utility  Version 4.02
Copyright (C) Microsoft Corp 1984, 1985, 1986.  All rights reserved.

make : target does not exist 'CHKDSK.OBJ'
        MASM /DOEM /DVER /I..\INC CHKDSK.ASM,CHKDSK.OBJ,CHKDSK.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

17514 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'CHKMES.OBJ'
        MASM /DOEM /DVER /I..\INC CHKMES.ASM,CHKMES.OBJ,CHKMES.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

19856 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'CHKPROC.OBJ'
        MASM /DOEM /DVER /I..\INC CHKPROC.ASM,CHKPROC.OBJ,CHKPROC.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

14796 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'CHKDSK.EXE'
        LINK CHKDSK.OBJ CHKPROC.OBJ CHKMES.OBJ,CHKDSK.EXE,CHKDSK.MAP/M;
Microsoft (R) Overlay Linker  Version 3.51
Copyright (C) Microsoft Corp 1983, 1984, 1985, 1986.  All rights reserved.

Warning: no stack segment
make : target does not exist 'CHKDSK.COM'
        EXE2BIN CHKDSK.EXE CHKDSK.COM



D:\211>ECHO OFF
Microsoft (R) Program Maintenance Utility  Version 4.02
Copyright (C) Microsoft Corp 1984, 1985, 1986.  All rights reserved.

make : target does not exist 'COMMAND.OBJ'
        MASM /DOEM /DVER /I..\INC COMMAND.ASM,COMMAND.OBJ,COMMAND.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

16470 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'RUCODE.OBJ'
        MASM /DOEM /DVER /I..\INC RUCODE.ASM,RUCODE.OBJ,RUCODE.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

18744 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'RDATA.OBJ'
        MASM /DOEM /DVER /I..\INC RDATA.ASM,RDATA.OBJ,RDATA.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.


44822 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'INIT.OBJ'
        MASM /DOEM /DVER /I..\INC INIT.ASM,INIT.OBJ,INIT.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

16858 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'UINIT.OBJ'
        MASM /DOEM /DVER /I..\INC UINIT.ASM,UINIT.OBJ,UINIT.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.


49500 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'TCODE.OBJ'
        MASM /DOEM /DVER /I..\INC TCODE.ASM,TCODE.OBJ,TCODE.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

13556 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'TCODE2.OBJ'
        MASM /DOEM /DVER /I..\INC TCODE2.ASM,TCODE2.OBJ,TCODE2.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

16854 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'TCODE3.OBJ'
        MASM /DOEM /DVER /I..\INC TCODE3.ASM,TCODE3.OBJ,TCODE3.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

15546 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'TCODE4.OBJ'
        MASM /DOEM /DVER /I..\INC TCODE4.ASM,TCODE4.OBJ,TCODE4.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

12576 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'TCODE5.OBJ'
        MASM /DOEM /DVER /I..\INC TCODE5.ASM,TCODE5.OBJ,TCODE5.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

13546 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'TUCODE.OBJ'
        MASM /DOEM /DVER /I..\INC TUCODE.ASM,TUCODE.OBJ,TUCODE.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

18744 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'COPY.OBJ'
        MASM /DOEM /DVER /I..\INC COPY.ASM,COPY.OBJ,COPY.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

15590 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'COPYPROC.OBJ'
        MASM /DOEM /DVER /I..\INC COPYPROC.ASM,COPYPROC.OBJ,COPYPROC.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

16726 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'CPARSE.OBJ'
        MASM /DOEM /DVER /I..\INC CPARSE.ASM,CPARSE.OBJ,CPARSE.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

18780 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'TDATA.OBJ'
        MASM /DOEM /DVER /I..\INC TDATA.ASM,TDATA.OBJ,TDATA.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.


45422 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'TSPC.OBJ'
        MASM /DOEM /DVER /I..\INC TSPC.ASM,TSPC.OBJ,TSPC.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

18440 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'COMMAND.EXE'
        LINK @COMMAND.LRF,COMMAND.EXE,COMMAND.MAP/M;
Microsoft (R) Overlay Linker  Version 3.51
Copyright (C) Microsoft Corp 1983, 1984, 1985, 1986.  All rights reserved.

Object Modules [.OBJ]: COMMAND.OBJ RUCODE.OBJ RDATA.OBJ INIT.OBJ UINIT.OBJ +
Object Modules [.OBJ]: TCODE.OBJ TCODE2.OBJ TCODE3.OBJ TCODE4.OBJ TCODE5.OBJ +
Object Modules [.OBJ]: TUCODE.OBJ COPY.OBJ COPYPROC.OBJ CPARSE.OBJ TDATA.OBJ TSPC.OBJ
Warning: no stack segment
make : target does not exist 'COMMAND.COM'
        EXE2BIN COMMAND.EXE COMMAND.COM



D:\211>ECHO OFF
Microsoft (R) Program Maintenance Utility  Version 4.02
Copyright (C) Microsoft Corp 1984, 1985, 1986.  All rights reserved.

make : target does not exist 'DEBUG.OBJ'
        MASM /DOEM /DVER /I..\INC DEBUG.ASM,DEBUG.OBJ,DEBUG.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

19858 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'DEBASM.OBJ'
        MASM /DOEM /DVER /I..\INC DEBASM.ASM,DEBASM.OBJ,DEBASM.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

15906 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'DEBUASM.OBJ'
        MASM /DOEM /DVER /I..\INC DEBUASM.ASM,DEBUASM.OBJ,DEBUASM.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

16890 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'DEBCOM1.OBJ'
        MASM /DOEM /DVER /I..\INC DEBCOM1.ASM,DEBCOM1.OBJ,DEBCOM1.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

19788 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'DEBCOM2.OBJ'
        MASM /DOEM /DVER /I..\INC DEBCOM2.ASM,DEBCOM2.OBJ,DEBCOM2.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

15286 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'DEBCONST.OBJ'
        MASM /DOEM /DVER /I..\INC DEBCONST.ASM,DEBCONST.OBJ,DEBCONST.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

14794 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'DEBDATA.OBJ'
        MASM /DOEM /DVER /I..\INC DEBDATA.ASM,DEBDATA.OBJ,DEBDATA.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

21416 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'DEBMES.OBJ'
        MASM /DOEM /DVER /I..\INC DEBMES.ASM,DEBMES.OBJ,DEBMES.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

22896 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'DEBUG.EXE'
        LINK @DEBUG.LRF,DEBUG.EXE,DEBUG.MAP/M;
Microsoft (R) Overlay Linker  Version 3.51
Copyright (C) Microsoft Corp 1983, 1984, 1985, 1986.  All rights reserved.

Object Modules [.OBJ]: DEBUG.OBJ DEBCOM1.OBJ DEBCOM2.OBJ +
Object Modules [.OBJ]: DEBUASM.OBJ DEBASM.OBJ DEBCONST.OBJ +
Object Modules [.OBJ]: DEBDATA.OBJ DEBMES.OBJ
Warning: no stack segment
make : target does not exist 'DEBUG.COM'
        EXE2BIN DEBUG.EXE DEBUG.COM



D:\211>ECHO OFF
Microsoft (R) Program Maintenance Utility  Version 4.02
Copyright (C) Microsoft Corp 1984, 1985, 1986.  All rights reserved.

make : target does not exist 'DISKCOPY.OBJ'
        MASM /DOEM /DVER /I..\INC DISKCOPY.ASM,DISKCOPY.OBJ,DISKCOPY.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

21816 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'DISKMES.OBJ'
        MASM /DOEM /DVER /I..\INC DISKMES.ASM,DISKMES.OBJ,DISKMES.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

21846 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'DISKCOPY.EXE'
        LINK DISKCOPY.OBJ DISKMES.OBJ,DISKCOPY.EXE,DISKCOPY.MAP/M;
Microsoft (R) Overlay Linker  Version 3.51
Copyright (C) Microsoft Corp 1983, 1984, 1985, 1986.  All rights reserved.

Warning: no stack segment
make : target does not exist 'DISKCOPY.COM'
        EXE2BIN DISKCOPY.EXE DISKCOPY.COM



D:\211>ECHO OFF
Microsoft (R) Program Maintenance Utility  Version 4.02
Copyright (C) Microsoft Corp 1984, 1985, 1986.  All rights reserved.

make : target does not exist 'EDLIN.OBJ'
        MASM /DOEM /DVER /I..\INC EDLIN.ASM,EDLIN.OBJ,EDLIN.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

11962 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'EDLMES.OBJ'
        MASM /DOEM /DVER /I..\INC EDLMES.ASM,EDLMES.OBJ,EDLMES.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

22868 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'EDLPROC.OBJ'
        MASM /DOEM /DVER /I..\INC EDLPROC.ASM,EDLPROC.OBJ,EDLPROC.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

21768 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'EDLIN.EXE'
        LINK EDLIN.OBJ EDLMES.OBJ EDLPROC.OBJ,EDLIN.EXE,EDLIN.MAP/M;
Microsoft (R) Overlay Linker  Version 3.51
Copyright (C) Microsoft Corp 1983, 1984, 1985, 1986.  All rights reserved.

Warning: no stack segment
make : target does not exist 'EDLIN.COM'
        EXE2BIN EDLIN.EXE EDLIN.COM



D:\211>ECHO OFF
Microsoft (R) Program Maintenance Utility  Version 4.02
Copyright (C) Microsoft Corp 1984, 1985, 1986.  All rights reserved.

make : target does not exist 'FC.OBJ'
        MASM /DOEM /DVER /I..\INC FC.ASM,FC.OBJ,FC.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

16070 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'FCMES.OBJ'
        MASM /DOEM /DVER /I..\INC FCMES.ASM,FCMES.OBJ,FCMES.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.


49468 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'FC.EXE'
        LINK FC.OBJ FCMES.OBJ,FC.EXE,FC.MAP/M;
Microsoft (R) Overlay Linker  Version 3.51
Copyright (C) Microsoft Corp 1983, 1984, 1985, 1986.  All rights reserved.




D:\211>ECHO OFF
Microsoft (R) Program Maintenance Utility  Version 4.02
Copyright (C) Microsoft Corp 1984, 1985, 1986.  All rights reserved.

make : target does not exist 'FIND.OBJ'
        MASM /DOEM /DVER /I..\INC FIND.ASM,FIND.OBJ,FIND.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.


46076 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'FINDMES.OBJ'
        MASM /DOEM /DVER /I..\INC FINDMES.ASM,FINDMES.OBJ,FINDMES.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.


49456 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'FIND.EXE'
        LINK FIND.OBJ FINDMES.OBJ,FIND.EXE,FIND.MAP/M;
Microsoft (R) Overlay Linker  Version 3.51
Copyright (C) Microsoft Corp 1983, 1984, 1985, 1986.  All rights reserved.




D:\211>ECHO OFF
Microsoft (R) Program Maintenance Utility  Version 4.02
Copyright (C) Microsoft Corp 1984, 1985, 1986.  All rights reserved.

make : target does not exist 'FORMAT.OBJ'
        MASM /DOEM /DVER /I..\INC FORMAT.ASM,FORMAT.OBJ,FORMAT.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

15052 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'FORMES.OBJ'
        MASM /DOEM /DVER /I..\INC FORMES.ASM,FORMES.OBJ,FORMES.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

22866 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'GENFOR.OBJ'
        MASM /DOEM /DVER /I..\INC GENFOR.ASM,GENFOR.OBJ,GENFOR.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

22862 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'FORMAT.EXE'
        LINK FORMAT.OBJ FORMES.OBJ GENFOR.OBJ,FORMAT.EXE,FORMAT.MAP/M;
Microsoft (R) Overlay Linker  Version 3.51
Copyright (C) Microsoft Corp 1983, 1984, 1985, 1986.  All rights reserved.

Warning: no stack segment
make : target does not exist 'FORMAT.COM'
        EXE2BIN FORMAT.EXE FORMAT.COM



D:\211>ECHO OFF
Microsoft (R) Program Maintenance Utility  Version 4.02
Copyright (C) Microsoft Corp 1984, 1985, 1986.  All rights reserved.

make : target does not exist 'MORE.OBJ'
        MASM /DOEM /DVER /I..\INC MORE.ASM,MORE.OBJ,MORE.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

23942 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'MOREMES.OBJ'
        MASM /DOEM /DVER /I..\INC MOREMES.ASM,MOREMES.OBJ,MOREMES.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.


50456 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'MORE.EXE'
        LINK MORE.OBJ MOREMES.OBJ,MORE.EXE,MORE.MAP/M;
Microsoft (R) Overlay Linker  Version 3.51
Copyright (C) Microsoft Corp 1983, 1984, 1985, 1986.  All rights reserved.

Warning: no stack segment
make : target does not exist 'MORE.COM'
        EXE2BIN MORE.EXE MORE.COM



D:\211>ECHO OFF
Microsoft (R) Program Maintenance Utility  Version 4.02
Copyright (C) Microsoft Corp 1984, 1985, 1986.  All rights reserved.

make : target does not exist 'ALLOC.OBJ'
        MASM /DOEM /DVER /I..\INC ALLOC.ASM,ALLOC.OBJ,ALLOC.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

20102 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'DIRCALL.OBJ'
        MASM /DOEM /DVER /I..\INC DIRCALL.ASM,DIRCALL.OBJ,DIRCALL.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

19132 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'DEV.OBJ'
        MASM /DOEM /DVER /I..\INC DEV.ASM,DEV.OBJ,DEV.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

20088 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'DIR.OBJ'
        MASM /DOEM /DVER /I..\INC DIR.ASM,DIR.OBJ,DIR.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

17244 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'DISK.OBJ'
        MASM /DOEM /DVER /I..\INC DISK.ASM,DISK.OBJ,DISK.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

15100 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'DOSMES.OBJ'
        MASM /DOEM /DVER /I..\INC DOSMES.ASM,DOSMES.OBJ,DOSMES.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

22332 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'FAT.OBJ'
        MASM /DOEM /DVER /I..\INC FAT.ASM,FAT.OBJ,FAT.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

20026 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'GETSET.OBJ'
        MASM /DOEM /DVER /I..\INC GETSET.ASM,GETSET.OBJ,GETSET.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

19094 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'MISC.OBJ'
        MASM /DOEM /DVER /I..\INC MISC.ASM,MISC.OBJ,MISC.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

18074 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'MSCODE.OBJ'
        MASM /DOEM /DVER /I..\INC MSCODE.ASM,MSCODE.OBJ,MSCODE.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

16066 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'MSDOS.OBJ'
        MASM /DOEM /DVER /I..\INC MSDOS.ASM,MSDOS.OBJ,MSDOS.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

13794 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'ROM.OBJ'
        MASM /DOEM /DVER /I..\INC ROM.ASM,ROM.OBJ,ROM.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

19150 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'STDBUF.OBJ'
        MASM /DOEM /DVER /I..\INC STDBUF.ASM,STDBUF.OBJ,STDBUF.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

19026 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'STDCALL.OBJ'
        MASM /DOEM /DVER /I..\INC STDCALL.ASM,STDCALL.OBJ,STDCALL.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

18092 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'STDCTRLC.OBJ'
        MASM /DOEM /DVER /I..\INC STDCTRLC.ASM,STDCTRLC.OBJ,STDCTRLC.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

19052 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'STDFCB.OBJ'
        MASM /DOEM /DVER /I..\INC STDFCB.ASM,STDFCB.OBJ,STDFCB.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

19162 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'STDIO.OBJ'
        MASM /DOEM /DVER /I..\INC STDIO.ASM,STDIO.OBJ,STDIO.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

18146 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'STDPROC.OBJ'
        MASM /DOEM /DVER /I..\INC STDPROC.ASM,STDPROC.OBJ,STDPROC.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

Non-IBM release pre-selected 
VERSION 2.11 pre-selected 

17136 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'TIME.OBJ'
        MASM /DOEM /DVER /I..\INC TIME.ASM,TIME.OBJ,TIME.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

21026 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'XENIX.OBJ'
        MASM /DOEM /DVER /I..\INC XENIX.ASM,XENIX.OBJ,XENIX.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

16200 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'XENIX2.OBJ'
        MASM /DOEM /DVER /I..\INC XENIX2.ASM,XENIX2.OBJ,XENIX2.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

18066 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'MSDOS.EXE'
        LINK @MSDOS.LRF,MSDOS.EXE,MSDOS.MAP/M;
Microsoft (R) Overlay Linker  Version 3.51
Copyright (C) Microsoft Corp 1983, 1984, 1985, 1986.  All rights reserved.

Object Modules [.OBJ]: MSDOS.OBJ MSCODE.OBJ DOSMES.OBJ MISC.OBJ GETSET.OBJ DIRCALL.OBJ +
Object Modules [.OBJ]: ALLOC.OBJ DEV.OBJ DIR.OBJ DISK.OBJ FAT.OBJ ROM.OBJ STDBUF.OBJ STDCALL.OBJ +
Object Modules [.OBJ]: STDCTRLC.OBJ STDFCB.OBJ STDPROC.OBJ STDIO.OBJ TIME.OBJ XENIX.OBJ XENIX2.OBJ
Warning: no stack segment
make : target does not exist 'MSDOS.SYS'
        EXE2BIN MSDOS.EXE MSDOS.SYS



D:\211>ECHO OFF
Microsoft (R) Program Maintenance Utility  Version 4.02
Copyright (C) Microsoft Corp 1984, 1985, 1986.  All rights reserved.

make : target does not exist 'PRINT.OBJ'
        MASM /DOEM /DVER /I..\INC PRINT.ASM,PRINT.OBJ,PRINT.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

IBM release pre-selected 
VERSION 2.11 pre-selected 

13654 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'PRINT.EXE'
        LINK PRINT.OBJ,PRINT.EXE,PRINT.MAP/M;
Microsoft (R) Overlay Linker  Version 3.51
Copyright (C) Microsoft Corp 1983, 1984, 1985, 1986.  All rights reserved.

Warning: no stack segment
make : target does not exist 'PRINT.COM'
        EXE2BIN PRINT.EXE PRINT.COM



D:\211>ECHO OFF
Microsoft (R) Program Maintenance Utility  Version 4.02
Copyright (C) Microsoft Corp 1984, 1985, 1986.  All rights reserved.

make : target does not exist 'RECOVER.OBJ'
        MASM /DOEM /DVER /I..\INC RECOVER.ASM,RECOVER.OBJ,RECOVER.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

19706 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'RECMES.OBJ'
        MASM /DOEM /DVER /I..\INC RECMES.ASM,RECMES.OBJ,RECMES.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

21816 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'RECOVER.EXE'
        LINK RECOVER.OBJ RECMES.OBJ,RECOVER.EXE,RECOVER.MAP/M;
Microsoft (R) Overlay Linker  Version 3.51
Copyright (C) Microsoft Corp 1983, 1984, 1985, 1986.  All rights reserved.

Warning: no stack segment
make : target does not exist 'RECOVER.COM'
        EXE2BIN RECOVER.EXE RECOVER.COM



D:\211>ECHO OFF
Microsoft (R) Program Maintenance Utility  Version 4.02
Copyright (C) Microsoft Corp 1984, 1985, 1986.  All rights reserved.

make : target does not exist 'SORT.OBJ'
        MASM /DOEM /DVER /I..\INC SORT.ASM,SORT.OBJ,SORT.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

22648 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'SORTMES.OBJ'
        MASM /DOEM /DVER /I..\INC SORTMES.ASM,SORTMES.OBJ,SORTMES.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.


49456 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'SORT.EXE'
        LINK SORT.OBJ SORTMES.OBJ,SORT.EXE,SORT.MAP/M;
Microsoft (R) Overlay Linker  Version 3.51
Copyright (C) Microsoft Corp 1983, 1984, 1985, 1986.  All rights reserved.

        EXEMOD SORT.EXE /MAX 1 /MIN 1
Microsoft (R) EXE File Header Utility  Version 4.00
Copyright (C) Microsoft Corp 1985.  All rights reserved.




D:\211>ECHO OFF
Microsoft (R) Program Maintenance Utility  Version 4.02
Copyright (C) Microsoft Corp 1984, 1985, 1986.  All rights reserved.

make : target does not exist 'SYS.OBJ'
        MASM /DOEM /DVER /I..\INC SYS.ASM,SYS.OBJ,SYS.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

21360 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'SYSMES.OBJ'
        MASM /DOEM /DVER /I..\INC SYSMES.ASM,SYSMES.OBJ,SYSMES.LST;
Microsoft (R) Macro Assembler  Version 4.00
Copyright (C) Microsoft Corp 1981, 1983, 1984, 1985.  All rights reserved.

VERSION 2.11 pre-selected 

23964 Bytes symbol space free

    0 Warning Errors
    0 Severe  Errors
make : target does not exist 'SYS.EXE'
        LINK SYS.OBJ SYSMES.OBJ,SYS.EXE,SYS.MAP/M;
Microsoft (R) Overlay Linker  Version 3.51
Copyright (C) Microsoft Corp 1983, 1984, 1985, 1986.  All rights reserved.

Warning: no stack segment
make : target does not exist 'SYS.COM'
        EXE2BIN SYS.EXE SYS.COM

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK