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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7d2a1bc8d768974f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.vmunix.org!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: Gnat and priority level Date: Tue, 19 Oct 2004 11:57:05 +0200 Organization: AdaCL Message-ID: <1475730.Ib5tH2bgKP@linux1.krischik.com> References: <1098176457.332197.157030@z14g2000cwz.googlegroups.com> Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1098190824 00 26374 YB4qX6hr3SwyM2L 041019 13:00:24 X-Complaints-To: usenet-abuse@t-online.de X-ID: SPsQ-sZSYev60YkrpEE9TFuvyyMD4wgF4OKciShperqk-9htaiMG6X User-Agent: KNode/0.8.0 Xref: g2news1.google.com comp.lang.ada:5450 Date: 2004-10-19T11:57:05+02:00 List-Id: mferracini wrote: > Hi, i'm new on ada and i have many problem... :) > > i need an info: > Ada.Text_Io.Put(Item => Integer'image(System.Priority'Last)); > and gnat on windows2000 replay "30" > > but i need more level of priority (255): how i can do?(if i can, of > course) You can't do more the the OS or tasking layer got to offer. The only option left it to map the 255 levels you want to use to the 32 (0..31, 31= Interrupt) available. With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com