I do not know if this is related, but after installing tons of programs onto a virtual ArcaOS 5.1 that I just reinstalled, I found the two following problems:
- The PATH and LIBPATH, still limited in size in config.sys, quickly go over their maximum length. It has been the same for ages, but I would be grateful if a good programmer (which I am not) could make a program into which one enters folder names that should be part of libpath (especially), then another folder for collecting all libraries, and then the program picks up all these libraries, copies them to that collection folder, favors newer versions when two files have the same name, or even prevents some files from being copied if they are known to create conflicts. But that is an entirely different topic.
- As mentioned on the old HPFS386 topic that I have to resurrect, some usual folders / files required for HPFS386 are missing. Again, not the same topic.
- Now let's get to the topic at hand. I did not have any network. Somehow the different interfaces are present / installed with one of them activated for DHCP, but there is no DHCPSTRT starting automatically. And yet I did install networking.. Starting DHCPSTRT by hand after getting to the WPS works, but why the heck is it not started during boot-up time? Could anyone tell me exactly how their DHCPSTRT line looks like in their config.sys ?
1. The path and libpath length will not be modified, put it simple OS limitation. If you want to use extended paths for development stuff. You need to use beginpath and beginlibpath.
2. I did not read this topic. But you might need to disable earlymeminit=true in the config.sys, I am not 100% is HPFS386 works with that setting on. Warning however. Switching this option off can result in drivers such as ACPI.PSD, UNIAUD ETC not loading. Switching this option off reduces the amount of RAM for loading kernel and drivers to about 16 MB of RAM. Which can result in system crashes!
3. Check \mptn\bin\setup.cmd
That gets loaded from the config.sys.
Roderick Klein