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-Thread: a07f3367d7,dea2d62ab1462538 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news4.google.com!fu-berlin.de!news.albasani.net!not-for-mail From: Leslie Newsgroups: comp.lang.ada Subject: Re: Writing an Operating System in Ada - now off topic? Date: Tue, 19 Jan 2010 11:41:47 -0600 Organization: albasani.net Message-ID: References: <8e9bc311-7540-40a1-b19e-49e93648c25c@s31g2000yqs.googlegroups.com> <9oyblld05omh$.1dzhmyoseeb7x$.dlg@40tude.net> <414945fd-8ed5-4f42-a237-0685602332b3@f5g2000yqh.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.albasani.net ZJDXysXtff5FAZX+9Rb7r5yrrGkX6bHr0btzDTnF63mkXVs+UWX62b6+V3NAz//dKMBUkokV/eTaeZSDYYqPZqczTNcoh3uu+Uy/O/fpB8xMr6l/YvS5179nv0lA18fk X-Complaints-To: abuse@albasani.net NNTP-Posting-Date: Tue, 19 Jan 2010 17:40:19 +0000 (UTC) X-User-ID: qI9wixuipiHHbdque+4qo3tRkKlVGdw6E7webe9ZTWJ6QypltBblX01I7q8DvF5+9uKOvRcnqrABeO82I3VnJQ== Cancel-Lock: sha1:D2RRsteLz8ERQ8aYG7GGLzfSZco= User-Agent: KNode/0.10.9 X-NNTP-Posting-Host: gvjmBtIRzVRnzBEu6D9AVIKnr31o5ZitCf33tDi0fY8= Xref: g2news1.google.com comp.lang.ada:8794 Date: 2010-01-19T11:41:47-06:00 List-Id: Maciej Sobczak wrote: > On 12 Sty, 20:56, "Dmitry A. Kazakov" > wrote: > >> There should be no file system at all. If you have objects, I >> mean if you do have them consistently all the way, then you do >> not need files. Make objects persistent in the corresponding >> device, that gives you all functionality of any file. No I/O >> is ever needed. Map the object into the memory, call its >> operations, what else any program would have to do? > > Interact with other systems? You know, you might want to > sometimes move your "persistent objects" to another machine. > > Did I mention that you might want to move you whole hard drive > to another machine as well? :-) > > There is a reason why none of the > pure-OO-OS-let's-do-it-correctly ever really took off. > >> The problem is that we followed the wrong path for too long. > > There is nothing wrong with that path, as it happens to be very > pragmatic. > > -- > Maciej Sobczak * www.msobczak.com * www.inspirel.com > > Database Access Library for Ada: www.inspirel.com/soci-ada I think it's time to rename this thread. :-) Leslie