From 8d7219d996940838d53481b3ec5811971c53a7db Mon Sep 17 00:00:00 2001 From: 0xAX <0xAX@users.noreply.github.com> Date: Fri, 2 Oct 2015 13:48:45 +0600 Subject: [PATCH] Update LINKS.md --- LINKS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/LINKS.md b/LINKS.md index d953b7f..cb1ffaa 100644 --- a/LINKS.md +++ b/LINKS.md @@ -44,3 +44,9 @@ Other architectures ------------------------ * [PowerPC and Linux Kernel Inside](http://www.systemcomputing.org/ppc/) + +Useful links +------------------------ + +* [Linux x86 Program Start Up](http://dbp-consulting.com/tutorials/debugging/linuxProgramStartup.html) +* [Memory Layout in Program Execution (32 bits)](http://fgiasson.com/articles/memorylayout.txt)