On Wed, 23 Jul 1997, Bruno O. M. Simoes wrote: > Hello; > Is there some way to make modules? I have all fonts, and made the > kernel, > but it turn too big. So I want to make modules to load by "insmod". How can > I make "files.o" with these fonts? > Thank you > Bruno
It's unlikely that your fonts are compiled into your kernel. Someplace in <make menuconfig> there's an option to <enable loadable module support>. Select it, then make parts of your kernel (like sound drivers, ethernet/slip drivers) modules. Then after you make zImage, make modules and make modules_install. Will [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.eecis.udel.edu/~lowe/ -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .