WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: custom kernel modules  (Read 1971 times)

Offline teliot

  • Newbie
  • *
  • Posts: 4
custom kernel modules
« on: June 01, 2012, 08: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?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10982
Re: custom kernel modules
« Reply #1 on: June 02, 2012, 02: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?)
The only barriers that can stop you are the ones you create yourself.