summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix return value for early return in memset.Richard Henderson2011-04-161-1/+1
* Fix typos in rti implementation.Richard Henderson2011-04-141-6/+5
* Handle timer interrupts specially.Richard Henderson2011-04-141-17/+64
* Raise the interrupt level for entIntRichard Henderson2011-04-131-9/+14
* PCBB.PTBR contains a page frame number, not a physical address.Richard Henderson2011-04-132-2/+6
* Use -Wall.Richard Henderson2011-04-131-1/+1
* Rely less on initialized data.Richard Henderson2011-04-134-139/+192
* Don't hard-code paths to the cross-compiler.Richard Henderson2011-04-121-3/+5
* Fix WrEnt bounds checking.Richard Henderson2011-04-111-1/+1
* Misc enhancementsRichard Henderson2011-04-112-11/+173
* Don't allow MMFault in PALmode.Richard Henderson2011-04-111-0/+1
* Signal halt properly.Richard Henderson2011-04-112-1/+11
* Dynamically allocate page tables; setup as per MILO.Richard Henderson2011-04-112-40/+46
* Add simplistic printf.Richard Henderson2011-04-112-1/+143
* Add rudimentary printf.Richard Henderson2011-04-101-2/+2
* Move stack to sbss section for easy access.Richard Henderson2011-04-101-2/+6
* Add uart printing support.Richard Henderson2011-04-1010-409/+676
* TEMP: finished through init_page_tablesRichard Henderson2011-04-106-3/+562
* TEMPRichard Henderson2011-04-064-0/+2327