1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 12:20:56 +00:00

LINKS.md updated

This commit is contained in:
0xAX 2015-04-05 13:04:52 +06:00
parent ff411d7948
commit 88aad45d7f

View File

@ -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)