DragonFly BSD
DragonFly kernel List (threaded) for 2003-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

NO_KMEM_MAP kernel config option added (temporaty)


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 25 Aug 2003 12:57:25 -0700 (PDT)

    I have added a NO_KMEM_MAP kernel configuration option and would
    appreciate it if people could test with it.

    This option removes kmem_map from DragonFly and adds some warning 
    printfs if memory is allocated from a FAST interrupt or IPIQ function.

    Removing kmem_map appears to be utterly trivial.  Replacing malloc()
    with the slab allocator also looks like it is going to be fairly easy,
    and replacing zalloc with the slab allocator also looks like it is 
    going to be fairly straight forward once proc, pcb, and whatever else
    depends on type-stable storage is dealt with.

						-Matt



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]