From 441516bbec74714441533c70baa94ced2ac8e374 Mon Sep 17 00:00:00 2001 From: Kaiwan N Billimoria Date: Mon, 30 Dec 2024 10:42:05 +0530 Subject: [PATCH] setup soft links with chapter names to ch'n' folders Signed-off-by: Kaiwan N Billimoria --- ch1-intro | 1 + ch10-cpu_scheduler-part1 | 1 + ch11-cpu_scheduler-part2 | 1 + ch12-kernel_synchronization-part1 | 1 + ch13-kernel_synchronization-part2 | 1 + ch2-building_the_6.x_linux_kernel_from_source-part1 | 1 + ch3-building_the_6.x_linux_kernel_from_source-part2 | 1 + ch4-writing_yout_first_kernel_module-part1 | 1 + ch5-writing_yout_first_kernel_module-part2 | 1 + ch6-kernel_internals_essentials-processes_and_threads | 1 + ch7-memory_management_internals-essentials | 1 + ch8-kernel_memory_allocation_for_module_authors-part1 | 1 + ch9-kernel_memory_allocation_for_module_authors-part2 | 1 + 13 files changed, 13 insertions(+) create mode 120000 ch1-intro create mode 120000 ch10-cpu_scheduler-part1 create mode 120000 ch11-cpu_scheduler-part2 create mode 120000 ch12-kernel_synchronization-part1 create mode 120000 ch13-kernel_synchronization-part2 create mode 120000 ch2-building_the_6.x_linux_kernel_from_source-part1 create mode 120000 ch3-building_the_6.x_linux_kernel_from_source-part2 create mode 120000 ch4-writing_yout_first_kernel_module-part1 create mode 120000 ch5-writing_yout_first_kernel_module-part2 create mode 120000 ch6-kernel_internals_essentials-processes_and_threads create mode 120000 ch7-memory_management_internals-essentials create mode 120000 ch8-kernel_memory_allocation_for_module_authors-part1 create mode 120000 ch9-kernel_memory_allocation_for_module_authors-part2 diff --git a/ch1-intro b/ch1-intro new file mode 120000 index 0000000..c8354f3 --- /dev/null +++ b/ch1-intro @@ -0,0 +1 @@ +ch1/ \ No newline at end of file diff --git a/ch10-cpu_scheduler-part1 b/ch10-cpu_scheduler-part1 new file mode 120000 index 0000000..7a6cded --- /dev/null +++ b/ch10-cpu_scheduler-part1 @@ -0,0 +1 @@ +ch10/ \ No newline at end of file diff --git a/ch11-cpu_scheduler-part2 b/ch11-cpu_scheduler-part2 new file mode 120000 index 0000000..22f5830 --- /dev/null +++ b/ch11-cpu_scheduler-part2 @@ -0,0 +1 @@ +ch11/ \ No newline at end of file diff --git a/ch12-kernel_synchronization-part1 b/ch12-kernel_synchronization-part1 new file mode 120000 index 0000000..bc8bb59 --- /dev/null +++ b/ch12-kernel_synchronization-part1 @@ -0,0 +1 @@ +ch12/ \ No newline at end of file diff --git a/ch13-kernel_synchronization-part2 b/ch13-kernel_synchronization-part2 new file mode 120000 index 0000000..607e120 --- /dev/null +++ b/ch13-kernel_synchronization-part2 @@ -0,0 +1 @@ +ch13/ \ No newline at end of file diff --git a/ch2-building_the_6.x_linux_kernel_from_source-part1 b/ch2-building_the_6.x_linux_kernel_from_source-part1 new file mode 120000 index 0000000..423a3c3 --- /dev/null +++ b/ch2-building_the_6.x_linux_kernel_from_source-part1 @@ -0,0 +1 @@ +ch2/ \ No newline at end of file diff --git a/ch3-building_the_6.x_linux_kernel_from_source-part2 b/ch3-building_the_6.x_linux_kernel_from_source-part2 new file mode 120000 index 0000000..49daeab --- /dev/null +++ b/ch3-building_the_6.x_linux_kernel_from_source-part2 @@ -0,0 +1 @@ +ch3/ \ No newline at end of file diff --git a/ch4-writing_yout_first_kernel_module-part1 b/ch4-writing_yout_first_kernel_module-part1 new file mode 120000 index 0000000..926c1be --- /dev/null +++ b/ch4-writing_yout_first_kernel_module-part1 @@ -0,0 +1 @@ +ch4/ \ No newline at end of file diff --git a/ch5-writing_yout_first_kernel_module-part2 b/ch5-writing_yout_first_kernel_module-part2 new file mode 120000 index 0000000..c09172a --- /dev/null +++ b/ch5-writing_yout_first_kernel_module-part2 @@ -0,0 +1 @@ +ch5/ \ No newline at end of file diff --git a/ch6-kernel_internals_essentials-processes_and_threads b/ch6-kernel_internals_essentials-processes_and_threads new file mode 120000 index 0000000..e15b761 --- /dev/null +++ b/ch6-kernel_internals_essentials-processes_and_threads @@ -0,0 +1 @@ +ch6/ \ No newline at end of file diff --git a/ch7-memory_management_internals-essentials b/ch7-memory_management_internals-essentials new file mode 120000 index 0000000..c86a341 --- /dev/null +++ b/ch7-memory_management_internals-essentials @@ -0,0 +1 @@ +ch7/ \ No newline at end of file diff --git a/ch8-kernel_memory_allocation_for_module_authors-part1 b/ch8-kernel_memory_allocation_for_module_authors-part1 new file mode 120000 index 0000000..4b542b4 --- /dev/null +++ b/ch8-kernel_memory_allocation_for_module_authors-part1 @@ -0,0 +1 @@ +ch8/ \ No newline at end of file diff --git a/ch9-kernel_memory_allocation_for_module_authors-part2 b/ch9-kernel_memory_allocation_for_module_authors-part2 new file mode 120000 index 0000000..b54bd52 --- /dev/null +++ b/ch9-kernel_memory_allocation_for_module_authors-part2 @@ -0,0 +1 @@ +ch9/ \ No newline at end of file