[syslinux] memdisk and smb

Carl Karsten carl at personnelware.com
Fri Apr 22 03:55:24 PDT 2005


fileshigh=30
buffershigh=30
DEVICEHIGH=\dos\HIMEM.SYS
DEVICEHIGH=\dos\EMM386.EXE NOEMS
DOS=HIGH,UMB
DEVICEHIGH=\net\ifshlp.sys

path=\dos;\net
loadhigh \net\net initialize
if errorlevel 1 pause
\net\netbind.com
loadhigh \net\umb.com
loadhigh \net\tcptsr.exe
loadhigh \net\tinyrfc.exe
loadhigh \net\nmtsr.exe
loadhigh \net\emsbfr.exe

How odd, now I only have 394K.  I think some of those commands 
automaticaly use himem - loadhigh may be confusing them.

I think NET START is what I need to run - anyone know how much mem it 
really needs?

Carl K


Velu Erwan wrote:
> Hi carl,
> 
> 
>>files=30
> 
> changeit by fileshigh=30
> and add
> BUFFERSHIGH=30
> 
> 
>>DEVICE=\dos\HIMEM.SYS
>>DEVICE=\dos\EMM386.EXE NOEMS
>>DOS=HIGH,UMB
>>device=\net\ifshlp.sys
> 
> changeit each DEVICE call by a DEVICEHIGH one.
> 
> 
>>#AUTOEXEC.BAT
>>\net\net initialize
>>\net\netbind.com
>>\net\umb.com
>>\net\tcptsr.exe
>>\net\tinyrfc.exe
>>\net\nmtsr.exe
>>\net\emsbfr.exe
>>\net\net logon carl xxx /yes
> 
> 
> Please add "loadhigh " before each call in autoexec.com. 
> 
> This small changes should free more conventional memory.
> Hope it helps,
> 
> 




More information about the Syslinux mailing list