Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stacks: Use macro wrappers for call32() and stack_hop_back() | Kevin O'Connor | 2015-10-15 | 1 | -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 backticks | Kevin O'Connor | 2015-02-24 | 1 | -2/+4 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | docs: Add page describing SeaBIOS final object linking | Kevin O'Connor | 2014-12-29 | 1 | -0/+166 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |