From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 28 Jan 2003 09:56:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 28 Jan 2003 09:56:59 -0500 Received: from [81.2.122.30] ([81.2.122.30]:31749 "EHLO darkstar.example.net") by vger.kernel.org with ESMTP id ; Tue, 28 Jan 2003 09:56:57 -0500 From: John Bradford Message-Id: <200301281506.h0SF6tRl001330@darkstar.example.net> Subject: Re: Bootscreen To: josh@stack.nl (Jos Hulzink) Date: Tue, 28 Jan 2003 15:06:55 +0000 (GMT) Cc: wichert@wiggy.net, linux-kernel@vger.kernel.org In-Reply-To: <20030128153533.X28781-100000@snail.stack.nl> from "Jos Hulzink" at Jan 28, 2003 03:45:45 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > Oh, and using modules is a (minor) security issue. I have all my drivers > compiled in the kernel. I like it and it is secure. You can patch code in to a running kernel without module support. John