Home | History | Annotate | Line # | Download | only in arc
TODO revision 1.3
      1  1.2   thorpej $NetBSD: TODO,v 1.3 2000/01/23 20:08:00 soda Exp $
      2  1.2   thorpej 
      3  1.1  jonathan To do list (not in any particular order).
      4  1.1  jonathan 
      5  1.1  jonathan     o	Improve pmap_zero_page and pmap_copy_page. Speed and flushing.
      6  1.1  jonathan 
      7  1.1  jonathan     o	Move the RO and WIRED attribute from the pte to the pv table.
      8  1.1  jonathan 	This saves four instructions in the tlb miss handler.
      9  1.1  jonathan InWork: Have a test version. The system hangs after a while. Not solved yet.
     10  1.1  jonathan         Also, is it worth the effort to remove 4 instr. in TLB-miss handler?
     11  1.1  jonathan 
     12  1.1  jonathan     o	Update MAKEDEV to create all devices correctly.
     13  1.1  jonathan 
     14  1.1  jonathan     o   Boot. Standalone boot program instead of booting the kernel directly?
     15  1.1  jonathan 
     16  1.1  jonathan     o   Create boot package for distribution.
     17  1.1  jonathan 
     18  1.1  jonathan     o   sigsetjmp/siglongjmp missing....
     19  1.1  jonathan 
     20  1.1  jonathan     o   Add more videomodes to pccons driver. 50kHz and 64kHz monitors?
     21  1.1  jonathan InWork: This seems to be hard. Need more info on the chip.
     22  1.1  jonathan 
     23  1.1  jonathan     o   Find out why bitmap load to S3-928 flashes screen.
     24  1.1  jonathan Know why (enable linear mode). Need S3 info.
     25  1.1  jonathan 
     26  1.1  jonathan     o   Would be nice to have Motif...
     27  1.1  jonathan 
     28  1.1  jonathan     o   ELF shared libraries......
     29  1.1  jonathan 
     30  1.1  jonathan     o   GDB. The current one does not work correctly with current toolchain.
     31  1.1  jonathan 
     32  1.1  jonathan     o   ISA driver. ISA dma, interrupt etc.
     33  1.1  jonathan 
     34  1.1  jonathan     o   Can we have 32 double registers?
     35  1.1  jonathan 
     36  1.1  jonathan 
     37  1.1  jonathan Lots of other things.....
     38