|
From: Arkady V.B. <ar...@be...> - 2005-02-21 23:32:15
|
Hi! 19-=E6=C5=D7-2005 19:43 _g...@gm... (Xiang-Rui Wang) wrote to Fre...@li...: XW> First, I see the fdconfig.sys has this line: XW> SHELL=3DC:\FDOS\command.com C:\FDOS /D /P=3DC:\fdauto.bat /K set XW> path=3DC:\FDOS\bin 1. you may reduce "set path" to "path". 2. /p is option without argument, so your equal sign is wrong. 3. why not move "set path" to other line of you fdconfig.sys? XW> After I reboot the machine, I found it hangs.(It seems Ctrl-Alt-Del d= on't XW> work) [...] XW> Another thing is that when I boot the machine, it says "Bypassing XW> C:\fdauto.bat", and I don't know why since C:\fdauto.bat exists. (Undocumented) /D option forces command.com to bypass autoexec.bat (= and used by kernel when you press F5 key at startup). XW> Could someone tell me how to fix it? XW> I use FreeDOS Beta9 and following is my fdconfig.sys There was some bugs in 2035 kernel. Please, try newer development kernel (you may download it from www.fdos.org). Also, what happen if move "set path" to other line? |