comp.lang.ada
 help / color / mirror / Atom feed
* File System in ADA
@ 1996-04-05  0:00 Joon-Soo Park (SYST)
  1996-04-05  0:00 ` John Howard
  0 siblings, 1 reply; 3+ messages in thread
From: Joon-Soo Park (SYST) @ 1996-04-05  0:00 UTC (permalink / raw)


 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?

I will appreciate your help..
Thanks,




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: File System in ADA
  1996-04-05  0:00 File System in ADA Joon-Soo Park (SYST)
@ 1996-04-05  0:00 ` John Howard
  1996-04-05  0:00   ` Robert Dewar
  0 siblings, 1 reply; 3+ messages in thread
From: John Howard @ 1996-04-05  0:00 UTC (permalink / raw)


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 <jhoward@sky.net>               -- Team Ada  Team OS/2 --
------------------------------------------------------------------------




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: File System in ADA
  1996-04-05  0:00 ` John Howard
@ 1996-04-05  0:00   ` Robert Dewar
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Dewar @ 1996-04-05  0:00 UTC (permalink / raw)


John Howard said:

"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."

I expect this will be in the text book for his course, given that this
is clearly an assignment :-)





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1996-04-05  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-04-05  0:00 File System in ADA Joon-Soo Park (SYST)
1996-04-05  0:00 ` John Howard
1996-04-05  0:00   ` Robert Dewar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox