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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5e9d3beb4a866f13 X-Google-Attributes: gid103376,public From: John Howard Subject: Re: File System in ADA Date: 1996/04/05 Message-ID: #1/1 X-Deja-AN: 145982823 references: <4k3gaa$2v6@portal.gmu.edu> content-type: TEXT/PLAIN; charset=US-ASCII organization: SkyNET Corporation mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-04-05T00:00:00+00:00 List-Id: On 5 Apr 1996, Joon-Soo Park wrote: > I want to build a file system written in ADA. > It has copy, delete, move, create directory or files, control error > functions. Do you have any useful informatin for this file system? "Ada", not ADA. Look for B-tree topic in a college-level data structures book. A B-tree can provide a file system that's more robust than one based upon a doubly-linked list. ------------------------------------------------------------------------ -- John Howard -- Team Ada Team OS/2 -- ------------------------------------------------------------------------