|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『楼 主』:
问个有难度的问题_求高手帮忙_关于UCDOS启动
使用 LLM 解释/回答一下
我用98系统盘抽取的DOS系统引导 然后启动UCDOS
UCDOS.BAT启动文件后。分别出现以下提示:
《Display driver not found
*** Error:Please run KNL.COM first ***
*** Error:Please run KNL.COM first ***
*** Error:RDFNT Already existed ***》
无法启动UCDOS进入中文状态。
运行KNL.COM后,又给出提示:
Display driver not found
而后到UCDOS目录中检查,程序文件"KNL.COM" 与"PRNT.COM"都保存在文件目录中。
又检查了UP.BAT与UCDOS.BAT启动文件内容,也没有错误。包括有:"C:\UCDOS\KNL %2"与"C:\UCDOS\PRNT"两条命令行。
Last edited by fghlw on 2008-10-20 at 01:14 ]
I used the DOS system boot extracted from the Windows 98 system disk, and then started UCDOS. After the UCDOS.BAT startup file was executed, the following prompts appeared respectively:
《Display driver not found
*** Error:Please run KNL.COM first ***
*** Error:Please run KNL.COM first ***
*** Error:RDFNT Already existed ***》
Unable to start UCDOS to enter the Chinese state.
After running KNL.COM, another prompt was given:
Display driver not found
Then I checked in the UCDOS directory, and the program files "KNL.COM" and "PRNT.COM" are both saved in the file directory.
I also checked the contents of the UP.BAT and UCDOS.BAT startup files, and there are no errors. Including the two command lines: "C:\UCDOS\KNL %2" and "C:\UCDOS\PRNT".
Last edited by fghlw on 2008-10-20 at 01:14 ]
|
|
2008-10-19 20:09 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2008-10-19 20:29 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
不关RD的事 用DOS7.1引导就没这个问题(但7.1引导键盘错乱 大小写和数字锁定是反的)
用98的就是不行
It has nothing to do with RD. Booting with DOS 7.1 doesn't have this problem (but the keyboard is messed up when booting with 7.1, the caps lock and num lock are reversed). But booting with 98 doesn't work.
|
|
2008-10-19 21:11 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2008-10-19 22:03 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
谢谢
都有的 但就是无法启动
用DOS7.1的盘引导是没问题的
没加载什么特殊配置 用98提取的就报错
Last edited by fghlw on 2008-10-19 at 22:31 ]
Thanks.
All are available, but it just can't boot.
Booting with DOS 7.1 disk is okay.
No special configurations are loaded. Booting with the one extracted from 98 gives an error.
Last edited by fghlw on 2008-10-19 at 22:31 ]
|
|
2008-10-19 22:29 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2008-10-19 22:36 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
@ECHO OFF
RD16
KNL
PY
LIMD WB.IMD
RDFNT
PRNT
TX
把RD16和KNL后面的参数去掉就可以了
@ECHO OFF
RD16
KNL
PY
LIMD WB.IMD
RDFNT
PRNT
TX
You can just remove the parameters after RD16 and KNL
|
|
2008-10-19 23:23 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
谢谢 你了
让人冒火
老东西不要钱 但要命
@ECHO OFF
C:\UCDOS\RD16 %1
C:\UCDOS\KNL %2
C:\UCDOS\TX
C:\UCDOS\PY
C:\UCDOS\RDFNT
参数去掉后提示没有字库
Last edited by fghlw on 2008-10-19 at 23:30 ]
Thank you.
Annoying
Old stuff is free but costs life
@ECHO OFF
C:\UCDOS\RD16 %1
C:\UCDOS\KNL %2
C:\UCDOS\TX
C:\UCDOS\PY
C:\UCDOS\RDFNT
After removing the parameters, it prompts that there is no font library
Last edited by fghlw on 2008-10-19 at 23:30 ]
|
|
2008-10-19 23:23 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2008-10-19 23:27 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
现在好象记起来了 %1 这个是象函数一样的参数传递
几年没用都忘记了
-_-!
Now it seems I remember. %1 is like parameter passing in a function. I've forgotten it after not using it for several years. -_-!
|
|
2008-10-19 23:34 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2008-10-19 23:45 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
晕了
怎么弄都无法执行
Dizzy
Can't execute no matter how I try
|
|
2008-10-19 23:54 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
我认为可能你找的启动盘有问题,什么“但7.1引导键盘错乱 大小写和数字锁定是反的”这本身就很奇怪。不管是 Win98 的 MS-DOS 7.10 ,还是本站下载的 MS-DOS 7.10 安装好后都不会有这种默认的设置。你的 7.1 是哪里找的,你的 UCDOS 6.0 是哪里找的?对了,按理只有后来推出的袖珍版的 UCDOS 才可以在任意机器上使用,以前的 UCDOS 5.0, 6.0, 7.0 安装好后只能在这台机器上用,决不能单独抽出来在别的机器上用。
I think maybe the boot disk you found is problematic. The thing that "the keyboard is messed up when booting with 7.1, and the caps lock and num lock are reversed" is very strange itself. Whether it's MS-DOS 7.10 of Win98 or the MS-DOS 7.10 downloaded from this site, there won't be such a default setting after installation. Where did you get your 7.1 from, and where did you get your UCDOS 6.0 from? By the way,按理说 only the later-launched pocket version of UCDOS can be used on any machine. The previously released UCDOS 5.0, 6.0, 7.0 can only be used on this machine after installation and can never be extracted and used alone on other machines.
|

DOS倒下了,但永远不死
DOS NEVER DIES !
投票调查:
http://www.cn-dos.net/forum/viewthread.php?tid=46187
本人尚未解决的疑难问题:
http://www.cn-dos.net/forum/viewthread.php?tid=15135
http://www.cn-dos.net/forum/viewthread.php?tid=47663
http://www.cn-dos.net/forum/viewthread.php?tid=48747 |
|
2008-10-20 00:21 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
我抽出来的是从98系统盘抽的 运行应该无问题
7.1用的是站长那个好象(都是IMG版的 没安装) 觉得是设置问题
The one I extracted is from the Windows 98 system disk, and it should run without problems. For 7.1, I used the one from the webmaster, it seems (both are IMG versions, not installed). I think it's a setting issue.
|
|
2008-10-20 00:25 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2008-10-20 00:33 |
|