It's been a while since I made my Bootdisk for my K6-2 400Mhz (never done it before, if I rmember right), but shouldn't this line:
Devicehigh=C;windows\emm386.exe ram
look like this:
Devicehigh=C:\windows\emm386.exe 16384 ram /I=B000-B7FF
Just an example, RAM-number could be less if your PC doesn't have that much
- And if I rmember right the "/I=B000-B7FF " is not always needed.
And I also didn't know the ",0" is needed here: Buffers=32,0 - Would simply use Buffers=30
One more question: Is this the floppy or CD-Version? Cause if it's CD you need to load mscdex.exe, too, if I remember right. - There changing the last line in the autoexec.bat should simply help.
No idea what this stuff is for:
FCBS=4,0
Rem Buffers=32
Stacks=9256
and this one:
Set CTCM=C:\windows
But I guess that is only cause I haven't fiddled around too much with this. Anyway, I'd guess the best would be to make a DOS boot disk.
All in all I hope someone else also posts here, cause no idea what you really need, but here is what I would write in the autoexec.bat and the config.sys for your bootdisk (copied from one thread and changed to your needs - I hope):
config.sys
===
DEVICE=C:\WINDOWS\HIMEM.SYS
files=40
buffers=40
dos=high,umb
stacks=9,256
DEVICE=C:\WINDOWS\EMM386.EXE RAM 16384 /I=B000-B7FF
lastdrive=z
===
autoexec.bat
===
Path C:\mouse;c:\windows;c:\windows\command
LH mouse
SET BLASTER=A220 I10 D3 H7 P330 T6
SET CTCM=C:\WINDOWS
C:\PROGRA~1\CREATIVE\SBLIVE\DOSDRV\SBEIN IT.COM
===
Normally that "should" work - so just create a boot disk with these autoexec.bat and config.sys - do not change your HDD config.sys and autoexec.bat! Cause if things go wrong you won't harm anything with this bootdisk and can simply restart the Pc without the bootdisk afterwards
I hope this helps you.