From owner-freebsd-doc@FreeBSD.ORG Wed Feb 27 21:42:27 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B11A41D9 for ; Wed, 27 Feb 2013 21:42:27 +0000 (UTC) (envelope-from ddwood@highdensity.org) Received: from mail-pb0-f41.google.com (mail-pb0-f41.google.com [209.85.160.41]) by mx1.freebsd.org (Postfix) with ESMTP id 832511F9 for ; Wed, 27 Feb 2013 21:42:27 +0000 (UTC) Received: by mail-pb0-f41.google.com with SMTP id um15so632241pbc.28 for ; Wed, 27 Feb 2013 13:42:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent:x-gm-message-state; bh=cKzqiWlL7jKXywgGN33Moe+EgOmKROyXXslVhPc8hEY=; b=pzlXBc9y0gyEm5I61YAogO8eFDL2FEsU6QhrKjtk6N0b4j8tUO8ByNUBHIIYFNKHUq yfoy3EatNLvaKkMbzNl+noh9KoTSMYlCOQg9Tl7b9aN+aKKhCkpoutZDvR7XOABvc6rr DEN+UCopeaBuiPosMS5dSNsrWcK8dXvVbOKTmgUlFFM7oO2D1mP8t2dAG7LSwCXO/bY+ MEaBzNzclwQJifp3Hq7foAoAX1cghJnl9mfpVLu71h2nfX87LYPZg7EU+bgk5R2DBFhq XxuX067HTnQfQRFvgSLdODzT4zQzpNi/xmAASb35k3JqLXT15Ha3igIeajq069AQeGDA m6/A== X-Received: by 10.68.252.70 with SMTP id zq6mr5683691pbc.136.1362001341674; Wed, 27 Feb 2013 13:42:21 -0800 (PST) Received: from yavin (ip68-231-151-161.tc.ph.cox.net. [68.231.151.161]) by mx.google.com with ESMTPS id pp1sm3273408pac.7.2013.02.27.13.42.19 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 27 Feb 2013 13:42:20 -0800 (PST) Date: Wed, 27 Feb 2013 14:42:07 -0700 From: Derek Wood To: freebsd-doc@freebsd.org Subject: Re: Would enough people like a tutorial in freebsd developer handbook Message-ID: <20130227214207.GA18227@yavin> Mail-Followup-To: freebsd-doc@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQm8SxACGLfjVNQ9iOVhWPDxKecdKuwvn5n8tw1sAz8gk1elSUX4AR2d13fqPOoLJ+YzYt0e X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 21:42:27 -0000 On Tue, Feb 26, 2013 at 06:30:29PM -0700, Warren Block wrote: > On Tue, 26 Feb 2013, Anthony Brown wrote: > > >Would enough people like a tutorial in freebsd developer handbook on > >freebsd 64 bit assembly language using the c standard library. > > Interesting. But maybe a tutorial would be better as a separate > article. > _______________________________________________ > freebsd-doc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" I don't feel strongly about this either way, but the current assembly tutorial is already in the developer's handbook, and I don't think topic of "FreeBSD assembly language tutorial" should be split between two pages. I did a bit of digging, and there isn't really a clear picture on how the original article got there either. I did a bit of digging, and there isn't much in the way of PRs or commits, and the only mailing list post about it was a request to link to it from the tutorials page. I suspect that there wasn't a discussion about it, but if there was, it would be interesting to know the details.