On Thu, Jan 17, 2002 at 02:15:32PM -0800, Gareth Hughes wrote:
> To continue the comparisons with the kernel, how much documentation
> do you think there is on the bleeding-edge work being done by the 
> core developers?  Is there a "How To Hack On The New 2.4.10 VM"
> document anywhere?  Or "Ten Easy Steps For Writing Your Own
> Kernel-Based HTTP Server"?  "DaveM's Guide To The TCP/IP Stack"?

True. Though with the source and clever questions you can pick
up these things with a bit of determination and effort.

Personally I think the biggest stumbling block to working on dri is
lack of specs for the hardware. The /usr/src/linux/drivers... will be
similar for lots of hardware too (or even absent from that directory for
that reason)

As was said, it's very like porting linux, especially in the sense that
what you write is the x86-ness or the m68k ness, not
the http or tcp/ip stack (well, obviously there are issues and I've
oversimplified, but the essence is the hardware and the more that a
modern graphics card does, the more that the key thing to functionality
and performance is programming that hardware) 

-- 
Michael.

_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to