Operating Systems 2015F Lecture 7: Difference between revisions
Line 8: | Line 8: | ||
* [http://lxr.free-electrons.com/source/kernel/sys.c?v=3.19#L822 getpid system call implementation] | * [http://lxr.free-electrons.com/source/kernel/sys.c?v=3.19#L822 getpid system call implementation] | ||
* [http://lxr.free-electrons.com/source/include/linux/sched.h?v=3. | * [http://lxr.free-electrons.com/source/include/linux/sched.h?v=3.19#L1274 struct task_struct] | ||
* [http://lxr.free-electrons.com/source/fs/read_write.c?v=3. | * [http://lxr.free-electrons.com/source/fs/read_write.c?v=3.19#L375 do_sync_read()] | ||
* [http://lxr.free-electrons.com/source/include/linux/fs.h?v=3. | * [http://lxr.free-electrons.com/source/include/linux/fs.h?v=3.19#L1507 struct file_operations] |
Revision as of 19:53, 30 September 2015
Video
The video from the lecture given on September 30, 2015 is now available.
Notes
During the lecture we looked a lot at the The Linux kernel cross reference, http://lxr.free-electrons.com/ . Here are some of the pages that we looked at: