Detailed analysis of DOS Startup Process

Source: Internet
Author: User

When the computer is started, some system programs must be read from a disk into the memory before it can work normally. We call this disk a boot disk.

Generally, disk A or disk C is used as the boot disk. In special cases, other drive letters of the hard disk and A few computer discs can also be used as the boot disk. To create a boot disk, run the sys command. See the command section below.

When the DOS system is started, you must first read two system file IO from the boot disk. SYS, MSDOS. SYS, search for and execute CONFIG in the root directory of the boot disk. SYS, COMMAND. COM, AUTOEXEC. BAT files. Among them, the IO. SYS, MSDOS. SYS, and COMMAND. COM files are indispensable; otherwise, the computer will not be able to start normally.

CONFIG. SYS and AUTOEXEC. BAT files are used to configure the system running environment and automatically execute some commands. They play a crucial role in the computer running performance and the drivers of many devices, we can modify their content as needed,

Autoexec. bat is called an automatic batch processing file. It is a type of batch processing file. Because it runs automatically at DOS Startup, it is called an automatic batch processing file. You can put the program you want to run every time you start the computer.

If the computer cannot find these two files in the root directory, it can also run, but there are a lot of complex software and equipment will not work properly. Such as optical drive, sound card, and Windows program. Therefore, Beginners should be careful not to delete the above several files; otherwise, the computer will not work properly.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.