What exactly do i need to do to write an hdd driver and a file system?
btw. any good links?
ivan
drivers
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:drivers
i have a link to a disk programming tutorial. Hope you'll find it good (as i'm the one who wrote it ;D )
Considering filesystems, the best tutorial is perhaps to read how other filesystems work (FAT, EXT2FS, minix, etc) to see how they can deal with problems like sectors allocation, linking sectors together in order to make files and finally give name to files and organize them as a hierarchy of directories.
Considering filesystems, the best tutorial is perhaps to read how other filesystems work (FAT, EXT2FS, minix, etc) to see how they can deal with problems like sectors allocation, linking sectors together in order to make files and finally give name to files and organize them as a hierarchy of directories.