Slashdot Mirror


User: The_Blind_Priest

The_Blind_Priest's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Network Functionality Embedded in Kernel? on Haiku OS Resurrects BeOS as Open Source · · Score: 3, Informative

    Just for trivia.

    The BeOS network "stack" was at one point modular and outside the kernel. In doing so the performance was not acceptable so it was folded in to the kernel. Someone else will have to chime in with what release this happened.

  2. Re:BeFS - further BeFS reading on 'Storage' to Replace Traditional Filesystems? · · Score: 2, Informative

    If anyone would like a nice read on filesystem implementation and/or Dominic's approach to the fs redesign, check out:

    Practical File System Design with the Be File System
    by Dominic Giampaolo, Be Inc, Dimonic Giampaolo

    1. Nice overview of various filesystem's in use.
    2. Quick and to the point.
    3. Enough detail to go about rolling one up yourself.
    4. Being written by Dominic it provides nice BeFS insights.