Changes between Version 18 and Version 19 of WikiStart
- Timestamp:
- Sep 2, 2006, 6:53:07 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v18 v19 1 1 == Welcome to InnoTek LIBC == 2 2 3 [wiki: InnoTekLibc InnoTek LIBC] or what should probably be called kLIBC by now, 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 provide a great range of special BSD, Sun and Linux APIs is a kind of ultimate goal, the main focus is on what is '''interesting''' and '''requested''' by porters.3 [wiki:kLIBC kLIBC] (formerly known as the 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 LIBC 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 aLIBC unix compartment.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. 6 6 7 People wanting to build LIBC should go to the BuildLibc page.7 People wanting to build kLIBC should go to the BuildLibc page. 8 8 9 If you want to contribute to libcor 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]9 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] 10 10 11 11 12 12 Other interesting pages: 13 13 * [wiki:Faq FAQ] 14 * [wiki:LibcLogging LibcLogging]14 * [wiki:LibcLogging kLIBC Logging] 15 15 * [wiki:UnixPenthouseApartement The Unix Penthouse Apartment] 16 * [wiki:LibcPanic Debugging LibcPanics]16 * [wiki:LibcPanic Debugging kLIBC Panics]