FAT VTOC

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
St8ic

FAT VTOC

Post by St8ic »

Could anyone tell me about (or point me in the direction of some information about) the Volume Table of Contents in a FAT12 filesystem?

I'm working on my shell, and I need a directory listing (ls\dir) command.
astrocrep

Re:FAT VTOC

Post by astrocrep »

Do a google for the "OS Loader 4 dummies"

Its a great 16bit loader that supports dir / ls commands (amoung others) in a fat 12 fs.

It should be easiliy convertable to your 32bit os.

Good Luck

Rich
St8ic

Re:FAT VTOC

Post by St8ic »

Can't seem to find that. Is this what you mean?

alexfru.chat.ru/los4d_manual.html

Could you post me a link? Thanks.
astrocrep

Re:FAT VTOC

Post by astrocrep »

sorry for the late reply,

heres the url,

http://alexfru.chat.ru/programming/los4d.zip

GL

Rich
Post Reply