wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[FAT] Implement FAT #47

Closed wake-0 closed 9 years ago

wake-0 commented 9 years ago

Implement the default FAT (file system). Test with a C testproject, it is not necessary to use the OS. Create a textfile on an USB stick (the USB stick uses FAT16) and load this file from the testproject. It should be possible to read this file correct.

wake-0 commented 9 years ago

http://www.tomshardware.co.uk/forum/49575-39-format-fat32-fat16

wake-0 commented 9 years ago

http://www.compuphase.com/mbr_fat.htm http://codeandlife.com/2012/04/02/simple-fat-and-sd-tutorial-part-1/ http://elm-chan.org/fsw/ff/00index_p.html

wake-0 commented 9 years ago

This prototype has to be refactored and moved into the os. A test file is included and can be used for tests. The correct include to the os has to be discussed. ATTENTION: "pack" is important for the structs