From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ed7c87f55ef3e9e8,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-22 06:32:01 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!proxad.net!usenet-fr.net!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: sk Newsgroups: comp.lang.ada Subject: GLADE, Linux Kernel Modules etc, Date: Thu, 22 Jan 2004 08:04:28 -0600 Organization: Cuivre, Argent, Or Message-ID: NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1074780203 22648 80.67.180.195 (22 Jan 2004 14:03:23 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Thu, 22 Jan 2004 14:03:23 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020828 X-Accept-Language: en-us, en X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.3 Precedence: list List-Id: Gateway to the comp.lang.ada Usenet newsgroup List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:4649 Date: 2004-01-22T08:04:28-06:00 Hi, I have been playing with Linux kernel modules and GNAT 3.15p. I have acheived (as in loading a GNAT built lkm and have it say "Hi") in two ways: 1) With a C wrapper to call the Ada written module init and cleanup 2) Totally native Ada init and cleanup (and a cocktail of pragma's and command-line arguments). Does anyone in cla world have experience with GNAT and LKM's and have some insights they would care to share ? I have just downloaded the GNAT GLADE packages and started reading the documents, so far GLADE doesn't seem to be where I need to go. However, is GLADE a cleaner Ada solution which retains Ada integrity (by not using "pragma No_Run_Time" etc) ? More relevently, is GLADE a solution to what I am trying to do ? -- ------------------------------------------------- -- Merge vertically for real address -- -- s n p @ t . o -- k i e k c c m -------------------------------------------------