|
128cd1d2
|
2013-10-08T06:45:51
|
|
Fix spelling errors
|
|
f6ab3edc
|
2010-10-27T19:34:51
|
|
Include the license header in the generated output.
|
|
cef61946
|
2010-10-27T13:59:30
|
|
Add missing copyright/license header.
|
|
b00ff3e9
|
2010-09-19T14:22:26
|
|
Rename the generated symbol
|
|
36849e77
|
2010-09-19T09:35:04
|
|
Whitespace/comment fixes.
|
|
68ce0c38
|
2010-09-19T08:38:19
|
|
Add a shell script that generates the ARM trampoline page.
This generates a page of 340 trampolines, aligned within one page. The
trampolines use pc-relative addressing to reference config data
(context, jump address) from a page placed directly prior to the
trampoline page. This can be used on systems -- such as iOS -- that do not
support writable, executable memory by remapping the executable page
containing the trampolines directly above a newly allocated writable
config page.
|