[BACK]Return to TODO CVS log [TXT][DIR] Up to [local] / funnyos

Annotation of funnyos/TODO, Revision 1.1

1.1     ! init        1: $Id$
        !             2:
        !             3: - clean up .swp files and begin to commit into cvs
        !             4: - fix kmalloc() (incorrect membmap update or incorrect free region selection);
        !             5:        malloc returns same firstpage addrs which leads to memory corruption.
        !             6: - implement kfree()
        !             7: - design recursive devconfig
        !             8: - rewrite strncmp
        !             9: - write more C stdlib functions
        !            10: - think about not to hardcoding Tdata=<addr> in Makefile
        !            11: - think about comms between layers in device drivers (dv_aux), memory allocation in driver?
        !            12: - design bus_* abstraction
        !            13: - replace config_consinit() with universal MD startup hook function
        !            14: - clean up sys/device.h and kern_devconfig;
        !            15: - write more drivers
        !            16:

CVSweb