DOC盤啟動(dòng)vxworks
做DOC啟動(dòng)盤,并從DOC啟動(dòng)vxworks.
本文引用地址:http://cafeforensic.com/article/201609/304258.htm1. 將修改過的pc486和all目錄copy至tornadotargetconfig目錄,同時(shí)將libI80486gnuvx.a文件copy至 tornadotargetlib目錄。對(duì)應(yīng)目錄及文件見USB硬盤G:temp目錄。
2. 生成bootrom軟盤啟動(dòng)盤
進(jìn)入Dos環(huán)境,執(zhí)行
d:tornadohostx86-win32bin> torvars
d:tornadotargetconfigpc486> make clean
d:tornadotargetconfigpc486> make bootrom_uncmp
d:tornadotargetconfigpc486> mkboot a: bootrom_uncmp
這樣,就生成了bootrom的軟盤啟動(dòng)盤。
3. 將 tornadohostx86-win32bin目錄下的 vxsys.com文件copy至一張Dos啟動(dòng)盤(最好win98的).
4. 用Dos啟動(dòng)盤啟動(dòng)目標(biāo)機(jī),為保持文件連續(xù),最好先format c:。
a:> format c:
a:> lock c:
a:> vxsys c:
插入bootrom軟盤啟動(dòng)盤,將bootrom軟盤啟動(dòng)盤里的bootrom.sys copy至c:盤。
a:> copy bootrom.sys c:
5. 將自己生成的vxworks文件copy至c:盤
6. 重啟目標(biāo)機(jī),這時(shí)就從Doc啟動(dòng)bootrom, 用'c'命令將bootrom啟動(dòng)參數(shù)改為從Doc啟動(dòng)vxworks,具體如下:
[Vxworks Boot]: c
boot device : tffs=0,0
processor number : 0
host name : host
file name : /tffs0/vxworks
....
再用'@'命令啟動(dòng)即可,[Vxworks Boot]: @
7. End.
評(píng)論