On 3/12/10, Mark Cave-Ayland mark.cave-ayland@siriusit.co.uk wrote:
Mark Cave-Ayland wrote:
Please find attached a preliminary patch that implements the above. I'm
still not 100% sure on the directory names, however I hope the diff shows the idea behind what I'm trying to do. As well as moving files to a different directory, I've also tidied up a few naming conventions to make things easier to follow.
Does anyone have any further thoughts on this, particularly Stefan? I'd like to get this committed reasonably soon.
In terms of renaming the existing modules/ directory, my favourite candidates for names at the moment are libopenbios and libmisc.
One dimension for organizing the directories could be "internal" (only used by C) vs. "external" (exported to Forth or client interface etc.).
I also looked at Linux directory structure, it has some match but not complete.
Anyway, your version is a good starting point.