1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00

Merge pull request #573 from MintCN/master

wrong relation in SUMMARY.md
This commit is contained in:
0xAX 2018-03-16 19:17:22 +01:00 committed by GitHub
commit 967c0578bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,9 +78,9 @@
* [Initial ram disk]()
* [initrd]()
* [Misc](Misc/README.md)
* [How the kernel is compiled](Misc/linux-misc-1.md)
* [Linkers](Misc/linux-misc-2.md)
* [Linux kernel development](Misc/linux-misc-3.md)
* [Linux kernel development](Misc/linux-misc-1.md)
* [How the kernel is compiled](Misc/linux-misc-2.md)
* [Linkers](Misc/linux-misc-3.md)
* [Program startup process in userspace](Misc/linux-misc-4.md)
* [Write and Submit your first Linux kernel Patch]()
* [Data types in the kernel]()