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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,216b18d81cce4f75 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-28 01:33:10 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!opentransit.net!wanadoo.fr!not-for-mail From: "Fr�d�ric BOYER" Newsgroups: comp.lang.ada Subject: Re: Ada Microkernel? Date: Thu, 28 Jun 2001 10:30:28 +0200 Organization: Wanadoo, l'internet avec France Telecom Message-ID: <9heq45$j9f$1@wanadoo.fr> References: <3B183CB8.3EE396E7@engineer.com><_M3S6.8957$HL5.1284411@news6-win.server.ntlworld.com><8DKS6.27593$%_1.4657414@news2-win.server.ntlworld.com><0daV6.9332$6d5.1953313@news2-win.server.ntlworld.com> <3B34AE89.FFBE39EF@ebox.tninet.se> NNTP-Posting-Host: mix-st-germain-104-3-20.abo.wanadoo.fr X-Trace: wanadoo.fr 993717189 19759 193.248.164.20 (28 Jun 2001 08:33:09 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 28 Jun 2001 08:33:09 GMT X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:9184 Date: 2001-06-28T08:33:09+00:00 List-Id: Hello, With some friends in France, we'd like to write our own micro kernel. The project has just started (6 month). The main goal is to provide a micro kernel like Mach or L4. After, it could be possible to write servers to make a more complete O.S. but at this time, it's not the subject. For the moment we try to status which microkernel model we gonna to take : Mach ou make a L4 clone in Ada .. Opinions ? bye Frederic. "Stefan Skoglund" a �crit dans le message news: 3B34AE89.FFBE39EF@ebox.tninet.se... > "chris.danx" wrote: > > > > i can test the compiler out by creating a bootloader for running the > > modified > > > > GNAT generated programs. > > > > > > If your goal is to write an OS, why start at the lowest level? Why not > > > write an OS that runs *under* some existing OS (Linux or NT, for > > > example), and worry about boot loading and such low-level junk later? > > Pls people if you need a bootloader take a look at GRUB > before you do anything else !!