From owner-freebsd-questions@FreeBSD.ORG Wed Jun 11 13:33:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BC42106566B for ; Wed, 11 Jun 2008 13:33:45 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id D65BD8FC18 for ; Wed, 11 Jun 2008 13:33:43 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m5BDXenA023483; Wed, 11 Jun 2008 15:33:40 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m5BDXchB023468; Wed, 11 Jun 2008 15:33:39 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 11 Jun 2008 15:33:38 +0200 (CEST) From: Wojciech Puchar To: Manolis Kiagias In-Reply-To: <484FB168.1070900@otenet.gr> Message-ID: <20080611150528.D18715@wojtek.tensor.gdynia.pl> References: <484FA0BF.9000402@wlansystems.com> <484FB168.1070900@otenet.gr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Heikki Suonsivu , freebsd-questions@freebsd.org Subject: Re: FreeBSD-like linux distro? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2008 13:33:45 -0000 > http://lists.freebsd.org/pipermail/freebsd-doc/2006-August/011029.html now i made my tests with FreeBSD 7. no installer, my semi-custom kernel i use everywhere on x86 (everything moduled, all needed things in loader.conf). i used qemu results: 16MB RAM - boots without problems, no swapping at all 12MB - boots without problems, little bit swapping 10MB - boots without problems, more swapping, hanged after booting multiuser, before displaying login. probably out of kernel memory for consoles 10MB again - after turning of all consoles but the first, boots fine, somehow usable, but for routers should be OK. then i made REALLY custom kernel. minimal but enough for a router. was able to get down to 9MB. so - on 12MB 486DX, FreeBSD 7 is useful system for routing, firewalling, small nameserver, general control etc. with 16MB - swap is barely touched. 486DX machines with 8-16MB RAM and small (like 100-500MB) disks are for free here, ISA network cards too. good to know they can run newest FreeBSD release!