init/main.c

Michael Nelson (mikenel@netcom.com)
Sat, 22 Jul 1995 13:02:45 -0700 (PDT)


Is there any reason that the 200 lines worth of function definitions and
structure definitions for drivers in init/main.c couldn't be moved
into another source file -- such as init/config.c?

Moreover, what would be really slick (for those who are working on a new
configuration system) is to automatically generate a config.c which would
invoke the init procedures for the appropriate drivers.

I don't have Linux installed (other than the sources) right now -- but if
it is felt to be beneficial -- I might take a stab at it...

Comments?

-- Mike

--
Michael Nelson (mikenel@netcom.com) | Real programmers don't comment their
Rockville, Maryland                 | code. It was hard to write, it should
BSD/OS, WinNT, OLE2 Development     | be hard to understand.