Slashdot Mirror


User: Kindjal

Kindjal's activity in the archive.

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

Comments · 2

  1. If you were to be a teacher on Interview: Ask Alan Cox · · Score: 5

    Alan,

    I am very interested in kernel development and writing device drivers. I'm reasonably well versed in C, and I own the "Writing Linux Device Drivers" book, but even still I find learning these things daunting. Could you delineate a strategy by which one could get started in kernel development? If you could make a list, step 1 through step n, of "Things to do to be able to join in developing the Linux kernel", what would it be?

    A learning strategy would be helpful. For example: how do you test a device driver? Where do you start? How do you get the design specs for hardware memory registers? etc.

    Thanks

  2. Re:libstdc++ ?? on On Red Hat Bashing... · · Score: 1

    So why don't you go get the source rpm and recompile it for whatever version you're running?

    People seem to think that using RPM means you can't recompile from source. This is incorrect. Just get netscape-x.x.x-src.rpm and rebuild it:

    rpm --rebuild netscape-x.x.x-src.rpm

    This will give you the binary rpm that you can install on your system, compiled with your dependencies.