1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-03-04 08:46:07 +00:00
Go to file
Sebastian Fricke 4058f2418a linux-interrupts-2: Improve text block
Remove redundant 'the'
s/Now as we jumped on the startup_32 from the/Now as we jumped into `startup_32` from/

Remove redundant 'the', ensure a varied choice of words
s/we will not find anything related to the interrupt handling here/
  we will not encounter anything related to interrupt handling here/

Improve sentence structure
s/The startup_32 contains code that makes preparations before the transition into long mode and directly jumps in to it/
The code inside of `startup_32` makes necessary preparations, before transitioning into the long mode with a direct jump/

Improve sentence structure and ensure a varied choice of words.
s/it makes preparations before the kernel decompression that occurs in the decompress_kernel from the/
it makes arrangements for the kernel decompression that occurs in the `decompress_kernel` function inside of ../

Remove redundant 'the', vary the choice of words
s/we jump on the startup_64 from the/we jump into `startup_64` defined at/

Reduce repetition, improve sentence structure
s/we start to build identity-mapped pages. After we have built identity-mapped pages, checked the NX bit, setup the Extended Feature Enable Register (see in links), and updated the early Global Descriptor Table with the lgdt instruction, we need to setup gs register/

Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com>
2020-05-13 18:52:59 +02:00
Assets Add assets 2019-11-10 19:23:13 +03:00
Booting Correct description of btsl $_EFER_LME, %eax 2020-03-25 13:09:19 +01:00
Cgroups Cgroups/linux-cgroups-1.md: Fix typo 2020-03-12 09:04:39 +08:00
Concepts concepts/initcalls: add module_init macro information 2020-02-21 17:03:12 -03:00
DataStructures modify broken links related with Thoery, Data structure, Misc and so on 2018-03-22 19:50:44 -04:00
Initialization Initialization/linux-initialization-8.md: Fix grammatical errors & improve wording 2020-04-18 07:11:09 +02:00
Interrupts linux-interrupts-2: Improve text block 2020-05-13 18:52:59 +02:00
KernelStructures Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 2018-02-14 10:03:16 -03:30
Misc More image fixes 2019-10-10 20:03:54 +02:00
MM Image salvaging continuing 2019-10-10 20:08:12 +02:00
Scripts move latex.sh to Scripts folder 2018-03-20 14:40:36 -04:00
SyncPrim SyncPrim/linux-sync-1 improve wording 2020-04-17 07:05:09 +02:00
SysCall ...and the last images fixed 2019-10-10 20:11:49 +02:00
Theory ...and the last images fixed 2019-10-10 20:11:49 +02:00
Timers Update linux-timers-2.md 2020-03-01 10:11:26 +07:00
.gitignore Now successfuly converting each chapter into LaTeX, compiling it and then merging each PDF together into a single book. Currently no image support! 2018-02-14 10:58:22 -03:30
CONTRIBUTING.md Improved CONTRIBUTING.md 2016-04-01 17:59:52 +02:00
contributors.md add Sebastian Fricke to the contributer list 2020-03-27 07:01:38 +01:00
cover.jpg added cover.jpg 2015-03-22 22:43:13 +06:00
Dockerfile update Dockerfile 2018-09-14 16:19:19 +08:00
LINKS.md update links 2018-05-13 00:18:42 +06:00
README.md Fix image path 2019-11-10 16:20:02 +00:00
SUMMARY.md Change mm to MM, interrupts to Interrupts 2018-03-16 16:03:40 -04:00

linux-insides

A book-in-progress about the linux kernel and its insides.

The goal is simple - to share my modest knowledge about the insides of the linux kernel and help people who are interested in linux kernel insides, and other low-level subject matter. Feel free to go through the book Start here

Questions/Suggestions: Feel free about any questions or suggestions by pinging me at twitter @0xAX, adding an issue or just drop me an email.

Mailing List

We have a Google Group mailing list for learning the kernel source code. Here are some instructions about how to use it.

Join

Send an email with any subject/content to kernelhacking+subscribe@googlegroups.com. Then you will receive a confirmation email. Reply it with any content and then you are done.

If you have Google account, you can also open the archive page and click Apply to join group. You will be approved automatically.

Send emails to mailing list

Just send emails to kernelhacking@googlegroups.com. The basic usage is the same as other mailing lists powered by mailman.

Archives

https://groups.google.com/forum/#!forum/kernelhacking

Support

Support If you like linux-insides you can support me with:

Support with bitcoin Join the chat at https://gitter.im/0xAX/linux-insides

On other languages

Contributions

Feel free to create issues or pull-requests if you have any problems.

Please read CONTRIBUTING.md before pushing any changes.

linux-kernel

Author

@0xAX

LICENSE

Licensed BY-NC-SA Creative Commons.