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

@jonte and @leandromoreira added to CONTRIBUTORS.md

This commit is contained in:
0xAX 2015-02-04 23:16:06 +06:00
parent 74180b36e4
commit 7ac08f214f
2 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,8 @@ IO
* [IO port programming](http://www.tldp.org/HOWTO/text/IO-Port-Programming)
GCC
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)

View File

@ -20,3 +20,5 @@ Thank you to all contributors:
* [Haddayn](https://github.com/Haddayn)
* [Daniel Campoverde Carrión](https://github.com/alx741)
* [Guillaume Gomez](https://github.com/GuillaumeGomez)
* [Leandro Moreira](https://github.com/leandromoreira)
* [Jonatan Pålsson](https://github.com/jonte)