Read file on hard drive

Asked

Viewed 125 times

1

Where can I find code in Assembly to read files on the hard drive? For example, on FAT32 file system.

Or else, a description of your tables and organizations so I can program it myself.

I use the NASM as assembler, platform x8086. I want to do tests with a boot file that reads files from hard drive.

  • 1

    There are many versions of Assembly, please specify.

  • @mustache I’ve already specified.

  • What you’ve already done?

  • @bigown still nothing, the idea would be to make a program that I could bootar, and it carried a file from the hard drive in memory for me to use to, for example, present its content on the screen. Or else, run in a way similar to what DOS does with files . com This I know how to do, just the matter of reading files that is a problem.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.