Home  Site Map  Instruction Index 

Creating a Boot Disk


This covers creating a boot disk with code to create a startup disk that loads the Operating system.

This screen shot shows the processess need to create a bootable startup disk.
The key elements are :

  1. Write your boot sector; It is not too difficult to load the root sector and edit the code for your own use.
  2. Write Code to install your boot sector.
  3. Clear unwanted FAT entries (if you need a boot only disk).
  4. Clear unwanted Root Directory files (if you need a boot only disk).
  5. Write the startup files (if you have some) to disk.
  6. Write the new FAT to disk (if you are adding startup files).
  7. Write the new Root Directory to Disk (if you are adding startup files).