|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『楼 主』:
项目四--MiniWin启动盘
使用 LLM 解释/回答一下
关于Roy所做的那个MiniWin启动盘,我把WIN.BAT中的“LH XMSDSK ...”一行中的“LH”一去掉就可以正常启动MiniWin了(否则会死机,具体原因请见“中国DOS联盟启动盘项目”中我发的帖子)。
不过,整个启动盘中到处都有Michael的名字呢。我想,做为中国DOS联盟启动盘,我们最好不要在别人的基础上进行修改而成。我上回做的那个MiniWin 3.11启动盘(采用MS-DOS 7.10+MiniWFW 3.11),就只是参考了一下MiniWin启动盘,而启动盘中的其它内容则全是自己做的。不过我发现Roy做的WIN.BAT文件有许多特色呢,我将直接搬进去使用。
我将迅速做出重大修改,而后传到这儿来。欢迎大家提出看法!
Regarding the MiniWin boot disk that Roy made, I removed the "LH" from the line "LH XMSDSK..." in WIN.BAT, and then it could boot MiniWin normally (otherwise, it would freeze; for the specific reason, please refer to the post I made in the "China DOS Union Boot Disk Project").
However, Michael's name is everywhere in the entire boot disk. I think that as the China DOS Union boot disk, we'd better not modify it based on someone else's work. The MiniWin 3.11 boot disk I made last time (using MS-DOS 7.10 + MiniWFW 3.11) only referred to the MiniWin boot disk, and the other contents in the boot disk were all made by myself. But I found that Roy's WIN.BAT file has many characteristics, and I will directly move it in and use it.
I will quickly make major modifications and then upload it here. Everyone is welcome to put forward opinions!
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-5-16 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
我对上次做的MiniWin3.x启动盘做了大量的修改,并做了一些修改后加入了Roy所做的WIN.BAT等文件中的内容,成为了最新的MiniWin启动盘。现上传上来:
打开附件
注:尽量不要指定RAM盘的盘符,否则如果已有X盘的话,那XMSDSK不就成功不了了吗?所以我在上面的那个MiniWin中还是让它自动指定盘符了。
I have made a lot of modifications to the last MiniWin3.x boot disk I made, and added some content from files like WIN.BAT made by Roy, and made it the latest MiniWin boot disk. Now I upload it:
Open the attachment
Note: Try not to specify the drive letter of the RAM disk. Otherwise, if there is already an X drive, then XMSDSK won't succeed. So in the above MiniWin, I still let it automatically specify the drive letter.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-5-16 00:00 |
|
|
如是大师
元老会员
         步行的人
积分 9654
发帖 3351
注册 2003-3-11 来自 湖北
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
呵呵。。。看看wengier大师的佳构。。。。。。看能不能偷点东西。。。。。嘿嘿。。。。。
Hehe... Let's take a look at Master wengier's masterpiece... Maybe steal something... Hehe...
|

弄花香满衣,掬水月在手。
明月鹭鸟飞, 芦花白马走。
我自一过后,野渡现横舟。
青云碧空在,净瓶水不流。
http://dos.e-stone.cn/guestbook/index.asp
======中國DOS聯盟=====
我的新网页http://rsds.7i24.com欢迎光顾 |
|
2003-5-16 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
發現bug了,如果進了miniwin後把磁片拿出來,再退出miniwin的話就出現討厭的
Not ready reading drive A
Abort, Retry, Fail?
字樣.......
Found a bug. If you take out the floppy disk after entering miniwin and then exit miniwin, the annoying "Not ready reading drive A Abort, Retry, Fail?" message appears.......
|

我的網站:http://mw16.2ya.com/ 我的網誌: http://scrappedblog.blogspot.com/
~
我的Winamp正在播放的歌曲:
 |
|
2003-5-16 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
|
2003-5-16 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
還有一些改進的建議:
在:writeprotect那段:
cls
echo Error!!
echo.
echo The Diskette in the drive is write-protected.
choice /cyn /n Press Y if ready,press N if you want to abandon...
if errorlevel 2 goto quit
if errorlevel 1 goto disk
和echo Saving system settings to the disk...
echo Please insert the MiniWindows Diskette and press Enter when ready...
Pause > nul
dready a:
if errorlevel 2 goto loop
goto continue這段可以改用wbat來完成的.
There are also some improvement suggestions:
In the part of :writeprotect:
cls
echo Error!!
echo.
echo The Diskette in the drive is write-protected.
choice /cyn /n Press Y if ready,press N if you want to abandon...
if errorlevel 2 goto quit
if errorlevel 1 goto disk
And the part of echo Saving system settings to the disk...
echo Please insert the MiniWindows Diskette and press Enter when ready...
Pause > nul
dready a:
if errorlevel 2 goto loop
goto continue can be completed with wbat.
|

我的網站:http://mw16.2ya.com/ 我的網誌: http://scrappedblog.blogspot.com/
~
我的Winamp正在播放的歌曲:
 |
