阅读:1875回复:0
ce5中定制shell和标准shell的差异?
我使用了定制shell--taskman.exe.
在taskman中使用iesample浏览器,发现iesample经常性的异常退出. 我退回到标准shell验证,又没有这样的现象. 难道什么地方配置不对? 我使用这样的步骤定制自带的taskman,没有改动任何源代码: 1. 在catalog里把standard shell去掉。 2.确保battery driver模块加载了。没有加载,从catalog里加进来。 3.到...\wceshellfe\oak\taskman目录下,执行如下命令: sysgen -p wceshellfe taskman 编译成功以后就可以到你的project目录下的找到taskman.exe,如果不成功,分析错误,保证编译完成。 4. 修改bib文件,修改project下的platform.bib(其他的bib也可以)把taskman.exe加入 5.修改project目录下的platform.reg文件。加入 [HKEY_LOCAL_MACHINE\Init] Launch80="taskman.exe" Depend80=hex:14,00,1e,00 这个是保证taskman作为shell来加载,他需要在gwes等程序后加载,一旦taskman.exe加载,就告诉系统shell ready。可以工作了。 6. makeimg生成nk.bin。 |
|