From 88aad45d7fd4478d55507d2d379ac767204a2ae7 Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sun, 5 Apr 2015 13:04:52 +0600 Subject: [PATCH] LINKS.md updated --- LINKS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/LINKS.md b/LINKS.md index 2201a15..be70c02 100644 --- a/LINKS.md +++ b/LINKS.md @@ -32,3 +32,8 @@ GCC and GAS * [GCC type attributes](https://gcc.gnu.org/onlinedocs/gcc/Type-Attributes.html) * [Assembler Directives](http://www.chemie.fu-berlin.de/chemnet/use/info/gas/gas_toc.html#TOC65) + +Important data structures +-------------------------- + +* [task_struct definition](http://lxr.free-electrons.com/source/include/linux/sched.h#L1274)