Operating Systems 2015F: Tutorial 9

From Soma-notes
Jump to navigation Jump to search

You should spend this tutorial time working on your project. If you feel lost at this point, please talk to a TA or the instructor as soon as possible!

If you are trying to figure out how the piece of the kernel you are looking at fits in with the rest of the kernel, you may want to check out this interactive map of the Linux kernel source. The links in the image perform searches for identifiers in the latest version of the linux kernel on the linux cross reference website.

Don't spend too much time staring at this map, however, as it may confuse you more than help you. However, do note that most of what we have done in this class has been towards the top of this diagram. Why do you think this is? We will discuss this in the next lecture.