Re: [Freedos-user] Fw: Freedos 1.2 Network with fix ip

2017-01-14 Thread Jerome Shidel
Rugxulo is correct.

In 1.2, the AUTOEXEC.BAT checks for the existence of the %DOSDIR%\BIN\fdnet.bat 
file. If it is found, it is run to attempt to automatically start networking. 

The fdnet.bat and the %DOSDIR%\NETWORK directory provide all of the required 
programs and files to get networking support up and running on several 
platforms and virtual machines. These are only installed when the user installs 
the FDNET package. It is not installed automatically with either the BASE or 
FULL package sets.

Also, those programs and the core of the network startup process are directly 
ported from Rugxulo's MetaDOS project. The fdnet.bat is only a wrapper to that 
startup process. 

Jerome

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Fw: Freedos 1.2 Network with fix ip

2017-01-14 Thread Rugxulo
Hi,

On Sat, Jan 14, 2017 at 6:11 AM, Wolfgang ANdreas Heisele
 wrote:
>
> Gesendet: Donnerstag, 12. Januar 2017 um 20:08 Uhr
>
> Von: "Wolfgang ANdreas Heisele" 
> An: freedos-user@lists.sourceforge.net
> Betreff: Freedos 1.2 Network with fix ip
>
> the howtos from pre 1.2 do not seem to work for 1.2. How and what configs 
> need to be changed to get a fixed ip adress in freedos 1.2?
>
> Did someone have a look into why syslinux boot does not work when installing?
>
>
> I tried to comment out the dhcp.exe, but it did not work. Somehow another 
> conifg file must start it at boot up so my changes in the config file are 
> overwritten.
> Would be helpfull if someone can make a list off where the network start up 
> files are launched and which config file should be changed.

I'm not intimately familiar with how FD 1.2's config files are set up, but 

Everything initially starts from C:\FDCONFIG.SYS , even
C:\AUTOEXEC.BAT (SHELL=... /P:) , so you can inspect or edit that
manually, or single step (F8) at startup.

A quick "xgrep -ri dhcp \*.bat" shows "\FDOS\BIN\fdnet.bat" as the culprit.

A quicker "xgrep -ri fdnet \*.bat" shows "\autoexec.bat".

"dir /s/a-d/b \dhcp.exe" shows two binaries:  under both
"C:\FDOS\NETWORK\" and "C:\MTCP\".

Okay?

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user