shortlog
fixed bus error handling for real this time (save registers before every instruction and push the saved registers if a bus error occurs, since the instruction may have changed registers before the bus error, and also stop the instruction immediately with longjmp so it won't change memory after the bus error)
Wed, 16 Apr 2014 02:20:43 -0600 |
changeset files |
added keyboard mappings for ENTER, CANCL, and EXIT
Wed, 16 Apr 2014 02:07:24 -0600 |
changeset files |
Code clean up
Tue, 21 May 2013 22:48:32 +0100 |
changeset files |
Don't set PS1 if there is a level-7 interrupt or bus error
Fri, 12 Apr 2013 16:26:25 +0100 |
changeset files |
Flush stderr after printing debug messages
Fri, 12 Apr 2013 12:37:34 +0100 |
changeset files |
Make the page table volatile (it may change behind gcc's back)
Fri, 12 Apr 2013 12:37:13 +0100 |
changeset files |
Make mapper debug logic more verbose (but disable by default)
Fri, 12 Apr 2013 12:36:28 +0100 |
changeset files |