From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753012AbXD0FZW (ORCPT ); Fri, 27 Apr 2007 01:25:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755145AbXD0FZW (ORCPT ); Fri, 27 Apr 2007 01:25:22 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:42570 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753012AbXD0FZP (ORCPT ); Fri, 27 Apr 2007 01:25:15 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: "H. Peter Anvin" Cc: Michael McConnell , linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: MAINTAINERS file out of date? References: <4631255F.9010902@eridani.co.uk> <463131FD.8020301@zytor.com> <20070427010914.GA2570@localhost.localdomain> <46314E0B.1020800@zytor.com> <20070427023252.GA3797@localhost.localdomain> <4631873B.1000107@zytor.com> Date: Thu, 26 Apr 2007 23:24:13 -0600 In-Reply-To: <4631873B.1000107@zytor.com> (H. Peter Anvin's message of "Thu, 26 Apr 2007 22:16:43 -0700") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org "H. Peter Anvin" writes: > A lot of that code (although, of course, not all) could be written in C, > though. I'm thinking of taking a stab at rewriting it that way. Is this using the .code16gcc? Or are you thinking of some other technique. Requiring another C compiler to build the kernel would be a pain to use. Eric