Over the past few days I discussed it with Wengier, DD and others, and we decided to organize the forum's featured posts, basic knowledge, and similar content into more systematic knowledge. First, this will reduce the burden on the moderators; second, it will make it easier for forum members to look things up; third, it will prepare materials for the future CDU main site.
My own level is pretty newbie, and I just happen to have some time recently, so I'll start by organizing some basic material first.
But precisely because my technical level is weak, the materials I put together definitely have many places that need improvement. So now I'm posting these materials here, and asking all moderators and enthusiastic members to take a good look, and offer more opinions and suggestions, so we can develop together with CDU.
Chapter 1 Why learn DOS
1. What is DOS?
DOS is the English abbreviation of Disk Operating System, meaning disk operating system. In the general sense, DOS refers to the command-line mode of early operating systems. It played a very important role in the development of PC computers, and once almost ruled the world, with many users and enthusiasts around the globe. There are also many versions of DOS, such as PC-DOS, DR-DOS, ROM-DOS, FreeDOS, MS-DOS, etc., among which the most commonly used is MS-DOS. The most practical is MS-DOS 7.10.
2. What is an operating system?
If you plan to build a house for yourself, you do not need to personally understand bricks, timber, paint, and other building materials, nor do you need to hire carpenters, masons, plumbers, and other workers yourself. The construction company will take care of all that for you. You only need to put forward your own ideas about the house layout and decorating style, and the workers will come to the site every day and work in an orderly way using the available materials. That is the credit of the construction company. In the same way, you can think of DOS as a contractor like a construction company, and hand similar matters over to it for management.
If you install an operating system on a computer, it can:
1. Manage and control hardware
For example, the letters you type on the keyboard naturally appear on the screen; speakers or headphones can play pleasant songs; computers can communicate through network cards and cables...
2. Help you communicate with the computer
It can make the computer execute your commands; it can display the computer's feedback messages on the screen...
3. Save information and find it again when you need it
4. Provide a stable running platform for other software, and manage them
5. ...
In short, the operating system has greatly liberated productivity. It lets us use computers without needing to understand profound computer knowledge, and enables our work efficiency to improve dozens or even hundreds of times over.
In fact, from this point of view, the Windows series, UNIX\Linux, and so on are all operating systems, and some are far more advanced than command-line DOS.
3. Why learn DOS?
Since there are so many operating systems more advanced than DOS, why still learn DOS?
1. First of all, please note that the DOS we are talking about now refers to the DOS of the new era, not the earlier PC-DOS, MS-DOS, and so on. The DOS of the new era represents freedom, openness, and development! It can develop together with and mutually promote other operating systems such as Windows and Linux, while each has its own important value for existing. That is the most wonderful situation.
2. The Windows series has made the DOS world even richer. It is a graphical operating environment running under the DOS operating system. Therefore, DOS is a powerful, practical, and stable operating system! Under DOS you can use command-line operations, and you can also enter GUI programs such as WIN to work in graphical mode. After a Windows system crashes, you can use it for system repair. Everything Windows can do can be achieved in DOS. It is closer to the underlying layer, and learning DOS can help you understand Windows and computers better.
3. DOS already has many years of history. Its programs and learning materials are easier to obtain than Unix/Linux, and in the industry DOS has the best compatibility. It has low system requirements and the widest range of applications. Also, compared with Unix/Linux, it is simple, compact, and easy to learn and use.
4. DOS development prospects
DOS has been continuously developing ever since it was born. The commonly used Windows9x now is actually just a large protected-mode software under DOS, which means MS-DOS is still developing, not to mention the many other DOS versions (such as PC-DOS, DR-DOS, ROM-DOS, FreeDOS...).
Up to now, DOS can already support Chinese long file names, large hard disks, USB drives, NTFS partitions... Right now, we are even thinking of adding a GUI graphical interface to DOS...
In this new DOS era, on a worldwide scale, a large amount of new DOS software is constantly being developed, and new compilers and programming libraries are also continually appearing. Together with the push from the "open source movement," DOS has entered an era of free development. As it continues developing, its influence grows greater and greater, more and more people are participating, and its value and significance are beyond estimation!
My own level is pretty newbie, and I just happen to have some time recently, so I'll start by organizing some basic material first.
But precisely because my technical level is weak, the materials I put together definitely have many places that need improvement. So now I'm posting these materials here, and asking all moderators and enthusiastic members to take a good look, and offer more opinions and suggestions, so we can develop together with CDU.
Chapter 1 Why learn DOS
1. What is DOS?
DOS is the English abbreviation of Disk Operating System, meaning disk operating system. In the general sense, DOS refers to the command-line mode of early operating systems. It played a very important role in the development of PC computers, and once almost ruled the world, with many users and enthusiasts around the globe. There are also many versions of DOS, such as PC-DOS, DR-DOS, ROM-DOS, FreeDOS, MS-DOS, etc., among which the most commonly used is MS-DOS. The most practical is MS-DOS 7.10.
2. What is an operating system?
If you plan to build a house for yourself, you do not need to personally understand bricks, timber, paint, and other building materials, nor do you need to hire carpenters, masons, plumbers, and other workers yourself. The construction company will take care of all that for you. You only need to put forward your own ideas about the house layout and decorating style, and the workers will come to the site every day and work in an orderly way using the available materials. That is the credit of the construction company. In the same way, you can think of DOS as a contractor like a construction company, and hand similar matters over to it for management.
If you install an operating system on a computer, it can:
1. Manage and control hardware
For example, the letters you type on the keyboard naturally appear on the screen; speakers or headphones can play pleasant songs; computers can communicate through network cards and cables...
2. Help you communicate with the computer
It can make the computer execute your commands; it can display the computer's feedback messages on the screen...
3. Save information and find it again when you need it
4. Provide a stable running platform for other software, and manage them
5. ...
In short, the operating system has greatly liberated productivity. It lets us use computers without needing to understand profound computer knowledge, and enables our work efficiency to improve dozens or even hundreds of times over.
In fact, from this point of view, the Windows series, UNIX\Linux, and so on are all operating systems, and some are far more advanced than command-line DOS.
3. Why learn DOS?
Since there are so many operating systems more advanced than DOS, why still learn DOS?
1. First of all, please note that the DOS we are talking about now refers to the DOS of the new era, not the earlier PC-DOS, MS-DOS, and so on. The DOS of the new era represents freedom, openness, and development! It can develop together with and mutually promote other operating systems such as Windows and Linux, while each has its own important value for existing. That is the most wonderful situation.
2. The Windows series has made the DOS world even richer. It is a graphical operating environment running under the DOS operating system. Therefore, DOS is a powerful, practical, and stable operating system! Under DOS you can use command-line operations, and you can also enter GUI programs such as WIN to work in graphical mode. After a Windows system crashes, you can use it for system repair. Everything Windows can do can be achieved in DOS. It is closer to the underlying layer, and learning DOS can help you understand Windows and computers better.
3. DOS already has many years of history. Its programs and learning materials are easier to obtain than Unix/Linux, and in the industry DOS has the best compatibility. It has low system requirements and the widest range of applications. Also, compared with Unix/Linux, it is simple, compact, and easy to learn and use.
4. DOS development prospects
DOS has been continuously developing ever since it was born. The commonly used Windows9x now is actually just a large protected-mode software under DOS, which means MS-DOS is still developing, not to mention the many other DOS versions (such as PC-DOS, DR-DOS, ROM-DOS, FreeDOS...).
Up to now, DOS can already support Chinese long file names, large hard disks, USB drives, NTFS partitions... Right now, we are even thinking of adding a GUI graphical interface to DOS...
In this new DOS era, on a worldwide scale, a large amount of new DOS software is constantly being developed, and new compilers and programming libraries are also continually appearing. Together with the push from the "open source movement," DOS has entered an era of free development. As it continues developing, its influence grows greater and greater, more and more people are participating, and its value and significance are beyond estimation!
艰难奋长戟,万古用一夫
中国DOS联盟 http://www.cn-dos.net 欢迎大家来共同学习
我的MSN&E-Mail cn_archer@hotmail.com QQ 56049418
中国DOS联盟 http://www.cn-dos.net 欢迎大家来共同学习
我的MSN&E-Mail cn_archer@hotmail.com QQ 56049418






