From owner-freebsd-current Fri Jun 30 9:37:35 2000 Delivered-To: freebsd-current@freebsd.org Received: from limbo.dn.ua (kapa.aist.net [193.124.70.67]) by hub.freebsd.org (Postfix) with ESMTP id C4D6637B986 for ; Fri, 30 Jun 2000 09:36:38 -0700 (PDT) (envelope-from arcade@limbo.dn.ua) Received: (from arcade@localhost) by limbo.dn.ua (8.9.3/8.9.3) id SAA29701 for freebsd-current@freebsd.org; Fri, 30 Jun 2000 18:59:35 +0300 (EEST) (envelope-from arcade) Date: Fri, 30 Jun 2000 18:59:35 +0300 From: Volodymyr Kostyrko To: freebsd-current@freebsd.org Subject: On the modules Message-ID: <20000630185935.D669@limbo.dn.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I was compiling the modules I face the following situation. While its possible to compile kernel even with -O3 -pipe, the modules still copmpiled with -O -pipe. Where I can change this? The search in the /sys/compile returns nothing... Next. What would be with the modules in future? Something is not good in division for devices and modules. For example, MSDOSFS compiled as module makes it possible to forget about compiling it into kernel. On the other hand there are modules that must be present at the boot stage to load the system (or devices must be compiled in). May be it's possible to convert devices to modules? And then just load needable before running kernel? Or just make a option for linking the module into the kernel? -- [WBR], Arcade Zardos. [AIST] [SAT Astronomy//Think to survive!] [mp3.aist.net] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message