I've been thinking of adding the SeaBIOS wiki documents into the SeaBIOS git repo. The following patch shows what that might look like. (It creates a new "docs/" directory with files for each page currently on the wiki.)
I'm not sure if doing this is a good idea. It would be nice to have the documents in version control, and it would be good to allow patches to simultaneously update the code and documentation. However, modifying wiki syntax from an editor isn't that easy.
Thoughts? -Kevin
Kevin O'Connor (1): Add wiki documentation to repository
docs/Build_overview | 41 +++++++++ docs/Debugging | 38 ++++++++ docs/Developer_Documentation | 13 +++ docs/Developer_links | 64 +++++++++++++ docs/Download | 18 ++++ docs/Execution_and_code_flow | 66 ++++++++++++++ docs/Mailinglist | 3 + docs/Memory_Model | 76 ++++++++++++++++ docs/README | 5 ++ docs/Releases | 208 +++++++++++++++++++++++++++++++++++++++++++ docs/SeaBIOS | 7 ++ 11 files changed, 539 insertions(+) create mode 100644 docs/Build_overview create mode 100644 docs/Debugging create mode 100644 docs/Developer_Documentation create mode 100644 docs/Developer_links create mode 100644 docs/Download create mode 100644 docs/Execution_and_code_flow create mode 100644 docs/Mailinglist create mode 100644 docs/Memory_Model create mode 100644 docs/README create mode 100644 docs/Releases create mode 100644 docs/SeaBIOS