From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=1.0 required=3.0 tests=BAYES_20,FORGED_GMAIL_RCVD, FREEMAIL_FROM,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Rod Kay Newsgroups: comp.lang.ada Subject: Ann: 'laceOS' ~ An operating system tailored for Ada development. Date: Sat, 17 Dec 2022 17:23:24 +1100 Organization: A noiseless patient Spider Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sat, 17 Dec 2022 06:23:22 -0000 (UTC) Injection-Info: reader01.eternal-september.org; posting-host="51082e8246767e2735195f8d9d5437d1"; logging-data="3796856"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19EGpJMMZ3wpXAw7GbLZkhpUOWlivdQrr4=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Cancel-Lock: sha1:0hEENDUZQyhE2gwPkJSSZOPkSpg= Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:64710 List-Id: Hello all. After spending many years installing various operating systems and setting them up for Ada development, I thought I'd try to make a simple OS installer which contains all the configuration and packages I usually use. I thought this might be useful to others, perhaps lecturers/students, hobbyists, newcomers to Ada or anyone wanting to experiment with the latest Ada features. The installer is very simple, asking a few questions (several with defaults) and takes about 10 minutes to do the installation. Here is the Github link for anyone interested ... https://github.com/charlie5/laceOS Feedback/critique/suggestions most welcome. Regards. P.S. The installer is written in Ada. :)