1.
VxWorksCookbookTheKernel - Books - blueDonkey.org
Apr 12, 2004 ... In addition to the basic priority pre-emptive scheduling, VxWorks offers an option to enable round-robin mode, or time slicing between tasks ...
2.
DakotaPv2Camera - Linux - blueDonkey.org
Interestingly, the PV2 is listed in the table as a Legend Digital Camera. ... 0DCA, 0010, Ultra-Pocket Digital MP Proto, SMaL? Camera Technologies ...
3.
WebHome - Books - blueDonkey.org
This book is not meant to replace the VxWorks Programmer's Guide, nor any training classes, which are invaluable for those just starting to work with any ...
4.
WebChanges - Books - blueDonkey.org
Preface TOC Introduction Who Should Read this Book This book is aimed at the current VxWorks user who is looking at, or currently in the process of ...
5.
VxWorksCookbookTheKernel - Books - blueDonkey.org
Apr 12, 2004 ... One thing to note here is that the checkStack() facility makes use of the stack filling option. When tasks are spawned in VxWorks, ...
6.
VxWorksCookbookCPP - Books - blueDonkey.org
Since VxWorks is primarily a C API operating system, connecting C++ ... 100, VX_FP_TASK, 20000, (FUNCPTR) taskWrapper, (int) this, 0,0,0,0,0,0,0,0,0); ...
7.
VxWorksCookbookMemoryMgmt - Books - blueDonkey.org
In vxWorks 5.x, the heap manipulation is performed on the system memory partition using the routines defined in memLib. The malloc() and free() functions in ...
8.
VxWorksCookbookTheIOSystem - Books - blueDonkey.org
A pipe in VxWorks is basically a light-weight wrapper around a message queue. The creation routine for a pipe, pipeDevCreate(), even takes a maximum number ...
9.
VxWorksCookbookTargetTools - Books - blueDonkey.org
There are perhaps two big limitations of the target shell: ... Most of the RISC style CPUs that VxWorks supports (e.g. PowerPC and ARM) have a limited ...
10.
VxWorksToLinuxDistro - Books - blueDonkey.org
Aug 17, 2003 ... sp, executable name, In VxWorks, sp spawns a new task. The nearest equivalent for a Linux system is starting a new process. ...