From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27313 invoked by alias); 16 Dec 2012 17:12:49 -0000 Received: (qmail 27304 invoked by uid 22791); 16 Dec 2012 17:12:48 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from moutng.kundenserver.de (HELO moutng.kundenserver.de) (212.227.126.186) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 16 Dec 2012 17:12:42 +0000 Received: from [192.168.1.100] (p5DDB6838.dip.t-dialin.net [93.219.104.56]) by mrelayeu.kundenserver.de (node=mrbap3) with ESMTP (Nemesis) id 0Lw1TZ-1T3vxl1DS9-018LX2; Sun, 16 Dec 2012 18:12:40 +0100 Message-ID: <50CE00E1.8050800@grapentin.org> Date: Sun, 16 Dec 2012 17:12:00 -0000 From: Andreas Grapentin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121129 Thunderbird/10.0.11 MIME-Version: 1.0 To: Carlos O'Donell CC: libc-ports@sourceware.org Subject: Re: port to minix3 References: <50CB3D25.9070809@grapentin.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00048.txt.bz2 On 12/14/2012 05:01 PM, Carlos O'Donell wrote: > On Fri, Dec 14, 2012 at 9:52 AM, Andreas Grapentin > wrote: >> hi, >> >> I need a port of glibc to Minix 3.2 and decided to do it myself. >> I'll be following this guide: >> http://www.gnu.org/software/libc/manual/html_node/Porting.html >> >> and I'll let you know if there is any progress at all :) > Get involved, ask questions, and feel free to post early snapshots for review. > > Welcome to the community! > > Cheers, > Carlos. Okay, I've looked into this for some time and I've got a question: where the hell should I start? O_o I mean, are there documentations, guides, man pages on how the sysdeps things work? Thanks, Andy