blob: 2ccac3a01b5f99b01066a4fc416756eee3e0d79b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
To do list (not in any particular order).
o Improve pmap_zero_page and pmap_copy_page. Speed and flushing.
o Move the RO and WIRED attribute from the pte to the pv table.
This saves four instructions in the tlb miss handler.
InWork: Have a test version. The system hangs after a while. Not solved yet.
Also, is it worth the effort to remove 4 instr. in TLB-miss handler?
o Boot. Standalone boot program instead of booting the kernel directly?
o Find out why bitmap load to S3-928 flashes screen. (X server)
Know why (enable linear mode). Need S3 info.
o Can we have 32 double registers?
o New dynamic loader...
Lots of other things.....
|