Home | History | Annotate | Line # | Download | only in arc
TODO revision 1.1.1.2
      1 To do list (not in any particular order).
      2 
      3     o	Improve pmap_zero_page and pmap_copy_page. Speed and flushing.
      4 
      5     o	Move the RO and WIRED attribute from the pte to the pv table.
      6 	This saves four instructions in the tlb miss handler.
      7 InWork: Have a test version. The system hangs after a while. Not solved yet.
      8         Also, is it worth the effort to remove 4 instr. in TLB-miss handler?
      9 
     10     o   Boot. Standalone boot program instead of booting the kernel directly?
     11 
     12     o   sigsetjmp/siglongjmp missing....
     13 
     14     o   Add more videomodes to pccons driver. 50kHz and 64kHz monitors?
     15 InWork: This seems to be hard. Need more info on the chip.
     16 
     17     o   Find out why bitmap load to S3-928 flashes screen.
     18 Know why (enable linear mode). Need S3 info.
     19 
     20     o   Can we have 32 double registers?
     21 
     22 
     23 Lots of other things.....
     24