I will try to provide the API's on windows that my RTOS provides ex. If my RTOS has "fosCreateSemaphore" to create a semaphore I will implement the same API [ same function prototype] on windows using win32 CreateSemaphore. Similarly I will write a wrapper functions for accesing file system, task manegement, memory management. With this abstraction layer, I am simulating my target RTOS on windows [ I am ignoring realtime requirement on windows, I will worry about it once I am done with python porting]. Hope you understand the way I am going.<br>
<br>Thanks,<br>Kiran<br>  <br><br><div class="gmail_quote">On Mon, Feb 22, 2010 at 10:30 PM, Shashwat Anand <span dir="ltr"><<a href="mailto:anand.shashwat@gmail.com">anand.shashwat@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
what do you exactly mean by "port python on to windows" ? Are you talking about your application or python itself :-/<br><br>~l0nwlf<br><br><div class="gmail_quote">On Mon, Feb 22, 2010 at 10:23 PM, KIRAN <span dir="ltr"><<a href="mailto:kiraank@gmail.com" target="_blank">kiraank@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi ALL,<br>
<br>
I am newbie to python and wanted to port python on to some RTOS. The<br>
RTOS I am trying to port python is not posix compliant. First, I<br>
decided to port python on to windows and later I will port the same to<br>
my target system. [ This is just to minimize the effort being put<br>
port, debug and to stabilize]. I downloaded 2.6.1 python code and<br>
started looking through the code. I see lot of code with several<br>
files. I am not sure which code I should start with. Any help / link<br>
regarding this is appreciated.<br>
<br>
Thanks,<br>
Kiran<br>
<font color="#888888">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></blockquote></div><br>
</blockquote></div><br>