Changes between Version 23 and Version 24 of WikiStart
- Timestamp:
- May 6, 2007, 10:10:10 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v23 v24 3 3 [wiki:kLIBC kLIBC] (formerly known as the [wiki:InnoTekLibc InnoTek LIBC]) is a C runtime library in which the coder is exploring [wiki:TheSingleUnixSpecification The Single Unix Specification] (SUS) and various *BSD, Sun and Linux interfaces used in 'portable' software. While implementing SUS completely and providing a great range of special BSD, Sun and Linux APIs is a kind of ultimate goal, the main focus is on what is '''interesting''' to play with and what is '''requested''' by porters using kLIBC. 4 4 5 This repository includes not only the kLIBC but also the toolchain ([wiki:GnuGcc GCC], [wiki:GnuBinutils Binutils], [wiki:Os2Emx EMX]), various important tools ([wiki:BsdAsh ash], [wiki:GnuCoreutils coreutils], [wiki:GnuGettext gettext], [wiki:GnuAutoconf autoconf],++) and a base layout for a kLIBC unix compartment.5 As an associated act, the tool chain ([wiki:GnuGcc GCC], [wiki:GnuBinutils Binutils], [wiki:Os2Emx EMX]) is also maintained as part of the project and usually release together with new [wiki:kLIBC kLIBC] releases. 6 6 7 People wanting to build kLIBC should go to the BuildLibc page. 7 This repository also features kNIX also known as [wiki:UnixPenthouseApartement The Unix Penthouse Apartment]. This is an effort for creating a UNIX like environment on OS/2 (and later NT) but without kicking out drive letters and other DOSishness. Ports of all the fundamental elements of a *NIX system can be found in the !kLIBC repository. Not all of these ports are maintained here, they are included in order to be able to build the !kNIX foundation. ([wiki:BsdAsh ash] and [wiki:BsdYacc yacc] are maintained here, in case you was wondering.) 8 9 People wanting to build kLIBC or kNIX should go to the BuildLibc page. 8 10 9 11 If you want to contribute to kLIBC or if you have any questions please use our new mailinglist. You can either subscribe to it as mailinglist (send an email to libc-user-subscribe@netlabs.org) or you can read it via a mail and news interface at [http://dir.gmane.org/gmane.org.netlabs.libc.user gmane.org] … … 21 23 * [wiki:LibcPanic Debugging kLIBC Panics] 22 24 * [wiki:kLdr kLdr - The Dynamic Loader] 25 * [wiki:kNIXPorting Porting to kNIX]