Hi,

how are modules in dde_linux loaded exactly? For example the i915 driver
seems to be loaded with `module_i915_init` which somehow connects to
`module_init(i915_init)` but I can't see how this is done.

I want to add a new driver which is loaded by
`module_platform_driver(...)`. What steps are required to add this
driver besides adding the declaration in main.cc?

JK

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to