Commit Graph

5 Commits

Author SHA1 Message Date
Piotr Król 00b0402a49 docs: fix various typos and inconsistency
Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
2016-10-18 19:15:18 -04:00
Kevin O'Connor 766f41781d docs: Don't use an add-symbol-file offset when describing gdb debugging
Recent versions of gdb will only add an offset to the '.text' section
of object files via the add-symbol-file command.  The SeaBIOS build
doesn't place code directly in a '.text' section, so update the
documentation to obtain the same result via an 'objcopy' call instead.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2015-08-24 15:16:28 -04:00
Kevin O'Connor 339ef2e1d3 docs: Prefer triple backticks to multiple lines with single backticks
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2015-02-24 11:28:31 -05:00
Kevin O'Connor 41d1f27f41 docs: Add documentation on using readserial.py script
Update the debugging documentation with info on timing debug output
with readserial.py.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2015-01-01 13:51:22 -05:00
Kevin O'Connor 14d3d26792 Add wiki documentation to repository
Add a docs/ directory that contains the contents of the SeaBIOS wiki
in markdown format.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2014-12-29 09:17:15 -05:00