Skip to content

Udemy - Learn Linux Kernel Programming

Unverified source. This magnet is from an unverified source. The content may be unsafe or mislabeled. Proceed with caution.
Title: UdemyGroup: NOGRPSource: Udemy
Info Hash
204F99F4CFFF02896197B08CE1CFB134BB6A4071
Source
Unverified
Total Size
2.99 GB
Total Files
100
Seeders
1
Leechers
0
Health
1.00
Score
2
Type
Bookware

File List

FileSize
1. Introduction/1. What is Device Driver.mp410.82 MB
1. Introduction/2. What is Kernel Module.mp423.51 MB
1. Introduction/3. Device Drivers vs Kernel Modules.mp460.15 MB
1. Introduction/4. Types of Kernel Modules.mp46.45 MB
1. Introduction/5. Basic Commands.mp430.39 MB
1. Introduction/6. Hello World Kernel Module.mp4175.22 MB
1. Introduction/7. Printf vs Printk.mp416.05 MB
1. Introduction/8. Simplified Makefile.mp421.69 MB
1. Introduction/9. What happens when run insmod.mp427.86 MB
1. Introduction/10. What happens if we return -1 from Kernel Module Init function.mp411.87 MB
1. Introduction/11. Give another name to Kernel Module.mp433.21 MB
1. Introduction/12. Kernel Module Span across Multiple C Files.mp423.45 MB
1. Introduction/13. Two Kernel Modules from Single Makefile.mp418.56 MB
1. Introduction/14. Dmesg in deep.mp474.66 MB
1. Introduction/15. Dmesg follow option.mp416.93 MB
1. Introduction/16. Linux Kernel Module example with module_init only.mp423.64 MB
1. Introduction/17. Linux Kernel Module example with module_exit only.mp421.37 MB
1. Introduction/18. Two Line Linux Kernel Module.mp413.45 MB
1. Introduction/19. Cross Compilation.mp488.8 MB
1. Introduction/20. Resources.html88 B
1. Introduction/21. Introduction Quiz.html141 B
1. Introduction/day1/0_what_is_device_driver.txt820 B
1. Introduction/day1/1_what_is_kernel_module.txt2.24 KB
1. Introduction/day1/2_types_of_modules.txt362 B
1. Introduction/day1/3_basic_commands.txt196 B
1. Introduction/day1/examples/1_hello/compiling_module.txt646 B
1. Introduction/day1/examples/1_hello/hello.c323 B
1. Introduction/day1/examples/1_hello/Makefile17 B
1. Introduction/day1/examples/1_hello/notes.txt1.1 KB
1. Introduction/day1/examples/1_hello/printf_vs_printk.txt548 B
1. Introduction/day1/examples/2_hello_makefile/hello.c348 B
1. Introduction/day1/examples/2_hello_makefile/Makefile147 B
1. Introduction/day1/examples/2_hello_makefile/notes.txt1.51 KB
1. Introduction/day1/examples/3_hello/hello.c349 B
1. Introduction/day1/examples/3_hello/Makefile147 B
1. Introduction/day1/examples/4_hello/challenge.txt103 B
1. Introduction/day1/examples/4_hello/hello.c323 B
1. Introduction/day1/examples/4_hello/Makefile169 B
1. Introduction/day1/examples/4_hello/Makefile_old147 B
1. Introduction/day1/examples/5_hello/func.c81 B
1. Introduction/day1/examples/5_hello/hello.c377 B
1. Introduction/day1/examples/5_hello/Makefile179 B
1. Introduction/day1/examples/5_hello/Makefile_answer176 B
1. Introduction/day1/examples/6_hello/hello1.c352 B
1. Introduction/day1/examples/6_hello/hello2.c352 B
1. Introduction/day1/examples/6_hello/Makefile166 B
1. Introduction/day1/examples/7_dmesg/notes.txt1.28 KB
1. Introduction/day2/journey_to_ko.txt1.14 KB
1. Introduction/day2/1_modprobe_vs_insmod/commands.txt1.47 KB
1. Introduction/day2/2_internal_module_init_exit/alias_variable.c167 B
1. Introduction/day2/2_internal_module_init_exit/alias.c262 B
1. Introduction/day2/2_internal_module_init_exit/alias.txt107 B
1. Introduction/day2/2_internal_module_init_exit/Makefile165 B
1. Introduction/day2/2_internal_module_init_exit/module_init_exit.c243 B
1. Introduction/day2/2_internal_module_init_exit/prenotes.txt1.36 KB
1. Introduction/day2/3_passing_parameters/arguments.c736 B
1. Introduction/day2/3_passing_parameters/Makefile158 B
1. Introduction/day2/3_passing_parameters/postnotes.txt1.17 KB
1. Introduction/day2/3_passing_parameters/prenotes.txt1.07 KB
1. Introduction/day2/3_passing_parameters/string_postnotes.txt218 B
1. Introduction/day2/3_passing_parameters/string_prenotes.txt135 B
1. Introduction/day2/4_passing_array/Makefile164 B
1. Introduction/day2/4_passing_array/parameter_array.c640 B
1. Introduction/day2/4_passing_array/prenotes.txt548 B
1. Introduction/day2/5_linux_symbol_table/Makefile162 B
1. Introduction/day2/5_linux_symbol_table/postnotes.txt110 B
1. Introduction/day2/5_linux_symbol_table/prenotes.txt1.8 KB
1. Introduction/day2/5_linux_symbol_table/symbol_export.c480 B
1. Introduction/day2/6_module_stacking/Makefile175 B
1. Introduction/day2/6_module_stacking/module1.c443 B
1. Introduction/day2/6_module_stacking/module2.c382 B
1. Introduction/day2/6_module_stacking/postnotes.txt403 B
1. Introduction/day2/6_module_stacking/prenotes.txt648 B
1. Introduction/day2/7_exporting_variable/Makefile181 B
1. Introduction/day2/7_exporting_variable/symbol_export.c483 B
1. Introduction/day2/7_exporting_variable/symbol_test.h144 B
1. Introduction/day2/7_exporting_variable/symbol1.c408 B
1. Introduction/day2/8_vermagic/Makefile171 B
1. Introduction/day2/8_vermagic/notes.txt594 B
1. Introduction/day2/8_vermagic/vermagic.c294 B
1. Introduction/day2/8_vermagic/vermagic1.c328 B
1. Introduction/day2/10_this_module/Makefile165 B
1. Introduction/day2/10_this_module/prenotes.txt457 B
1. Introduction/day2/10_this_module/this_module_test.c463 B
2. Linux Kernel Module Internals/1. From .c to .ko.mp417.11 MB
2. Linux Kernel Module Internals/2. Understanding Module.symvers and modules.order.mp430.6 MB
2. Linux Kernel Module Internals/3. Insmod vs Modprobe.mp418.29 MB
2. Linux Kernel Module Internals/4. How Modprobe calculates dependencies (modules.depdepmod).mp428.13 MB
2. Linux Kernel Module Internals/5. Understanding module_init & module_exit functions.mp429.25 MB
2. Linux Kernel Module Internals/6. Examples of gcc attribute alias.mp420.65 MB
2. Linux Kernel Module Internals/7. Linux Kernel Module example without module_init and module_exit macro.mp425.02 MB
2. Linux Kernel Module Internals/8. Linux Kernel Module Internals Quiz.html141 B
3. Module Parameters/1. Passing Parameters to Linux Kernel Modules.mp455.84 MB
3. Module Parameters/2. What happen if we pass incorrect values to module parameters.mp418.36 MB
3. Module Parameters/3. How to pass parameters to builtin modules.mp49.89 MB
3. Module Parameters/4. How to pass string with multiple word as parameter.mp426.46 MB
3. Module Parameters/5. Passing zero to permission argument of module_param macro.mp413.36 MB
3. Module Parameters/6. Passing array as module parameters.mp447.55 MB
3. Module Parameters/7. Inv bool.mp420.05 MB
3. Module Parameters/8. Module Parameters Quiz.html141 B

Trackers

No trackers found.