From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 19 12:12:30 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 14D2916A417 for ; Fri, 19 Jan 2007 12:12:30 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id A181513C45A for ; Fri, 19 Jan 2007 12:12:29 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so407899uge for ; Fri, 19 Jan 2007 04:12:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Gr3YlUSMCRdr1Ki3j/+CfchnrOFrjrOsshj4btfxBjst8h9QOrbRiFSy/2eGY9+WUNJqftwlEVSm+l0X9FPGKWmR7Zr0vld7I1GPsUFoqpJUZt05y8ni3mMMSIqCPu+aAdVjRvztw4N3Js5eiIFdZnH8mxjiooAgWVDekRzFbCI= Received: by 10.78.171.13 with SMTP id t13mr163005hue.1169203853968; Fri, 19 Jan 2007 02:50:53 -0800 (PST) Received: by 10.78.164.20 with HTTP; Fri, 19 Jan 2007 02:50:52 -0800 (PST) Message-ID: Date: Fri, 19 Jan 2007 13:50:52 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: aRevolutionist In-Reply-To: <1169198894.6838.6.camel@aRevolutionist> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1169198894.6838.6.camel@aRevolutionist> X-Google-Sender-Auth: 4d5f414848b40c9e Cc: freebsd-hackers@freebsd.org Subject: Re: 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 12:12:30 -0000 On 1/19/07, aRevolutionist wrote: > 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? You're not the first to venture on this path. Please google for nanobsd, minibsd, picobsd, freesbie, monowall, and other more creative strings such as "freebsd on a floppy" or "freebsd kernel stripped down to 1kb" ;-) Good luck!