Virtual Floppy Drive (Solved)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
XCHG
Member
Member
Posts: 416
Joined: Sat Nov 25, 2006 3:55 am
Location: Wisconsin
Contact:

Virtual Floppy Drive (Solved)

Post by XCHG »

I have a floppy drive on my PC but now since we are reconstructing the whole house, I can only be using my Laptop. My Laptop doesn't have a floppy drive but I downloaded VFD and now I have two virtual floppy drives.

The problem is that VFD works with image files and I do not know how I am supposed to create an image of my bootloader and the kernel file! Can anybody help me? I am compiling both files with NASM.
Last edited by XCHG on Sun Feb 18, 2007 3:51 am, edited 1 time in total.
User avatar
XCHG
Member
Member
Posts: 416
Joined: Sat Nov 25, 2006 3:55 am
Location: Wisconsin
Contact:

Virtual Floppy Drive

Post by XCHG »

Okay I figured it out. I had to create a file with VFD that allows the image to be saved on a disk storage. The file will then be treated as the real content of the floppy driver. I then could do what ever I used to be able to do with the real floppy driver, with the new driver too; Including using PartCoppy and etc.
Post Reply