1 Jul 01:28
[drops <at> os.inf.tu-dresden.de: ANNOUNCE: L4Env version 0.1]
Farid Hajji <farid.hajji <at> ob.kamp.net>
2003-06-30 23:28:45 GMT
2003-06-30 23:28:45 GMT
Hi, just in case someone missed the announcement. Caveat: L4Env is GPLv2, not LGPL nor BSD-style. For the GNU Hurd/L4, that's okay. For *BSD/L4, it's not. Regards, -FH. ------- Start of forwarded message ------- X-From_: l4-hackers-bounces <at> os.inf.tu-dresden.de Mon Jun 30 23:56:58 2003 Date: Mon, 30 Jun 2003 23:50:36 +0200 (DFT) From: DROPS-Team <drops <at> os.inf.tu-dresden.de> X-Sender: jork <at> os.inf.tu-dresden.de To: l4-hackers <at> os.inf.tu-dresden.de X-Mailman-Approved-At: Mon, 30 Jun 2003 23:54:26 +0200 Subject: ANNOUNCE: L4Env version 0.1 Sender: l4-hackers-bounces <at> os.inf.tu-dresden.de X-Spam-Status: No X-Scanned-By: MIMEDefang 2.15 (www dot roaringpenguin dot com slash mimedefang) The DROPS team is happy to announce the first release of the L4Env programming environment. L4Env is a programming environment for application development on top of the L4 microkernel family. It is developed as a part of the Dresden Real-Time Operating System (DROPS). Prior to L4Env, most L4 applications had their very own idea about the environment (libraries, interfaces and so on) in which they were executed. Almost every programmer had his own set of libraries he used to build his applications, which resulted in huge problems if someone tried to combine components developed by different authors. Frequent problems were conflicting implementations of common functions (like printf) or conflicts caused by the lack of a central management of resources like threads or virtual memory. The intention of L4Env is to define a set of functions which describe a minimal environment. This minimal environment is available for every L4 application. Hence, all applications and especially all libraries can use these functions. Libraries which are intended to be used by many different applications should only use these functions to avoid dependencies to other libraries. L4Env also decreases the dependencies to a certain L4 API or hardware architecture, making applications more portable. L4Env is available under the GPL version 2 licence. For different licensing schemes please contact drops <at> os.inf.tu-dresden.de. Source distributions, documentation, and other online resources can be found on the L4Env website: http://os.inf.tu-dresden.de/l4env/ The DROPS Team Operating Systems Group University of Technology Dresden, Germany _______________________________________________ l4-hackers mailing list l4-hackers <at> os.inf.tu-dresden.de http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers ------- End of forwarded message ------- -- -- Farid Hajji -- Unix Systems and Network Management. http://www.farid-hajji.net/address.html Quoth the Raven, "Nevermore." --Edgar Allan Poe.
RSS Feed