From owner-freebsd-questions Wed Sep 2 05:39:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA10185 for freebsd-questions-outgoing; Wed, 2 Sep 1998 05:39:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tt01.tech-trans.com ([202.135.11.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA10179 for ; Wed, 2 Sep 1998 05:39:30 -0700 (PDT) (envelope-from peter@sweda.com.hk) Received: from sweda.com.hk ([172.16.132.33]) by tt01.tech-trans.com (Netscape Messaging Server 3.5) with ESMTP id AAA1E54; Wed, 2 Sep 1998 20:30:46 +0800 Message-ID: <35ED4816.2E20E416@sweda.com.hk> Date: Wed, 02 Sep 1998 21:28:54 +0800 From: "Peter Kok" X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd , peter kok Subject: kernel and print Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello >From the handbook, it shows First, let us take a quick tour of the kernel build directory. All directories mentioned will be relative to the main /usr/src/sys directory, which is also accessible through /sys. There are a number of subdirectories here representing different parts of the kernel, but the most important, for our purposes, are i386/conf, where you will edit your custom kernel configuration, and compile, which is the staging area where your kernel will be built. Notice the logical organization of the directory tree, with each supported device, filesystem, and option in its own subdirectory. Also, anything inside the i386 directory deals with PC hardware only, while everything outside the i386 directory is common to all platforms which FreeBSD could potentially be ported to. I couldn't reach that directory --> /usr/src/sys because i only have /usr/src and have nothing under src directory! Where is the configuration file? Regarding to print, i don't know why it works. i followed the instruction from handbooks But i could do the configuration part! but it works now. i only typed lp file name --> it works but someone told me using lpd, it didn't work! why? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message