From mboxrd@z Thu Jan 1 00:00:00 1970 From: Blaz Antonic Subject: Re: New version of Bob's C compiler Date: Thu, 25 Jul 2002 12:28:36 -0700 Sender: linux-8086-owner@vger.kernel.org Message-ID: <3D405164.8EA@havn.com> References: <1027584550.1589.13.camel@cool> Reply-To: blaz.antonic@havn.com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: ELKS As pointed out by Harry i managed to miss the CC field :) Here it goes again: > > Also, I'd like to rearrange the codebase such that all source files > > that contain assembler are under arch/* and source files without any > > assembler in them are NOT under arch/* but I'd want agreement with > > that idea before I started on it. > > I thing this should start after 0.2.0 because it will destabilise the > system a lot. I also have to note that a source file can be platoform > depentent even without containing assembler. ... as in /arch/i86/drivers/* at the moment. I don't think splitting those up would be a good idea. Linux has drivers in /drivers directory (not under arch) despite the fact that most of them are arch-specific but nevertheless it think ELKS' approach is better (more logical if you will). Blaz Antonic