Hi!

     Currently config.c collects all INSTALL= commands at third pass
DoConfig(2) (when DEVICE= statements processed) into global table and
process collected statements through DoInstall():

FreeDOSmain()
+- init_kernel()
|  +- PreConfig()
|  +- DoConfig(0)
|  +- DoConfig(1)
|  +- PreConfig2()
|  +- DoConfig(2)
|  +- PostConfig()
|  +- configDone()
+- DoInstall()

I wish to ask: what about processing INSTALL= statements like DEVICE=
statements, but on next, fourth pass (DoConfig(3))? This should solve some
issues (limited space in table, for example), but I miss some reasons. Who
knows?




-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to