中国DOS联盟论坛

中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --

联盟域名:www.cn-dos.net  论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!

游客:  注册 | 登录 | 命令行 | 会员 | 搜索 | 上传 | 帮助 »
作者:
标题: doslfn又出新版本了! 上一主题 | 下一主题
lydong
元老会员




积分 1468
发帖 407
注册 2002-10-21
来自 广州
状态 离线
『楼 主』:  doslfn又出新版本了!

DOSLFN 双出了新版本了,但不知有何改进呢,有谁能介绍一下?



欢迎大家观临我的个人主页:

      http://dosdiy.bluepc.com.cn/
      http://dosdiy.ys168.com/


EMAIL: lydong@china.com.cn    lydong@yeah.net
----------------------------------------------
2003-1-26 00:00
查看资料  发送邮件  访问主页  发短消息 网志  OICQ (89677127)  编辑帖子  回复  引用回复
Wengier
系统支持

“新DOS时代”站长


积分 27734
发帖 10521
注册 2002-10-9
状态 离线
『第 2 楼』:  

见DOSLFN.TXT文件的最尾部,那儿有更新说明。



Wengier - 新DOS时代

欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/

E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)

2003-1-26 00:00
查看资料  发送邮件  访问主页  发短消息 网志  OICQ (29206679)  编辑帖子  回复  引用回复
Wengier
系统支持

“新DOS时代”站长


积分 27734
发帖 10521
注册 2002-10-9
状态 离线
『第 3 楼』:  

最近几天都没有推出新版本了,不过现在可以在Simtel上下载它了:
http://www.simtel.net/pub/pd/62342.html

它确实是很稳定且很实用,比LFNDOS、StarLFN等至少要强10倍。



Wengier - 新DOS时代

欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/

E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)

2003-2-20 00:00
查看资料  发送邮件  访问主页  发短消息 网志  OICQ (29206679)  编辑帖子  回复  引用回复
Lydong
元老会员




积分 1468
发帖 407
注册 2002-10-21
来自 广州
状态 离线
『第 4 楼』:  

