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