Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2011
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. AVP3500> help
  2.  
  3. help Print this list
  4. dbgHelp Print debugger help info
  5. nfsHelp Print nfs help info
  6. netHelp Print network help info
  7. spyHelp Print task histogrammer help info
  8. timexHelp Print execution timer help info
  9. h [n] Print (or set) shell history
  10. i [task] Summary of tasks' TCBs
  11. ti task Complete info on TCB for task
  12. sp adr,args... Spawn a task, pri=100, opt=0, stk=20000
  13. taskSpawn name,pri,opt,stk,adr,args... Spawn a task
  14. td task Delete a task
  15. ts task Suspend a task
  16. tr task Resume a task
  17. d [adr[,nunits[,width]]] Display memory
  18. m adr[,width] Modify memory
  19. mRegs [reg[,task]] Modify a task's registers interactively
  20. pc [task] Return task's program counter
  21. version Print VxWorks version info, and boot line
  22.  
  23. Type <CR> to continue, Q<CR> to stop:
  24.  
  25. iam "user"[,"passwd"] Set user name and passwd
  26. whoami Print user name
  27. devs List devices
  28. cd "path" Set current working path
  29. pwd Print working path
  30. ls ["path"[,long]] List contents of directory
  31. ll ["path"] List contents of directory - long format
  32. rename "old","new" Change name of file
  33. copy ["in"][,"out"] Copy in file to out file (0 = std in/out)
  34. ld [syms[,noAbort][,"name"]] Load stdin, or file, into memory
  35. (syms = add symbols to table:
  36. -1 = none, 0 = globals, 1 = all)
  37. lkup ["substr"] List symbols in system symbol table
  38. lkAddr address List symbol table entries near address
  39. checkStack [task] List task stack sizes and usage
  40. printErrno value Print the name of a status value
  41. period secs,adr,args... Spawn task to call function periodically
  42. repeat n,adr,args... Spawn task to call function n times (0=forever)
  43. diskFormat "device" Format disk
  44. diskInit "device" Initialize file system on disk
  45.  
  46. Type <CR> to continue, Q<CR> to stop:
  47.  
  48. squeeze "device" Squeeze free space on RT-11 device
  49.  
  50. NOTE: Arguments specifying 'task' can be either task ID or name.
  51.  
  52. value = 1 = 0x1
  53. AVP3500>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement