We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Can an application directly communicate with the processor without the use of operating system , when it is present???
please reply???
if so which APIs can
"Can an application directly communicate ..."
Yes
"if so which APIs can"
Direct application implies no PI for the A to use.
Even when the operating system is present , say on windows xp i want to make an appluication which communicates directly with processor without the use of windows xp???
Oh, then the application is called a driver.
So how can the driver be written and can it be written in any language??
You typically write the driver in C or assembly and according to the OS conventions.
we intend to write a library, /api which will communicate directly to the processor, will you please guide us how to work towards this
http://www.keil.com/condb/
"a library/api which will communicate directly to the processor"
What does that actually mean?
What will it communicate? With what?
What is the purpose of this Library?
Who do you think will use it? How?
We need our j2me application to have minimum 6 threads. But the present j2me threading API support deteriorates the performance after 3 threads. So the only option is to develop the API/library which will do the needful.
###a library/api which will communicate directly to the processor---What does that actually mean? What I meant was - This API will speak to the cellphone processor and perform the multitasking.
###What will it communicate? We need to perform Multitasking.
###With what? Through j2Me Application
What is the purpose of this Library? explained
Who do you think will use it? How? explained