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

Re: [rtl] 'kmalloc: size too large'



Allocations of more than 128K contiguous bytes require the bigphysarea patch
to the kernel.  The patch is available for linux 2.0, 2.2, and 2.4 kernels.
Bigphysarea allocates a fixed block of memory at boot time as determined
by boot arguments passed to the kernel.  It is compatible with RTLinux.

Robert Kavaler