mirror of
https://github.com/0xAX/linux-insides.git
synced 2025-02-02 19:01:15 +00:00
Merge branch 'master' of git://github.com/0xAX/linux-insides
This commit is contained in:
commit
0600e909af
@ -21,7 +21,7 @@ All posts will also be accessible at [github repo](https://github.com/0xAX/linux
|
|||||||
|
|
||||||
Anyway, if you are just starting to learn such tools, I will try to explain some parts during this and the following posts. Alright, this is the end of the simple introduction, and now we can start to dive into the Linux kernel and low-level stuff.
|
Anyway, if you are just starting to learn such tools, I will try to explain some parts during this and the following posts. Alright, this is the end of the simple introduction, and now we can start to dive into the Linux kernel and low-level stuff.
|
||||||
|
|
||||||
I've started to write this book at the time of the `3.18` Linux kernel, and many things might change from that time. If there are changes, I will update the posts accordingly.
|
I've started writing this book at the time of the `3.18` Linux kernel, and many things might have changed since that time. If there are changes, I will update the posts accordingly.
|
||||||
|
|
||||||
The Magical Power Button, What happens next?
|
The Magical Power Button, What happens next?
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
@ -150,7 +150,7 @@ In the previous paragraph we saw how an executable file is prepared to run by th
|
|||||||
$ gcc -Wall program.c -o sum
|
$ gcc -Wall program.c -o sum
|
||||||
```
|
```
|
||||||
|
|
||||||
You may guess that `_start` comes from the [stanard libray](https://en.wikipedia.org/wiki/Standard_library) and that's true. If you try to compile our program again and pass the `-v` option to gcc which will enable `verbose mode`, you will see a long output. The full output is not interesting for us, let's look at the following steps:
|
You may guess that `_start` comes from the [standard library](https://en.wikipedia.org/wiki/Standard_library) and that's true. If you try to compile our program again and pass the `-v` option to gcc which will enable `verbose mode`, you will see a long output. The full output is not interesting for us, let's look at the following steps:
|
||||||
|
|
||||||
First of all, our program should be compiled with `gcc`:
|
First of all, our program should be compiled with `gcc`:
|
||||||
|
|
||||||
|
@ -115,3 +115,4 @@ Thank you to all contributors:
|
|||||||
* [Edward Hu](https://github.com/BDHU)
|
* [Edward Hu](https://github.com/BDHU)
|
||||||
* [WarpspeedSCP](https://github.com/WarpspeedSCP)
|
* [WarpspeedSCP](https://github.com/WarpspeedSCP)
|
||||||
* [Gabriela Moldovan](https://github.com/gabi-250)
|
* [Gabriela Moldovan](https://github.com/gabi-250)
|
||||||
|
* [kuritonasu](https://github.com/kuritonasu/)
|
||||||
|
Loading…
Reference in New Issue
Block a user