Discussion:
PFAT_File_List
(too old to reply)
c***@CSIC.UMD.EDU
2005-04-23 14:23:38 UTC
Permalink
I've seen that in pfat, there is a PFAT_File_List, which I think is a list of PFAT_File,
and it looks useful in keeping track of the files, directories and subdirectories. Can
anyone give more tips in using the "List" functions.
Joe Barrett
2005-04-23 16:15:53 UTC
Permalink
Post by c***@CSIC.UMD.EDU
I've seen that in pfat, there is a PFAT_File_List, which I think is a list of PFAT_File,
and it looks useful in keeping track of the files, directories and subdirectories. Can
anyone give more tips in using the "List" functions.
The List functions are what we've been using (or rather I've been using)
for linked lists. You can find more about them in
~/projectX/include/geekos/list.h

I think for this project though, we're supposed to use
direct/indirect/double-indirect mapping for files out of the directories.

Joe

Loading...