News Archive (1999-2012) | 2013-current at LinuxGizmos | Current Tech News Portal |    About   

The kernel hacker’s guide to source code control [Linux Journal]

Aug 21, 2002 — by LinuxDevices Staff — from the LinuxDevices Archive — views

Writing at Linux Journal, Greg Kroah-Hartman gives a tutorial on kernel development using 'patch' and 'diff' . . .

“Many issues involved with Linux kernel development are different from traditional software development processes. When working on a portion of the kernel (or a specific driver), you need to 1) stay aware of changes that are happening to other portions of the kernel with which you interact, 2) constantly apply your changes to the moving target of a fast-based kernel development release schedule, 3) resolve any merge conflicts between changes you have made and changes made by other people and 4) be able to export your changes in a format others can use easily . . . “

Read full story

 
This article was originally published on LinuxDevices.com and has been donated to the open source community by QuinStreet Inc. Please visit LinuxToday.com for up-to-date news and articles about Linux and open source.



Comments are closed.