I am trying to figure out how the PS3 start its video driver.
What calls to static int __init ps3fb_init(void) in the linux kernel source code?
- What calls
insmodon this module? - Where does it happen in the souce code?
|
I am trying to figure out how the PS3 start its video driver. What calls to
|
||||
|
|
|
ps3fb_init is called by module_init.
udev loads required modules during booting. From udev docs,
|
|||
|
|