You need two 1.44 Pre-formatted floppy disks
----------------------------------------------
(Step1) To create the boot & root disks in DOS
##############################################
To put these images on two 1.44 floppy disks, 
just type 'rawrite.exe' then enter the name 
of the first image='boot.img', than answer A: 
or B:.
(Step2) Now we have to create the 'root' disk.
##############################################
Again type: 'rawrite.exe' than choose root.-
img & A: or B:, where your floppy drive is 
located, most likely A:

done ...
______________________________________________
I made a script that will do the above but usi
ng Linux enviroment to make both of the disks.
Alternative to the above is to create the boot
and root floppes using Linux: Bootup ram.bat &
mount your drive that contains C:\veclinux\images
e.g

# mount -o user /dev/hda1 /DOS
OR for Fat-12 DOS filesystem you'd type:
# mount -t msdos /dev/hda1 /DOS
# floppy

done ...

TIP:
Linux is case senstive, so 'dos' is not 'DOS'.