Perhaps you don't understand how the experts transform the MS-DOS 7.10 boot disk. Why can they add more tools to the system disk to make it have stronger and more perfect functions? Now, I'll give a detailed introduction.
First of course, make a standard DOS boot disk. There is still 245K space on the made system disk. It's completely no problem to put a few small software such as mouse drivers. Of course, for making a super strong system disk, this space is too small.
Next, let's first take a look at what's in this boot disk. The following is the list of all files on the system disk and their sizes. Some files are hidden, and you can use tools like NORTON COMMAND to "see" them. Then, extract the compressed package EBD.CAB (you can open it with WINZIP 7 or higher versions, WINRAR, WINACB, etc.).
------------DOS system core files---------------
IO.SYS 224,150 Basic input/output management system
MSDOS.SYS 9 Setup file
COMMAND.COM 94,292 Command interpreter
DRVSPACE.BIN 68,871 Compressed disk driver (delete)
---------------Startup configuration files----------------
AUTOEXEC.BAT 1,103
CONFIG.SYS 629
---------------Device drivers-----------------
OAKCDROM.SYS 41,302 CD-ROM driver
BTCDROM.SYS 21,971 CD-ROM driver (delete)
ASPICD.SYS 29,620 CD-ROM driver (delete)
BTDOSM.SYS 30,955
RAMDRIVE.SYS 12,663 Virtual disk driver program
ASPI4DOS.SYS 14,386
ASPI2DOS.SYS 35,330
ASPI8DOS.SYS 37,564
ASPI8U2.SYS 40,792 (I deleted it, no problem occurred)
FLASHPT.SYS 64,425 (I deleted it, no problem occurred)
HIMEM.SYS 33,191 Extended memory management program
EXTRACT.EXE 93,242 Tool to extract CAB compressed package
FINDRAMD.EXE 6,855 Tool to find virtual disk drive letter
FDISK.EXE 64,124 Hard disk partition management tool
README.TXT 14,764 Instruction file (English) (delete)
SETRAMD.BAT 1,416 Batch file to find virtual disk drive letter
---------------Compressed package files------------
EBD.SYS 0
EBD.CAB 274,142 Compressed package
-----------Files in EBD.CAB--------
CHKDSK.EXE 28,112 File detection tool
DEBUG.EXE 20,554 Debugging tool
EDIT.COM 72,174 Text editor
SCANDISK.EXE 144,211 Disk detection/repair tool
SCANDISK.INI 7,329 SCANDISK configuration file (delete)
SYS.COM 19,159 System file transfer tool
MSCDEX.EXE 25,473 CD-ROM driver tool
EXT.EXE 13,299 Enhance the function of EXTRACT (can delete)
ATTRIB.EXE 15,252 File attribute management
FORMAT.COM 49,655 Disk formatting tool
RESTART.COM 20 Disk restart (can delete)
HELP.BAT 36 Display content of README.TXT (delete)
What's next? Of course, first remove the unnecessary files, so that space can be freed up to place other software.
README.TXT no one will read, delete it
HELP.BAT What's left when README.TXT is deleted?
SCANDISK.INI Actually, SCANDISK doesn't need it, delete it
DRVSPACE.BIN Although it's a system file, basically no one uses compressed disks, delete it
There are actually 3 CD-ROM driver programs on the disk. Generally, IDE-EIDE CDROM is used, and the latter two can be deleted.
The functions of the remaining drivers are unknown. You can choose to keep them or try to delete them. In fact, all can be deleted and DOS can still start normally.
If you don't use DEBUG or CHKDSK, of course, you can also consider deleting them.
Microsoft actually puts the WIN98 boot LOGO picture in IO.SYS, really disgusting. If an expert can remove the picture in it, the volume can be reduced by about 100K.
Second step: Replacement. Except for the system core files and FORMAT, SYS and other files closely related to the core files, basically the external commands of MS-DOS can be replaced with the same-class commands of other DOS systems or third-party tools. The following are some of these tools. You can calculate by yourself how much space can be saved.
ATTRIB.COM 7,136 From FREEDOS
DEBUG.COM 15,286 From FREEDOS
SHSUCDX.EXE 6,811 From FREEDOS, replace MSCDEX.EXE
XCOPY.EXE 15,102 From FREEDOS
Deltree.com 3,970 From FREEDOS
HIMEM.SYS 5,835 From ROM-DOS7.1
VIDE_CDD.SYS 5,036 Acer CD-ROM driver, replace OAKCDROM.SYS
To be continued……
First of course, make a standard DOS boot disk. There is still 245K space on the made system disk. It's completely no problem to put a few small software such as mouse drivers. Of course, for making a super strong system disk, this space is too small.
Next, let's first take a look at what's in this boot disk. The following is the list of all files on the system disk and their sizes. Some files are hidden, and you can use tools like NORTON COMMAND to "see" them. Then, extract the compressed package EBD.CAB (you can open it with WINZIP 7 or higher versions, WINRAR, WINACB, etc.).
------------DOS system core files---------------
IO.SYS 224,150 Basic input/output management system
MSDOS.SYS 9 Setup file
COMMAND.COM 94,292 Command interpreter
DRVSPACE.BIN 68,871 Compressed disk driver (delete)
---------------Startup configuration files----------------
AUTOEXEC.BAT 1,103
CONFIG.SYS 629
---------------Device drivers-----------------
OAKCDROM.SYS 41,302 CD-ROM driver
BTCDROM.SYS 21,971 CD-ROM driver (delete)
ASPICD.SYS 29,620 CD-ROM driver (delete)
BTDOSM.SYS 30,955
RAMDRIVE.SYS 12,663 Virtual disk driver program
ASPI4DOS.SYS 14,386
ASPI2DOS.SYS 35,330
ASPI8DOS.SYS 37,564
ASPI8U2.SYS 40,792 (I deleted it, no problem occurred)
FLASHPT.SYS 64,425 (I deleted it, no problem occurred)
HIMEM.SYS 33,191 Extended memory management program
EXTRACT.EXE 93,242 Tool to extract CAB compressed package
FINDRAMD.EXE 6,855 Tool to find virtual disk drive letter
FDISK.EXE 64,124 Hard disk partition management tool
README.TXT 14,764 Instruction file (English) (delete)
SETRAMD.BAT 1,416 Batch file to find virtual disk drive letter
---------------Compressed package files------------
EBD.SYS 0
EBD.CAB 274,142 Compressed package
-----------Files in EBD.CAB--------
CHKDSK.EXE 28,112 File detection tool
DEBUG.EXE 20,554 Debugging tool
EDIT.COM 72,174 Text editor
SCANDISK.EXE 144,211 Disk detection/repair tool
SCANDISK.INI 7,329 SCANDISK configuration file (delete)
SYS.COM 19,159 System file transfer tool
MSCDEX.EXE 25,473 CD-ROM driver tool
EXT.EXE 13,299 Enhance the function of EXTRACT (can delete)
ATTRIB.EXE 15,252 File attribute management
FORMAT.COM 49,655 Disk formatting tool
RESTART.COM 20 Disk restart (can delete)
HELP.BAT 36 Display content of README.TXT (delete)
What's next? Of course, first remove the unnecessary files, so that space can be freed up to place other software.
README.TXT no one will read, delete it
HELP.BAT What's left when README.TXT is deleted?
SCANDISK.INI Actually, SCANDISK doesn't need it, delete it
DRVSPACE.BIN Although it's a system file, basically no one uses compressed disks, delete it
There are actually 3 CD-ROM driver programs on the disk. Generally, IDE-EIDE CDROM is used, and the latter two can be deleted.
The functions of the remaining drivers are unknown. You can choose to keep them or try to delete them. In fact, all can be deleted and DOS can still start normally.
If you don't use DEBUG or CHKDSK, of course, you can also consider deleting them.
Microsoft actually puts the WIN98 boot LOGO picture in IO.SYS, really disgusting. If an expert can remove the picture in it, the volume can be reduced by about 100K.
Second step: Replacement. Except for the system core files and FORMAT, SYS and other files closely related to the core files, basically the external commands of MS-DOS can be replaced with the same-class commands of other DOS systems or third-party tools. The following are some of these tools. You can calculate by yourself how much space can be saved.
ATTRIB.COM 7,136 From FREEDOS
DEBUG.COM 15,286 From FREEDOS
SHSUCDX.EXE 6,811 From FREEDOS, replace MSCDEX.EXE
XCOPY.EXE 15,102 From FREEDOS
Deltree.com 3,970 From FREEDOS
HIMEM.SYS 5,835 From ROM-DOS7.1
VIDE_CDD.SYS 5,036 Acer CD-ROM driver, replace OAKCDROM.SYS
To be continued……
我的网志
http://hzmys.blog.163.com/
我的网盘
firststep.qjwm.com
fsmys.ys168.com
ssmys.ys168.com
www.brsbox.com/fsmys
www.brsbox.com/ssmys
www.brsbox.com/ccdos
http://hzmys.blog.163.com/
我的网盘
firststep.qjwm.com
fsmys.ys168.com
ssmys.ys168.com
www.brsbox.com/fsmys
www.brsbox.com/ssmys
www.brsbox.com/ccdos








