Re: kmalloc in xxx_setup command line parser.

Andrew E. Mileski (aem@netcom.ca)
Fri, 8 Aug 1997 07:59:27 -0400 (EDT)


> I take it we're not allowed to use kmalloc in the routines we use to parse the
> kernel command line? We're too late to just modify mem_start, but too early to
> use kmalloc?

You have to wait for mem_init() to be executed first AFAIK.
I ran into this when hacking PnP support.

--
Andrew E. Mileski   mailto:aem@netcom.ca