From mint-bounce@lists.fishpool.fi Sun Dec 13 06:19:43 2009 Message-ID: <4B24CD50.7070908@freesbee.fr> Date: Sun, 13 Dec 2009 12:17:36 +0100 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] [MiNT]patches, was: Mintlib: Bindings for EsetShift() and VsetMask() References: <0944D844-C44A-41C0-9835-EE146E4BEF16@gmail.com> <11a6f2b10912121057j23eb7d03jd0a20f8d8d21e419@mail.gmail.com> <9FE28962-9732-4837-9D82-A017D5C5DCEE@gmail.com> <4B2400DC.6010809@freesbee.fr> <4B240DC3.1060705@freesbee.fr> <1260663257.20336.1248.camel@jetpack.demon.co.uk> <4B24BDDE.5050101@freesbee.fr> <4B24C8D0.3000606@freesbee.fr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Antivirus: avast! (VPS 091212-1, 12/12/2009), Outbound message X-Antivirus-Status: Clean X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id nBDBJh2K002033 Helmut Karlowski wrote: > A km cannot be loaded more than once atm (not shared). I would prefer to > prevent it from being loaded more than once, because there is no > implementation for loading kms like shared libs or so I think. First, keep in mind I don't know much about FreMiNT and its km. "loaded more than once" and "shared" are opposite things. If I'm not wrong, Linux does not allow to load a module more than once. But when it is in memory, it can be used by several process, like a shared library. In FreeMiNT, ext2, ethernet, and even xaaes are shared and used by all the process, am I wrong ? -- Vincent Rivière