29 Commits (24db79b87e3af8033ee98cd3a7cdacaf94e712d0)

Author SHA1 Message Date
Renaud Germain b914ca8152 copyedit: Initialization chapter 2 years ago
Kian-Meng, Ang 2c15599cfb Fix typos 2 years ago
slowy07 f74f207581 fix: typo grammar spelling 3 years ago
Sebastian Fricke 2cff4abf08 Gitbook Links: replace old links with new ones
The old links didn't point to valid locations.
Replace the old links with the new links and test those changes with a
small script: https://github.com/initBasti/markdown_link_check .

______________________________________________________________

In order to find and replace the links, I used the following commands:

grep -rwohP '.' -e "\(https\:\/\/0xax.gitbooks.io\/\S*\)" > links.txt
(Find all links recursivly in the project directories and print out the
 only the matches links)

Within links.txt:
Remove the '(' & ')' => :%s/\(//g  and :%s/\)//g
Remove duplicates => :sort u

Test if the links work with:
python3 md_link_check.py --pattern 0xax.gitbook --output-file bad.txt
(https://github.com/initBasti/markdown_link_check)

Create replace commands:
:%s/.*/grep -rl & '.' | xargs sed -i 's#&##g'
Enter replacement URL between the 2nd & 3rd '#'
Execute commands: :w !sh

Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com>
4 years ago
Sebastian Fricke 991f171c6d Initialization/linux-initialization-8.md: Fix grammatical errors & improve wording
s/as if a single task/as if they were a single task/
s/The least unit which scheduler operates is an individual task or thread. But a process is not only one type of entities of which the scheduller may operate./
The smallest unit that the scheduler works with is an individual task or thread. However, a process is not the only type of entity that the scheduler can operate with./
s/these options provides support/these options provide support/
s/The first one option provides support for group scheduling with `completely fair scheduler` policies and the second with `real-time` policies respectively./
The first option provides support for group scheduling with the `completely fair scheduler` policies and the second with the `real-time` policies respectively./
s/It means that it supports/That means it supports/
4 years ago
Michael D 99e156101a More image file salvaging
Patch 3: Initialization/
5 years ago
Alexander Kuleshov e896e56c86
s/http/https for linux-insides 6 years ago
Dongliang Mu 49c8951eb8 modify broken links related with Thoery, Data structure, Misc and so on 6 years ago
Dongliang Mu 72c71c2560 fix interrupts 6 years ago
Dongliang Mu f159c63e0c Change mm to MM, interrupts to Interrupts 6 years ago
Chandan Rai 976c775471 corrected typos 7 years ago
Aaron Hill 17da4af718
Make all Github links reference a specific commit
Closes #480
7 years ago
Radek Dostál 684c5ee70b Initialization: fix spelling
"hierarcy" => "hierarchy"
"hierarcies" => "hierarcies"

Signed-off-by: Radek Dostál <rd@radekdostal.com>
7 years ago
Alexander Kuleshov 6792d39c66 fix a typo 7 years ago
Alexander Kuleshov 30600495c4
fix articles 7 years ago
Alexander Kuleshov 7be6e28f7e rewrite scheduler initialization part 7 years ago
Alexander Kuleshov 2d64a01b64 update linux-initialization-8.md part 7 years ago
Jakub Wilk ddad9dfb4f Initialization: Fix typos 8 years ago
Mack Stump 3fda046617 fix typos 8 years ago
Dmitriy Olshevskiy f4f5eb96ba fix typos in Initialization chapter 8 years ago
zhaoxiaoqiang 0d1ee9e346 fix grammer errors of the rest parts 8 years ago
zhaoxiaoqiang ae5cbb4c20 fix minor grammer errors 8 years ago
mudongliang ae6b0f52ee revert internals to insides in initialization 9 years ago
mudongliang dbfb8d4cd3 modify 'internals' to 'insides' 9 years ago
Diogo Kersting bfe6fc596a Some english fixes - "runned" 9 years ago
0xAX dda54c95b7 Update linux-initialization-8.md 9 years ago
0xAX 54f36dac7a Update linux-initialization-8.md 9 years ago
0xAX 265165af9a Update linux-initialization-8.md 9 years ago
0xAX d6521a5b8b Create linux-initialization-8.md 9 years ago