Files
Linux-Kernel-Programming_2E/questions/ch2_qs_assignments.txt
2023-07-07 10:30:32 +05:30

23 lines
985 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

As we conclude, here is a list of questions for you to test your knowledge
regarding this chapter's material. You will find answers to selected
questions here:
https://github.com/PacktPublishing/Linux-Kernel-Programming/tree/master/solutions_to_assgn
Chapter 2 : Questions and/or Assignments
1. (If you haven't already done so) follow this chapter's directions to do the
following:
a. Download the v5.4 Linux kernel source tree.
b. Extract it.
c. Configure the kernel (begin by using the localmodconfig approach,
then tweak as required).
d. Show the "delta" the differences between the old (or original) and the
new kernel config file (tip: use the diffconfig script to do so).
2. On the kernel code base, build support for both the ctags and cscope
code browsing tools; use them in an interactive fashion
(tip: using make help reveals the relevant targets for ctags/cscope.)
3. A bit more ambitious: clone Linus Torvalds's Git tree and configure it.