[pypy-svn] rev 1381 - pypy/trunk/doc/funding

tismer at codespeak.net tismer at codespeak.net
Sat Sep 20 21:17:50 CEST 2003


Author: tismer
Date: Sat Sep 20 21:17:49 2003
New Revision: 1381

Modified:
   pypy/trunk/doc/funding/B6.wp11_small_os.txt
Log:
small additions.
Please **review**


Modified: pypy/trunk/doc/funding/B6.wp11_small_os.txt
==============================================================================
--- pypy/trunk/doc/funding/B6.wp11_small_os.txt	(original)
+++ pypy/trunk/doc/funding/B6.wp11_small_os.txt	Sat Sep 20 21:17:49 2003
@@ -32,6 +32,10 @@
   recoded in Python. At least all drivers which have
   blocking calls must be recoded in in Python.
   
+- Check whether we need to implement a TCP/IP stack and if this
+  work is doable in reasonable time. If not, then cancel this
+  WP in favor of another application WP to be done instead.
+  
 - Recode the according device drivers in Python. Design tests
   which ensure functional compatibility with the original ones,
   as far as these exist.
@@ -41,6 +45,12 @@
 - Implement the OS kernel as a set of prioritized tasklets
   (WP09_)
   
+- Implement a simple file system which is accessible by
+  Python, only.
+  
+- Implement a few basic protocols like FTP in order to provide
+  basic access to the internal data of the embedded device.
+  
 - Test the implementation both on the simulator and on the real hardware.
 
 


More information about the Pypy-commit mailing list