for teaching purposes (and a little experimentation), i want to see if it's feasible to actually build a "make allmodconfig" kernel for my ASUS laptop. for people who don't know what that is: allmodconfig - New config selecting modules when possible so if i start with a fresh kernel directory and do "make allmodconfig", i get a new .config file with 3809 lines containing "=m", so clearly i'm going to get a *lot* of modules, and (theoretically) a *very* small vmlinux file. anyone ever done that and get a successful boot on a standard system? and that's part one. if that works, then the second step would be to, on that running system, run "make localmodconfig" to reconfigure to remove all of the modules that aren't currently loaded, which should give me the minimal kernel, and the minimal set of loadable modules i need to build. thoughts? rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================