Results 1 to 3 of 3

Thread: to store content in a floppy without creating file

  1. #1

    Thread Starter
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986

    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.

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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.

  3. #3
    New Member
    Join Date
    Dec 2002
    Posts
    8

    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
  •  



Click Here to Expand Forum to Full Width