TODO

Fri, 18 Apr 2014 01:34:20 -0600

author
andrew@localhost
date
Fri, 18 Apr 2014 01:34:20 -0600
changeset 151
b63a3999e2e7
parent 131
21c770fcee50
permissions
-rw-r--r--

added RTC emulation (attempts to set the date are ignored, and the year is currently hardcoded to 1987 because UNIX PC SysV has a few Y2K bugs)

philpem@131 1 TODO -- things to check
philpem@131 2
philpem@131 3 * Realtime clock
philpem@131 4 * WD2010 command handler logic
philpem@131 5 * Disabling page write protect logic allows userspace to run up but HDD won't mount
philpem@131 6 * DMA Page Fault issues (see wd2010.c and test code)