Re: Documentation

From: Doug White (dwhite_at_gumbysoft.com)
Date: 08/29/04

  • Next message: Sam: "splxxx level?"
    Date: Sun, 29 Aug 2004 14:08:11 -0700 (PDT)
    To: necro <necro@digital-security.org>
    
    

    On Sat, 28 Aug 2004, necro wrote:

    > I was looking around for some type of resource that goes through /sys/kern
    > and explains what each *.c file there is, lists functions in them, goes
    > through the functions and explains what the function does / how it does it
    > and may be lists where these functions are called and for what purpose.
    >
    > Is there such a beast? If not, would it help if I tried to write it?
    > And how fast would it get obsolete? :)

    I strongly suggest you run, not walk, to your favorite bookseller and buy
    "The Design & Implementation of the FreeBSD Operating System." It works at
    a higher level than individual functions and lines of code, but gives
    fantastic insight into, suprisingly, design and implementation concerns in
    the current kernel. Pretty much required bookshelf material for any
    aspiring kernel hacker.

    That being said -- if you can write such detailed documentation, then you
    probably deserve a case of beer and a commit bit since you'll know more
    about the system than most people :)

    -- 
    Doug White                    |  FreeBSD: The Power to Serve
    dwhite@gumbysoft.com          |  www.FreeBSD.org
    _______________________________________________
    freebsd-arch@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-arch
    To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
    

  • Next message: Sam: "splxxx level?"

    Relevant Pages

    • Re: Why return None?
      ... > That extend doesn't work for strings and tupples is irrelevant. ... If lists were being designed from scratch today, ... A "greenfield design", an entirely new language designed from scratch, ...
      (comp.lang.python)
    • Re: When to use sub-values
      ... big objection was simply that it was aesthetically rude. ... The line item elements could be viewed as sub-values logically (eg the ... So, design with "line items" yes, with atomic attributes, no, not ... as Lists of Lists is to me the central strength (along with ...
      (comp.databases.pick)
    • Re: How did you complete this?
      ... grasp of the fundamentals of dbase design to ultimately save time by getting ... sightings and the various lists, and that as you say will warrant some ... the facility to record lists of species seen. ...
      (microsoft.public.access.formscoding)
    • Re: Abbreviation List Tables Design, aka OTLT
      ... access system control items. ... It is almost always dismissed as a terrible design by ... > Then code lists for everything with a "reasonable number of entries," ... > such as status codes, marital status, state codes, etc can all be in ...
      (comp.databases.pick)
    • Re: Design help needed (model view controller)
      ... like to find a better approach and start over with a good design. ... So I figure that I can add appropriate methods to GraphicObject ... duplicating my effort or I can see these lists possibly getting out of ... rendering is chosen and applied from outside the ...
      (comp.object)