hi i've been reading up on the linux kernel but i won't pretend i know much. hat do you mean by coupling in it? about accessing global variables, if i'm getting you right, you want to have access to them thru functions? even in that case you'd have to use a variable somewhere and calling a function would be an unnecessary overhead (i think).
sharad birmiwal On 7/4/05, Raj Gupta <[EMAIL PROTECTED]> wrote: > Hi, > I am working on the linux kernel. I have found that there is soo much > coupling in it. For some global variable we can also make them less by > calling through function. > Also we have used a extern call on header files. Why are we not making them > on modular level? > Can any one suggest about my question? > > -- > thanks and regards > Raj Gupta > > M.S. Research Scholar, > Residence, Distributed and Object Systems Lab., > 545 Sector 15 - I , Department of CS & E, > Gurgaon - 122001, INDIA IIT Madras, Chennai - 600036, > Ph: +91-124-2301918 Tamil Nadu, INDIA > 9840623332 Ph: x5366 (Lab) > Email: [EMAIL PROTECTED] Email: [EMAIL PROTECTED] > > "Three Things in life, Once gone never come back... Words, Opportuntity and > Time" > _______________________________________________ > ilugd mailinglist -- [email protected] > http://frodo.hserus.net/mailman/listinfo/ilugd > Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi > http://www.mail-archive.com/[email protected]/ > _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
