Re: <INTEGRITY RTOS> Passing arguments to an entry point function of the CreateTask() task kernel call
- From: "Alex Vinokur" <alexvn@xxxxxxxxxxxxxxxxxxxxx>
- Date: 26 Feb 2006 22:15:45 -0800
Alex Vinokur wrote:
[snip]
int main()
{
Task task;
char* ptr = "ABCDXYZ";
CHECK (CreateProtectedTask(1, (Address)entry_point, 0x1000,
"the-task", &task));
CHECK (SetTaskIdentification(task, (Address)ptr));
CHECK (RunTask(task));
CHECK (CloseProtectedTask(task));
exit(0);
}
---
Alex Vinokur
email: alex DOT vinokur AT gmail DOT com
http://mathforum.org/library/view/10978.html
http://sourceforge.net/users/alexvn
.
- References:
- <INTEGRITY RTOS> Passing arguments to an entry point function of the CreateTask() task kernel call
- From: Alex Vinokur
- Re: <INTEGRITY RTOS> Passing arguments to an entry point function of the CreateTask() task kernel call
- From: Stefan Reuther
- Re: <INTEGRITY RTOS> Passing arguments to an entry point function of the CreateTask() task kernel call
- From: Alex Vinokur
- <INTEGRITY RTOS> Passing arguments to an entry point function of the CreateTask() task kernel call
- Prev by Date: Re: What is the cheapest ARM available that is REAL?
- Next by Date: how to get debug messages in nucleus os?
- Previous by thread: Re: <INTEGRITY RTOS> Passing arguments to an entry point function of the CreateTask() task kernel call
- Next by thread: Enabling the Interrupt in Fujitsu Controller
- Index(es):
Relevant Pages
|