From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 19 09:57:11 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3513816A416 for ; Fri, 19 Jan 2007 09:57:11 +0000 (UTC) (envelope-from a.revolutionist@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.freebsd.org (Postfix) with ESMTP id E4D1A13C471 for ; Fri, 19 Jan 2007 09:57:10 +0000 (UTC) (envelope-from a.revolutionist@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so443186wxc for ; Fri, 19 Jan 2007 01:57:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=hTQr5WZmqVvuRfDTzh1mfG6sXaRD7ozTR2VxcqjaRPP8fNWV3M5tXUlhccrzYiMQjhfbNsd0hJvJPXqlUjtS6XaMooy8jscuAkigKwEbAligUDQFAF91jbgR3GPEmUCXUUml7r0MGEmQHI4KLzzgq0GdSnNj6l/n8zEVpZFFZLU= Received: by 10.70.38.9 with SMTP id l9mr1876269wxl.1169198953831; Fri, 19 Jan 2007 01:29:13 -0800 (PST) Received: from c-67-189-227-94.hsd1.ma.comcast.net ( [67.189.227.94]) by mx.google.com with ESMTP id 3sm3250515wrh.2007.01.19.01.29.12; Fri, 19 Jan 2007 01:29:12 -0800 (PST) From: aRevolutionist To: freebsd-hackers@freebsd.org Content-Type: text/plain Date: Fri, 19 Jan 2007 04:28:14 -0500 Message-Id: <1169198894.6838.6.camel@aRevolutionist> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-27.rhel4.6.XOS.1) Content-Transfer-Encoding: 7bit Subject: Advice for Stripping the Kernel X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jan 2007 09:57:11 -0000 I am about to almost completely strip FreeBSD's kernel. The kernel shall be stripped of sockets, drivers, memory management, and alot more. Basically, what I shall be left with is a kernel with a few system calls, only paging for memory management, support for only one file system and a few other things. What advice does anyone have to give me before I begin? Also, what section of the kernel is recommended to begin the stripping?