DOSLFN 的版本已经出到0.33啦!功能又有了提高.大家试一下吧! ^_^
下载地址:http://www-user.tu-chemnitz.de/~heha/hs_freeware/
部分说明(都是英文的)如下:
----------------------------------------------------------------------------------------------------------
Version 0.33 (07/04)
User:
+ time conversion functions (NTFSDOS will now DIR correct times)
+ o switch to specify timezone or read TZ environment variable
* changed statistics counters to 7 digits (DWORDs)
+ status includes used heap size and timezone
+ read lowercase names generated by XP
- flush dirty sectors before changing drive
- fixed bug where "path not found" should be "file not found"
- prevent loading DBCS tables if not using DBCS
- better fallback mode support (network drives & non-Joliet CDs):
  - get/set modification time work; all others fail, not erroneously succeed
  - delete wildcards
  - Volume Information (71A0) returns unknown filesystem ("?"
- fixed bug with rename corrupting memory (crashed COMMAND.COM)
- return error 1 (invalid subfunction) for invalid attrib/truename/alias/time
- fail all attribute functions for devices
- free the previous link table if loading a Rock-Ridge CD
- fixed memory allocation size (filling the heap would crash DOS) & display
- SFN to create, but LFN to use (eg: SFN MkDir, LFN ChDir, DOSLFN would not
  see the new dir.); may still be problems with Create Temporary File (5A)
- Volume Information returns "FAT32" if appropriate
- remove the hidden file created when a directory couldn't be expanded
* prevent free space from having to be recalculated (DOSLFNMS)
Source:
+ conditional compiles:
    USEOLDDOS enable LFN filtering on DOS find functions
    USEWINTIME enable real Win <-> DOS time conversions
    USEXP enable reading of XP lowercase 8.3 names
    USEFREESPC enable setting of the DPB free cluster count
    PROFILE enable profiling (requires & assumes Pentium)
    PROFILECACHE enable profiling of fastopen cache (also requires above)
    PATHLOOK see what's (not) being cached
* removed DT_BIGDOS, added DT_FAT12 and swapped positions of DT_FAT16/32
  (DT_FAT?? is the number of nibbles per entry - size optimisation);
  DT_DrvPar is now only used by CD (distinguishes Rock-Ridge from Joliet)
* fixed some comments, removed some commented code
* install the shortname entry directly (PF_Install_Short)
* size optimisations, including:
  * most CD code is now overwritten if CD support is not required
  * use only extended or standard DPB/disk functions
  * assume alias numbers (both DOSLFN & SHSUCDX) are < 2560
  * patch code directly instead of TESTing [ctrl]
* read 4 FAT sectors at a time (2K buffer)
* new fastopen cache (caches 16 directories and 16 names, across all drives)
* get/set attribute uses directory entry (faster than using DOS)
* CDs always use sector 16 as volume start (this is all SHSUCDX does)
- fixed printf bug with signed numbers (was using CX, not ECX)
+ p switch to display profile data
+ pr switch to reset profile data
+ pc switch to calibrate profile timing (recompile with this value)
* trying to use a file as a directory will immediately fail (this replaces the
  FindFirst directory attribute test)
* modified heap to use byte-sized allocations, extending the allocation if
  there are 1, 2 or 3 bytes left over; removed allocation strategy
* Alloc_Cluster creates its own directory entry
Version 0.32o, third jh release (12/03, but dated 10/03)
- deleting on a CD will return error 5 (access denied), not 2 (file not found);
- CeQuadrat's link tables now work.
----------------------------------------------------------------------------------------------------------
另外UMBPCI.SYS 也更新到v3.56啦(V3.57还是beta版的) ,
下载地址:http://www.uwe-sieber.de/english.html
另外提供几个比较好用的软件的下载地址,大家参考一下
1、UMBPCI.SYS v3.51 :
http://www.uwe-sieber.de/english.html
http://www.uwe-sieber.de/files/umbpci_e.zip
2、NE.EXE V1.24.2! :
http://member.netease.com/~lihailin/(推荐)
3、Doslfn.com V0.32o :
http://www-user.tu-chemnitz.de/~heha/hs_freeware/
http://www-user.tu-chemnitz.de/~heha/hs_freeware/doslfn.zip
4、Spfdisk :
http://spfdisk.sourceforge.net/http://home.kimo.com.tw/spferng/
5、软件下载:
http://sac-ftp.externet.hu/
6、4DOS:
http://www.jpsoft.com/download.htmftp://jpsoft.com/
7.dos_unerase
http://www.just-data-recovery-links.com/dos_unerase.html
8.Volkov Commander (VC 4.99)
http://www.egner-online.de/vc/en/intro.shtml
http://www.volny.cz/sezob/manazer/volcov/volcov.htm
9.LOADSYS.EXE v1.4i
http://ludovic.dyn.ee/luc/LOADSYS.EXE

[此贴子已经被作者于2004-8-15 14:14:38编辑过]






欢迎大家观临我的个人主页:

      http://dosdiy.bluepc.com.cn/
      http://dosdiy.ys168.com/


EMAIL: lydong@china.com.cn    lydong@yeah.net
----------------------------------------------
2004-8-15 00:00
查看资料  发送邮件  访问主页  发短消息 网志  OICQ (89677127)  编辑帖子  回复  引用回复
Wengier
系统支持

“新DOS时代”站长


积分 27734
发帖 10521
注册 2002-10-9
状态 离线
『第 5 楼』:  

呵呵,早就知道了。



Wengier - 新DOS时代

欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/

E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)

2004-8-15 00:00
查看资料  发送邮件  访问主页  发短消息 网志  OICQ (29206679)  编辑帖子  回复  引用回复

请注意:您目前尚未注册或登录,请您注册登录以使用论坛的各项功能,例如发表和回复帖子等。


可打印版本 | 推荐给朋友 | 订阅主题 | 收藏主题



论坛跳转: