Hey, I am trying to install Linux onto a very old computer, I have downloaded Basic Linux, but I do not understand these directions to make the floppy:
Floppy 1 is more complicated -- a simple copy is not enough. You have to
write the raw image (disk1.img) to the floppy.
In Linux, this is done with the dd command:
---------------------------
dd if=disk1.img of=/dev/fd0
---------------------------
In DOS, you use rawrite.exe or fdimage.exe to write raw images.
The BL3 zip file includes fdimage.exe. Here is the command:
---------------------
fdimage disk1.img a:
So.. what do I exactly do? Do I put fdimage onto the First Floppy? or disk1.img? Or what? I'm very confused as I have never done anything like this before. Any help would be much appreciated.