C
Cyberman
Guest
I'm looking at the code that's been commited ...
I'm uncertain where to insert the ISO file code...
clue me in here
I found some commented code though!
1) do we create a ISO9660FileSystem.(h, cpp) file(s)?
2) how does this 'link' in with the main code?
3) I don't believe I will be able to compile this (though I'll try the linux variant first I guess).
4) ISO.cpp is in Kernel/Filesystem... It should be in src/Kernel/Filesystem right? So this needs changed... or are we thinking src/filesystem/ISO/?
Comments
Readme's for each directory so people aren't apt to put thinggs where they don't belong.. or a FileOrg Readme.txt file... <I think you get the idea>
Comments at the begining of a file describing
Where it belongs in the big scheme of things
What it does
Change log information for the file
perhaps we should use Doxygen for making help information from comments? This will force commenting and fast help information for new contributers.
Anyhow.. does anyone KNOW where to put the ISO code? It's not apparent to me where it belongs at the moment.
Second do I need to create a new file in filesystem or in driver to use the ISO Image functions.
Third what naming convention are we going to use for the new object?
Fourthly are there compilor switchs that need to be defined to use a particular FS type?
Cyb
I'm uncertain where to insert the ISO file code...
clue me in here
I found some commented code though!
1) do we create a ISO9660FileSystem.(h, cpp) file(s)?
2) how does this 'link' in with the main code?
3) I don't believe I will be able to compile this (though I'll try the linux variant first I guess).
4) ISO.cpp is in Kernel/Filesystem... It should be in src/Kernel/Filesystem right? So this needs changed... or are we thinking src/filesystem/ISO/?
Comments
Readme's for each directory so people aren't apt to put thinggs where they don't belong.. or a FileOrg Readme.txt file... <I think you get the idea>
Comments at the begining of a file describing
Where it belongs in the big scheme of things
What it does
Change log information for the file
perhaps we should use Doxygen for making help information from comments? This will force commenting and fast help information for new contributers.
Anyhow.. does anyone KNOW where to put the ISO code? It's not apparent to me where it belongs at the moment.
Second do I need to create a new file in filesystem or in driver to use the ISO Image functions.
Third what naming convention are we going to use for the new object?
Fourthly are there compilor switchs that need to be defined to use a particular FS type?
Cyb