Re: vxWorks help
If you want to read from the ROM then most of all your execution will be much more slower with respect to RAM or NVRAM read . But if you still want to read it from ROM then u can do it in two ways ,
1. you can copy the file from ROM to RAM using file pointer and read it from RAM copy , it will be simple file reading .
2. Else , use the file pointer to read from ROM but for that you have to give a good look to your kernel facilities and read enabled administrator priviledge is there or not .
For second question , the answer is yes , "go" statement is available there with label facility but it is very uncomfortable because you have to take a good care for the routine of program counter .
I think the problems are solved .
ok ..... take care and Good Bye .....