SaltyCrane Blog — Notes on JavaScript and web development

How to unload a vxworks module

If you download a vxworks .out file but then decide you want to get rid of it, you can use the "unld" command. See the example below:
-> unld "myapp.out" 
value = 0 = 0x0
See also section 5.2.7 of the Tornado User's Guide.
 

Comments