| Author |
Message |
meetsuresh
Joined: 17 Apr 2009 Posts: 2
|
18 Apr 2009 7:46 What is the exact meaning of porting |
|
|
|
|
Hi, i am new to embedded systems. I am presently learning MicroC/OS. Can any one please explain what is the meaning of Porting.
Thanks For Your Help..
--Suresh
|
|
| Back to top |
|
 |
fontp
Joined: 19 Nov 2004 Posts: 129 Helped: 20
|
20 Apr 2009 11:04 What is the exact meaning of porting |
|
|
|
|
| A little part of OS modules is processor-dependent. Porting is fitting them for specific processor in hands
|
|
| Back to top |
|
 |
samuraign
Joined: 18 May 2006 Posts: 128 Helped: 6
|
20 Apr 2009 13:40 What is the exact meaning of porting |
|
|
|
|
| modifying the fixed point C-code specific to your embedded/DSP processor by using that DSP' features
|
|
| Back to top |
|
 |
Google AdSense

|
20 Apr 2009 13:40 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
meetsuresh
Joined: 17 Apr 2009 Posts: 2
|
20 Apr 2009 15:12 Re: What is the exact meaning of porting |
|
|
|
|
Hi, Thanks a lot for your reply.
i am reading the book MicroC/OS by Labrose.
i got a small doubt, i think it looks silly for you.
Is it possible to run multiple tasks at a time? since only one process/task will be under process at any given time.
will there be no meaning of multi tasking in non-preemptive kernels, since the process will not release the processor until it is done it's part.
please reply.
Thanks,
Suresh.
|
|
| Back to top |
|
 |