|
-
Jan 9th, 2003, 02:17 AM
#1
Thread Starter
Frenzied Member
to store content in a floppy without creating file
Wow that's some descriptive asking 
You want to access the floppy drive through the C drive? what do you mean?
and how would you want to store things on a floppy without making a file? like writing to the boot sector or something?
edit:wow that's cool, now it seems you're replying to me? hehe something wrong with time at this board
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Jan 9th, 2003, 03:50 AM
#2
Through the C language I guess, not C: drive.
Not possible in windows or unix, only DOS. You have to get the floppy disk interrupts / io ports and access the hardware directly. Note that this means any normal save operation will overwrite your data. The disk will appear empty or not formatted to any normal OS.
There should be a link to Ralph Brown's interrupt list in the FAQ of the ASM forum. Take a look there.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 9th, 2003, 04:58 AM
#3
New Member
to store content in a floppy without creating file
how to access file system of floppy thru C
how to store content in a floppy without creating
file for it.. with C program
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|