summaryrefslogtreecommitdiff
path: root/palcode.ld
AgeCommit message (Collapse)AuthorFilesLines
2013-07-08Optimize memory layout.Richard Henderson1-3/+8
Minimizing the amount of padding between page-aligned data structures.
2011-04-13Rely less on initialized data.Richard Henderson1-1/+1
(1) Don't statically initialize HWRPB and PCBB. (2) Use SwpPal at the end of do_start to install the PCBB and PTBR, rather than setting those up in __start in PALmode. (3) Use -mbuild-constants to prevent the compiler using static data.
2011-04-10TEMP: finished through init_page_tablesRichard Henderson1-0/+48