Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.3 KiB

  1. DOS Boot Disk Readme
  2. ======================
  3. May 25, 2001
  4. Aidan Low ([email protected])
  5. This directory contains the files that make up the DOS boot disk on whistler.
  6. 06/08/2000 05:00 PM 58,870 EGA2.CPI
  7. 06/08/2000 05:00 PM 58,753 EGA3.CPI
  8. 06/08/2000 05:00 PM 58,870 EGA.CPI
  9. 06/08/2000 05:00 PM 21,607 KEYB.COM
  10. 06/08/2000 05:00 PM 34,566 KEYBOARD.SYS
  11. 06/08/2000 05:00 PM 31,942 KEYBRD2.SYS
  12. 06/08/2000 05:00 PM 31,633 KEYBRD3.SYS
  13. 06/08/2000 05:00 PM 13,014 KEYBRD4.SYS
  14. 06/08/2000 05:00 PM 29,239 MODE.COM
  15. 06/08/2000 05:00 PM 93,040 COMMAND.COM
  16. 06/08/2000 05:00 PM 17,175 DISPLAY.SYS
  17. 04/07/2001 01:40 PM 9 MSDOS.SYS <-- should be system, readonly, hidden when copied to the floppy
  18. 05/15/2001 06:57 PM 116,736 IO.SYS <-- should be system, readonly, hidden when copied to the floppy
  19. To prepare the disk image for the DOS boot disk, create a system disk on a Win9X Machine so that the boot sector is created properly.
  20. Then copy these files over, setting the appropriate attributes. (the attributes are called out in the list above)
  21. Finally, use the imgtool.exe tool to create a disk image from the floppy. Typically this will be something like
  22. imgtool.exe \\.\a: c:\myimage.bin
  23. ======================