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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,216b18d81cce4f75 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-11 13:58:20 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!colt.net!easynet-quince!easynet-melon!easynet.net!btnet-feed5!btnet-peer0!btnet!news5-gui.server.ntli.net!ntli.net!news2-win.server.ntlworld.com.POSTED!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada References: <3B183CB8.3EE396E7@engineer.com> <_M3S6.8957$HL5.1284411@news6-win.server.ntlworld.com> <8DKS6.27593$%_1.4657414@news2-win.server.ntlworld.com> Subject: Re: Ada Microkernel? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: <0daV6.9332$6d5.1953313@news2-win.server.ntlworld.com> Date: Mon, 11 Jun 2001 21:54:15 +0100 NNTP-Posting-Host: 62.252.148.75 X-Complaints-To: abuse@ntlworld.com X-Trace: news2-win.server.ntlworld.com 992292796 62.252.148.75 (Mon, 11 Jun 2001 21:53:16 BST) NNTP-Posting-Date: Mon, 11 Jun 2001 21:53:16 BST Organization: ntlworld News Service Xref: archiver1.google.com comp.lang.ada:8573 Date: 2001-06-11T21:54:15+01:00 List-Id: > I downloaded the GNAT sources the other day and have just got around to looking > at them. One thing i'm unsure about the sources i downloaded is that i > downloaded from the nyu repository and there was no specific source distribution > or patches for 9x/nt, so i just downloaded gnat-3.13p-src.tgz, did i get the > right distribution? > > Looking at what i've got sitting on my HD, it doesn't look too difficult to > modify the sources to support blue screen of death exception reports as for OO > i'm just about to look at this and will get back to you. This is just a quicky update on what's been happening on GNAT running bare on a 386+ systems. Today was my one and only exam and i don't return to uni for ages yet (4 months or so) and i now have time to make the necessary modifications to GNAT (for windows, i'm not sure how this will go for other platforms, but since it's a patch to GNAT sources i don't envisage a problem). There are a few questions that would help me do this. The first is am i correct in assuming that GNAT for NT/9x generates output in the PE Windows format? If not which format does it use? I need to know this so i can test the compiler out by creating a bootloader for running the modified GNAT generated programs. I may convert these to simple com style format so bootloader is simple but this would be purely for testing and i will be working on (and looking for) ideas for what to do about this in the long term. Second, (again) did i get the correct distribution (it is detailed in the reply text above)? This is VERY IMPORTANT. Third, how much interest is there in this? I'm aware of one or two folk who seem to be attracted to the idea, and i'm looking to see what level of feedback i'll be getting from ppl, so the compiler can be fixed and suitable modified to get it into a working state. Feedback is essential for this. Regards, Chris Campbell