661
Article Discussions / Re: eComStation 2.2 Beta Demo CD English first impressions
« on: March 05, 2013, 09:21:33 pm »
The NIF file used for the NIC driver in Virtualbox is kind of not standard. There are two entry fields in the NIF file that lack a so called range filed.
OTOH hand the genproto code should deal with it. Defect found, fixed in the NIF file and genproto is being updated to work around.
The reason the crash at this moment in time is so serious is because (basically the only point in eCS where this happens) a small device driver is being loaded that loads a script to generate a protocol.ini on the fly. This has to happen at device driver load time as we need to load the proper NIC driver on the fly.
Would genproto be loaded as a run or call statement via the config.sys you could then CTRL C out of there.
So another bug fixed in the demo CD. Now I understand why the demo CD in virtualbox did not work :-)
New eCS 22 beta demo CD might be released this week or next week. With more fixes.
The people that select to boot with own value's and have a hang on genproto. The option to edit the fields for the NIF file
will be taken out. The hang is most likely happening as some modern PC's the BIOS keyboard support is switched off.
And in some cases in genproto you don't have keyboard input yet. This happens after the so called dev_init completes by the kernel.
(After the last device driver is loaded. That should also be fixed in the internal build today.
Roderick Klein
Mensys
OTOH hand the genproto code should deal with it. Defect found, fixed in the NIF file and genproto is being updated to work around.
The reason the crash at this moment in time is so serious is because (basically the only point in eCS where this happens) a small device driver is being loaded that loads a script to generate a protocol.ini on the fly. This has to happen at device driver load time as we need to load the proper NIC driver on the fly.
Would genproto be loaded as a run or call statement via the config.sys you could then CTRL C out of there.
So another bug fixed in the demo CD. Now I understand why the demo CD in virtualbox did not work :-)
New eCS 22 beta demo CD might be released this week or next week. With more fixes.
The people that select to boot with own value's and have a hang on genproto. The option to edit the fields for the NIF file
will be taken out. The hang is most likely happening as some modern PC's the BIOS keyboard support is switched off.
And in some cases in genproto you don't have keyboard input yet. This happens after the so called dev_init completes by the kernel.
(After the last device driver is loaded. That should also be fixed in the internal build today.
Roderick Klein
Mensys