summaryrefslogtreecommitdiff
path: root/docs/Linking_overview.md
Commit message (Collapse)AuthorAgeFilesLines
* stacks: Use macro wrappers for call32() and stack_hop_back()Kevin O'Connor2015-10-151-11/+3
| | | | | | | | | | | | The C code only uses _cfuncX_ prefixes for parameters to the call32(), stack_hop_back(), and call32_params() functions. It's simpler to use macro wrappers around those functions which provide the required prefix. This also changes the parameter order of stack_hop() and stack_hop_back() to use the more natural (func, params) ordering. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Prefer triple backticks to multiple lines with single backticksKevin O'Connor2015-02-241-2/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add page describing SeaBIOS final object linkingKevin O'Connor2014-12-291-0/+166
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>