Aitor SantamarÃa Merino schreef:

Hmmm, interesting page. I am watching: http://newdos.yginfo.net/msdos71/whatsnew.htm
I see a couple of inaccuracies, such as Euro Sign support can't be in 850, but 858 (andAltGr+5 in some keyboards, AltGr+E in mine).
However, it talks about LFN support, but AFAIK this is implemented in VFAT, not in MS-DOS kernel. At least my Win98 DOS (MS-DOS 7.10) can't see LFNs, so unless the author has taken the shots on a Win9X DOS box, do you know how is that he mentions and has screenshots of DOS with LFNs?

Aitor,

have a look at the batchfile at
http://www.pcwelt.de/index.cfm?pid=239&pk=6626&p=2

it contains some batch code for creating a 32bit DOS out of a fresh installed Win98.
The so-created 32bit DOS supports LFN's. No real usefullness, though.
google search term: 32bd.bat


Bernd

if exist c:\32BD\nul deltree c:\32BD
c:
md c:\32BD
cd c:\32BD
copy %winbootdir%\win.com
copy %winbootdir%\system.ini
md c:\32BD\system
cd c:\32BD\system
copy %winbootdir%\system\vmm32.vxd
copy %comspec% krnl386.exe
xcopy %winbootdir%\system\vmm32\*.* vmm32\
xcopy %winbootdir%\system\iosubsys\*.* iosubsys\
cd c:\32BD



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Freedos-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to