www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <4cee11bc0807091952y28e65affvce86766544611e55@mail.gmail.com> |
Date: | Wed, 9 Jul 2008 19:52:16 -0700 |
From: | "Sam Hanes" <elemecca AT gmail DOT com> |
To: | "Cygwin General List" <cygwin AT cygwin DOT com> |
Subject: | Re: use 'insmod' inside cygwin |
In-Reply-To: | <18374837.post@talk.nabble.com> |
MIME-Version: | 1.0 |
References: | <18374837 DOT post AT talk DOT nabble DOT com> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
rike_lin wrote: > > I'm a new member for cygwin. As I known, the cygwin is a unix-like shell > environment for the windows platform. It might not include the function > 'insmod'. Is it correct? Or, is it possible to use 'insmod' inside cygwin > and how to do it? > `insmod` is the POSIX command to load a kernel module into the running kernel. Cygwin is just a POSIX emulation layer on top of Windows, and thus doesn't have a kernel. You can't load modules into a non-extant kernel, so there's no reason to include `insmod`. What are you trying to do that needs `insmod`? The only reason I can think of that you'd need to load modules is for device drivers, and Cygwin doesn't deal directly with hardware. If you want to access your hardware from Cygwin, make sure it works on Windows. Cygwin can't do antyhing Windows can't. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |