From: Roman Z. <zi...@li...> - 2002-01-25 23:56:45
|
Adam Kowalczyk wrote: > Has anyone had problems with using alloc_bootmem() and kmalloc() not having > any memory left to allocate? I've tracked down problems I've been having > with my Prometheus driver to alloc_bootmem() and kmalloc() failing to have > any memory availalble? Anyone know why there wouldn't be any memory > available? alloc_bootmem is only available until mem_init() is called, after that kmalloc & co should work. If you send me your source, I can give you more explicit help. bye, Roman |