From owner-freebsd-small@FreeBSD.ORG Fri Jul 8 04:22:44 2005 Return-Path: X-Original-To: freebsd-small@freebsd.org Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C653116A41C for ; Fri, 8 Jul 2005 04:22:44 +0000 (GMT) (envelope-from brucem@mail.cruzio.com) Received: from cruzio.com (dsl3-63-249-85-132.cruzio.com [63.249.85.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B24443D46 for ; Fri, 8 Jul 2005 04:22:44 +0000 (GMT) (envelope-from brucem@mail.cruzio.com) Received: from mail.cruzio.com (localhost [127.0.0.1]) by cruzio.com (8.12.10/8.12.10) with ESMTP id j683P7dk000276; Thu, 7 Jul 2005 20:25:07 -0700 (PDT) (envelope-from brucem@mail.cruzio.com) Received: (from brucem@localhost) by mail.cruzio.com (8.12.10/8.12.10/Submit) id j683P7Xs000275; Thu, 7 Jul 2005 20:25:07 -0700 (PDT) (envelope-from brucem) Date: Thu, 7 Jul 2005 20:25:07 -0700 (PDT) From: "Bruce R. Montague" Message-Id: <200507080325.j683P7Xs000275@mail.cruzio.com> To: vivek.ayer@gmail.com Cc: freebsd-small@freebsd.org Subject: Re: Building an authentication server with PicoBSD X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2005 04:22:44 -0000 Hi, re: > Building an authentication server with PicoBSD on an old floppy-based machine... "man picobsd" on freebsd is the best doc (available also at the freebsd.org website)... It's a bit dated now (I think it was last updated in FreeBSD 4.3 and 4.4 days), but you might find the following picobsd doc useful: http://alumni.cse.ucsc.edu/~brucem/pico_notes.htm http://www.cse.ucsc.edu/~brucem/pico_notes.htm More modern versions of FreeBSD are larger and harder to fit on a floppy; interesting things can be done, however... on an small old machine you might even find running an older version of FreeBSD worthwhile. - bruce