|
Load USB drive info on FreeDOS
I have a question for anybody who knows anything about DOS, particularly FreeDOS 1.0 Final.
As you know, there is no USB driver available with the DOS kernel. Disk drives in DOS are extremely different from Linux. Each drive is assigned a letter during boot time, and each drive is separate.
I was wondering if it were possible to create a program that would be able to read the USB drive, and copy all it's data to a specified folder on the C:\ drive, and then, after the user makes their changes, saves the changes to the USB drive. It sounds easier than doing it the official DOS way, and in fact sounds very Linux/Unix.
|