Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: teliot on June 01, 2012, 11:27:26 PM

Title: custom kernel modules
Post by: teliot on June 01, 2012, 11:27:26 PM
so i know all the make menuconfig; make && make modules_install

would i be able to make kernel module intelfb (video driver for intel) and install it as a module or do i need to rebuild the kernel?
Title: Re: custom kernel modules
Post by: curaga on June 02, 2012, 05:07:15 AM
Yes, usually you can add modules to the shipped kernel, as long as you use the same compiler (compiletc) and don't change the config in incompatible ways.

(though, why would you use intelfb when we have intel KMS?)