Fri, 18 Apr 2014 01:26:01 -0600 | treat all DMA reads/writes as kernel mode (previously it would depend on whether the processor happens to be in user mode or kernel mode when the DMA completes, which is totally incorrect); handle 32-bit accesses that straddle page boundaries properly (all 32-bit accesses are now split into two 16-bit accesses); allow reads to the entire zero page, rather than just address 0 | file | diff | annotate |
Fri, 18 Jan 2013 17:03:48 +0000 | experimental memory mapper, not quite working | file | diff | annotate |
Sat, 17 Nov 2012 19:18:29 +0000 | add HDD support + fixes | file | diff | annotate |
Tue, 28 Dec 2010 19:23:57 +0000 | tidy up WR_nn macros | file | diff | annotate |
Thu, 02 Dec 2010 23:03:13 +0000 | move memory access and mapping functions into memory.[ch] | file | diff | annotate |