How to implement a very simple filesystem?

前端 未结 5 1159
滥情空心
滥情空心 2021-01-30 04:31

I am wondering how the OS is reading/writing to the hard drive.
I would like as an exercise to implement a simple filesystem with no directories that can read and write file

5条回答
  •  余生分开走
    2021-01-30 04:48

    I found it quite easy to understand a simple filesystem while using the fat filesystem on the avr microcontroller.

    http://elm-chan.org/fsw/ff/00index_e.html

    Take look at the code you will figure out how fat works.

提交回复
热议问题