|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 61 楼』:
使用 LLM 解释/回答一下
中文部分我并未改动,也许是由于新的改动在打包的时候影响了中文部分,恐怕不容易发现究竟哪里弄错了。可以进一步再观察观察,看看问题出在哪里。那 8 个 patch,改动前面的,会影响后面的,但只要编译通过,我就认为基本没事了。所以,究竟怎么错了,还需要更详细的报告。我能解决的,我解决;我解决不了的,等待别人来解决。我自己不使用中文版,所以,我没能发现问题。不过你可以和中文版的相关朋友联系,看看他们有什么经验。
find 这么用,好像没什么必要吧?属于可有可无的功能,从逻辑上讲也不够合理。因为按照你的这个逻辑,所有的类似命令都要合二为一了,那改动就不是一处两处了。
I didn't make changes to the Chinese part. Maybe because the new changes affected the Chinese part during packaging, it's恐怕 not easy to find out exactly where the mistake is. We can further observe and see where the problem is. Those 8 patches, changing the ones in front will affect the ones behind, but as long as the compilation passes, I think it's basically okay. So, exactly what's wrong still needs a more detailed report. What I can solve, I'll solve; if I can't solve it, I'll wait for others to solve it. I don't use the Chinese version myself, so I didn't notice the problem. But you can contact the relevant friends of the Chinese version and see what experience they have.
Using find like this doesn't seem necessary? It's a function that's optional. Logically, it's not very reasonable. Because according to your logic, all similar commands would have to be combined into one, and then there would be more than one or two changes.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2006-6-18 20:39 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2006-6-18 21:13 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 63 楼』:
使用 LLM 解释/回答一下
我试验了,新版没发现乱码问题,比如说用你第一次给的硬盘映像中的 menu.lst 就显示正常的中文。你要是发现了问题,那恐怕也是老版本本来就有的问题,只是有时碰到,有时碰不到罢了。感觉不严重,暂时忽略这一问题,因为将来的国际化版本会一并解决这类问题的。
I tested, and there's no garbled code issue in the new version. For example, using the menu.lst in the hard disk image you first provided shows normal Chinese. If you find an issue, it's probably an existing problem in the old version, just sometimes you encounter it and sometimes not. It doesn't seem serious, so I'll temporarily ignore this issue because the future internationalized version will solve such problems all at once.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2006-6-19 09:49 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2006-6-19 12:47 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 65 楼』:
使用 LLM 解释/回答一下
中文乱码我没发现。
只是用map --mem /boot/grub/288.img (fd0)的配置,发现一问题
虽然用这配置启动路径比较有弹性,只要menu.lst和grub目录在同一分区就能启动,但是如果在map --mem /boot/grub/288.img前面加了fallback 1后288.img是不存的话就会出现问题了:即不提示Press any key to continue...也不跳至fallback 2而是如下列连续滚屏现象
Error 17: File not found
Booting 'map --mem /boot/grub/288.img
fallback 1
除此之外还没发现和指定img路径的其他错误现象
老版本的也有这情况
Last edited by fastslz on 2006-6-19 at 13:12 ]
I didn't find Chinese garbled characters.
Just using the configuration of map --mem /boot/grub/288.img (fd0), I found a problem
Although this configuration makes the boot path more flexible, as long as menu.lst and the grub directory are in the same partition, it can boot. But if fallback 1 is added before map --mem /boot/grub/288.img and 288.img doesn't exist, then a problem will occur: that is, it doesn't prompt Press any key to continue... and doesn't jump to fallback 2 but has the following continuous screen scrolling phenomenon
Error 17: File not found
Booting 'map --mem /boot/grub/288.img
fallback 1
In addition, no other error phenomena related to specifying the img path have been found
This situation also exists in the old version
Last edited by fastslz on 2006-6-19 at 13:12 ]
|
|
2006-6-19 13:11 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2006-6-19 15:07 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 67 楼』:
使用 LLM 解释/回答一下
是的,中文应该不会有问题,因为中文部分根本就没改动。由于这部分没改动,所以即使有问题,现在也不好去解决,因此不要再报告了。
fastslz 所说的问题是由 fallback 的错误设置引起的。当一个菜单项失败时,如果定义了 fallback 菜单项,则转去执行 fallback 所定义的菜单项。
如果 fallback 指向该出错的菜单项自己,那当然会无限循环了。所以一定要注意不要把 fallback 后面的数字填错了。这个数字,如果是 0 ,表示第一个 title 所代表的菜单项; 1 表示第二个,等等。
fallback 一般放在紧接 title 后的第一条语句。当然,如果必要,也可以在同一组 title 命令集里面放置多个 fallback 语句。fallback 是控制流程走向的唯一一条语句。
Yes, there should be no problem with Chinese because the Chinese part hasn't been modified at all. Since this part hasn't been modified, even if there's a problem, it's not easy to solve now, so please don't report it anymore.
The problem mentioned by fastslz is caused by the wrong setting of fallback. When a menu item fails, if a fallback menu item is defined, it will go to execute the menu item defined by fallback.
If fallback points to the menu item that has an error itself, there will be an infinite loop, of course. So be sure to pay attention not to fill in the number after fallback incorrectly. This number, if it's 0, it means the first menu item represented by title; 1 means the second, and so on.
Fallback is generally placed as the first statement immediately following title. Of course, if necessary, multiple fallback statements can also be placed in the same set of title command sets. Fallback is the only statement that controls the flow of execution.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2006-6-19 15:11 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2006-6-19 15:40 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 69 楼』:
使用 LLM 解释/回答一下
Originally posted by qwe1234567 at 2006-6-19 03:40 PM:
我刚才在真机里试了下正常,VPC中文提示乱马
那可能与VPC本身有关...应以真实机为标准。
Originally posted by qwe1234567 at 2006-6-19 03:40 PM:
I just tested it on the real machine and it was normal. VPC Chinese prompt is garbled.
Then it may be related to VPC itself... The real machine should be the standard.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-6-19 21:19 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
『第 70 楼』:
使用 LLM 解释/回答一下
Originally posted by Wengier at 2006-6-19 21:19:
那可能与VPC本身有关...应以真实机为标准。
我刚才试了下,好象与硬盘镜像有关系,换了个镜像却正常了,因此应该是个BUG
Originally posted by Wengier at 2006-6-19 21:19:
That might be related to VPC itself... The real machine should be the standard.
I just tried it, it seems to be related to the hard disk image. Changing an image works normally, so it should be a bug
|

我的网络U盘 我的网络第2个U盘
论坛软件下载链接
灵雨飘零论坛
论坛新手必读,所有人的基本行为准则
刷QQ空间人气、留言的小软件 |
|
2006-6-21 16:01 |
|