|
2003-5-16 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
以下是引用Roy在2003-5-16 10:04:56的发言:
還有一些改進的建議:
在:writeprotect那段:
cls
echo Error!!
echo.
echo The Diskette in the drive is write-protected.
choice /cyn /n Press Y if ready,press N if you want to abandon...
if errorlevel 2 goto quit
if errorlevel 1 goto disk
和echo Saving system settings to the disk...
echo Please insert the MiniWindows Diskette and press Enter when ready...
Pause > nul
dready a:
if errorlevel 2 goto loop
goto continue這段可以改用wbat來完成的.
嗯,没错,用WBAT来代替CHOICE我也有想过。不过为了尊重ROY的研究成果,我没有修改这段话呢。不过ROY既然同意了呢,那我就去修改吧!
好的,我去看看并修复一下那个BUG!
The following is a quote from Roy on 2003-5-16 10:04:56:
There are also some improvement suggestions:
In the :writeprotect section:
cls
echo Error!!
echo.
echo The Diskette in the drive is write-protected.
choice /cyn /n Press Y if ready,press N if you want to abandon...
if errorlevel 2 goto quit
if errorlevel 1 goto disk
And the part of echo Saving system settings to the disk...
echo Please insert the MiniWindows Diskette and press Enter when ready...
Pause > nul
dready a:
if errorlevel 2 goto loop
goto continue This part can be completed with wbat.
Hmm, that's right, I also thought about using WBAT instead of CHOICE. But in order to respect ROY's research results, I didn't modify this passage. But since ROY has agreed, then I'll go and modify it!
Okay, I'll go and take a look and fix that bug!
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-5-16 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
|
2003-5-16 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
以下是引用Wengier在2003-5-16 6:38:48的发言:
关于Roy所做的那个MiniWin启动盘,我把WIN.BAT中的“LH XMSDSK ...”一行中的“LH”一去掉就可以正常启动MiniWin了(否则会死机,具体原因请见“中国DOS联盟启动盘项目”中我发的帖子)。
這個我就是試不出來......
我在我的機子上和VPC中都試不出
The following is the speech of Wengier on 2003-5-16 6:38:48:
Regarding the MiniWin boot disk made by Roy, I can start MiniWin normally by removing the "LH" in the line "LH XMSDSK ..." in WIN.BAT (otherwise it will crash, for the specific reason, please refer to the post I made in "China DOS Union Boot Disk Project").
This I just can't figure it out......
I tried it on my machine and in VPC but couldn't.
|

我的網站:http://mw16.2ya.com/ 我的網誌: http://scrappedblog.blogspot.com/
~
我的Winamp正在播放的歌曲:
 |
|
2003-5-16 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
我的那个帖子的内容如下:
关于XMSDSK的问题,我想说一下。对于那个被aPack压缩过的11KB大小的XMSDSK,一定不要在前面用LH命令加载!否则,当空闲UMB内存小于64KB的情况下,XMSDSK加载时会彻底死机!据我研究,发现这是aPack的一个BUG,所有被它压缩后的文件(XMSDSK当然也不例外)都会有这种情况!事实上,也不需要用LH命令来加载XMSDSK,因为XMSDSK会自动将自己放入UMB内存的。因此,用“XMSDSK”就可以了,而“LH XMSDSK”有点画蛇添足的味道。
另:我在这个最新的MiniWin启动盘上标注着“By China DOS Union, Wengier and Roy”呢!
The content of my post is as follows:
Regarding the issue of XMSDSK, I want to say something. For that 11KB XMSDSK compressed by aPack, must not load it with the LH command in front! Otherwise, when the free UMB memory is less than 64KB, the XMSDSK will crash completely when loading! According to my research, I found that this is a bug of aPack, and all files compressed by it (XMSDSK is certainly no exception) will have this situation! In fact, there is no need to load XMSDSK with the LH command, because XMSDSK will automatically put itself into the UMB memory. Therefore, just use "XMSDSK", and "LH XMSDSK" is a bit redundant.
Another thing: I marked "By China DOS Union, Wengier and Roy" on this latest MiniWin boot disk!
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-5-16 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
|
2003-5-16 00:00 |
|
|
ko20010214
版主
       
积分 7294
发帖 1628
注册 2002-10-16
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
期待正式版。。。
Looking forward to the official version...
|

ko20010214
=================================
大功告成,打个Kiss!
ko20010214@MSN.com
神州优雅Q300C
Intel CeleronM 370处理器 | 256MbDDR内存
40G硬盘 | USB2.0 | IEEE 1394
13.3 ' WXGA 宽屏(16:10) | COMBO光驱
10/100M网卡 | 四合一读卡器
|
|
2003-5-16 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
以下是引用Roy在2003-5-16 12:01:44的发言:
打开附件
Wengier,用上面的那個USER.EXE吧,about dialog會好看一點的!
真有趣!看来我可以加入更多的“China DOS Union”的标识呢!另外可以去给DD等做个开机LOGO,上面标有“中国DOS联盟”等字样。
The following is a quote from Roy on 2003-5-16 12:01:44:
Open the attachment
Wengier, use the above USER.EXE, the about dialog will look better!
Really interesting! It seems I can add more "China DOS Union" logos! In addition, I can make a boot logo for DD and others, with words like "China DOS Union" on it.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-5-16 00:00 |
|