Posts

Showing posts from January, 2022

Introduction to DOS

Image
Introduction to DOS ➡️ DOS stands for (Disk operating system), and it is a name for the basic IBM PC operating system. DOS is command User/Line interface (CUI) Operating system software. Several varieties of DOS are available , including Microsoft's versions of DOS (MS-DOS) , IBM's version (PC-DOS) , and several others.             There are actually several levels to DOS. At  the lowest level is the BIOS  (Basic input/output system)  which is responsible for managing devices like the keyboard and disk drivers at simplest possible lavel e.g. the BIOS let's you say things like ( get me sector 5 of track 3 from disk drive 1). This is done partly by software in ROM (Read-only memory) and partly by BIOS extension, which are loaded when the system first starts up (with MS-DOS, these are in a file called IO.SYS; on PC-DOS they're in IBMBIO.COM).     The second layer provides a set of higher level services implemented using the low-level BIOS services; you can now refer to dis