The document describes the MS-DOS boot process. It begins with the CPU initialization and BIOS checks like the POST. The BIOS then looks to the MBR and loads the boot code. This boot code looks for the IO.SYS and MSDOS.SYS files to load the kernel. Next CONFIG.SYS is read to configure devices. COMMAND.COM is then loaded, which looks for the AUTOEXEC.BAT file. Finally, the command prompt is displayed.