On Dec 31 2007 18:43, Patrick Mau wrote: > >May I ask something that might be obvious for most of the >development community: > >Modules have to be loaded in seperate pages, right ?
That seems to be the case, judging from /proc/modules always ending in 000, meaning each module is aligned at 0x1000 (4096, a page on i386). Additionally, it looks like 48% of all kernel symbols (from System.map) are aligned to 16 byte boundaries (what a waste! ;-)) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html