Jelajahi Sumber

Update SUMMARY.md

0xAX 10 tahun lalu
induk
melakukan
4266d870d3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      SUMMARY.md

+ 1 - 1
SUMMARY.md

@@ -10,7 +10,7 @@
     * [First steps in the kernel](Initialization/linux-initialization-1.md)
     * [Early interrupts handler](Initialization/linux-initialization-2.md)
     * [Last preparations before the kernel entry point](Initialization/linux-initialization-3.md)
-* [Memory management](README.md)
+* [Memory management](MM/README.md)
     * [Memblock](MM/linux-mm-1.md)
 * [Data Structures in the Linux Kernel](DataStructures/README.md)
     * [Doubly linked list](DataStructures/dlist.md)