From owner-freebsd-small Thu Sep 17 02:54:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA08654 for freebsd-small-outgoing; Thu, 17 Sep 1998 02:54:56 -0700 (PDT) (envelope-from owner-freebsd-small@FreeBSD.ORG) Received: from korin.warman.org.pl (korin.nask.waw.pl [148.81.160.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA08537 for ; Thu, 17 Sep 1998 02:54:05 -0700 (PDT) (envelope-from abial@nask.pl) Received: from localhost (abial@localhost) by korin.warman.org.pl (8.9.1/8.8.5) with ESMTP id LAA01427; Thu, 17 Sep 1998 11:58:56 +0200 (CEST) X-Authentication-Warning: korin.warman.org.pl: abial owned process doing -bs Date: Thu, 17 Sep 1998 11:58:56 +0200 (CEST) From: Andrzej Bialecki X-Sender: abial@korin.warman.org.pl To: =?euc-kr?B?vNu6tMjG?= cc: freebsd-small@FreeBSD.ORG Subject: Re: two Question about Pico BSD In-Reply-To: <003201bde214$fe1934d0$69388680@coco7.kwangwoon.ac.kr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-2 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 17 Sep 1998, [euc-kr] ¼Ûº´ÈÆ wrote: > [Q 1]i can't edit ( ex : vi, vim...etc) INTO pico-bsd. > > why need edit? Because I wish some setting ( defaultrouter ,, dns ..) You can add some small editor (NOT vi, vim, etc - they are too big), e.g. ee (Easy Editor, src/usr.bin/ee), and it's available on the "dial" floppy. In order to add it to some other type of picobsd setup, you have to first remove something other - the floppy is too small... > [Q 2]my program (router program..) development INTO FreeBSD 2.2.7 > Can I this appication load into Pico-BSD 0.31 (i have PicoBSD 0.31 ) ? ... > Pls.. tell me the process for [bsd_app-to-picobsd_app] compile... Read the manpage of crunchgen - basically, you have to place it in directory called the same as the executable (e.g. ee/ for program 'ee'), then your Makefile must be a Bmake (Berkeley make) compatible, it has to define OBJS and it has to have a 'depend' target. Then, if your application meets these requirements, you simply add it to your crunch.conf file. Andrzej Bialecki -------------------- ++-------++ ------------------------------------- ||PicoBSD|| FreeBSD in your pocket? Go and see: Research & Academic |+-------+| "Small & Embedded FreeBSD" Network in Poland | |TT~~~| | http://www.freebsd.org/~picobsd/ -------------------- ~-+==---+-+ ------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message