From: "Gwendoline GOETZ" Newsgroups: comp.os.msdos.djgpp Subject: Re: **MAKING OS** Date: Sat, 24 Jul 1999 07:42:11 +0200 Organization: Wanadoo, l'internet avec France Telecom Lines: 13 Message-ID: <7ni1ug$n6k$1@wanadoo.fr> References: <7mt7ta$52f$1 AT ionews DOT ionet DOT net> <7n2cia$jjr$1 AT prometheus DOT acsu DOT buffalo DOT edu> NNTP-Posting-Host: tntmars18-25.abo.wanadoo.fr X-Trace: wanadoo.fr 933006096 23764 164.138.98.25 (26 Jul 1999 16:21:36 GMT) X-Complaints-To: abuse AT wanadoo DOT fr NNTP-Posting-Date: 26 Jul 1999 16:21:36 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Here to add some words about building an OS. I already worked hard in the past few years on making an OS (or better is to say as a port of the Amiga OS in C++ on multiple platform). I do a port of the exec.library which is the core of the operating system in djgpp. This library can be define as a Preemtive Real Time Kernel, but this library alone don't make a whoole operating system (because there are no driver for I/O devices and no DOS - disk operating system) which exists in Amiga OS but not in my port. I'm very close to set my work public (I update the documentation and the portability information). And, I check out the work done by AROS team which is another project of porting Amiga OS.