From 090d388b33f6bdebf272e04dbd24f08c8467e51d Mon Sep 17 00:00:00 2001 From: 0xAX <0xAX@users.noreply.github.com> Date: Sun, 11 Sep 2016 19:52:13 +0600 Subject: [PATCH] Update SUMMARY.md --- SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SUMMARY.md b/SUMMARY.md index 7791041..dc25993 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -75,6 +75,7 @@ * [How the kernel is compiled](Misc/how_kernel_compiled.md) * [Linkers](Misc/linkers.md) * [Linux kernel development](Misc/contribute.md) + * [Program startup process in userspace](Misc/program_startup.md) * [Write and Submit your first Linux kernel Patch]() * [Data types in the kernel]() * [KernelStructures](KernelStructures/README.md)