35 Commits (master)

Author SHA1 Message Date
Renaud Germain c2ecc331a0 capitalize Linux everywhere 2 years ago
SPC 5ae9e61d63
Fix a typing error.
I found a typing error on line 82, which typed `long` into `log`. 

fix #780
3 years ago
Jan Sonntag fa1cf540e8 Fix broken links and emails 4 years ago
Zhouyi Zhou 9f9cbd54da Adding a reference to GNU LD manual to Kernel Initialization. Part 1. 4 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
dragonly 6c4eb99a31 encode parenthesis to make gitbook markdown parser happy 6 years ago
Yaroslav Pronin d487b50709
[linux-initialization-1] Fix typos 6 years ago
Takuya Yamamoto a64aea42b6 Update linux-initialization-1 6 years ago
Takuya Yamamoto 0f4992c87e Rename early_level4_pgt to early_top_pgt 6 years ago
Takuya Yamamoto 5f0d9efc9b Update descriptions related to initial_stack 6 years ago
Alexander Kuleshov 4382670c38
fix previous part before init chapter 6 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
Firo Yang 723b07605c In the following expression, we add the value of phys_base to the
rax register, not the address of phys_base.
addq    phys_base(%rip), %rax

BTW, the value of phys_base =
the actual loaded physical address of kernel after relocation - the
likned physical address of kernel.

Signed-off-by: Firo Yang <firogh@gmail.com>
7 years ago
Aaron Hill 17da4af718
Make all Github links reference a specific commit
Closes #480
7 years ago
Radek Dostál 9dafe28254 Initialization: fix copy paste error
replace "will have will have" with only "will have"

Signed-off-by: Radek Dostál <rd@radekdostal.com>
7 years ago
Alexander Kuleshov 29771f71d8 typo fixed 7 years ago
Alexander Kuleshov f3bc5949e2 Many fixes for initialization and MM related parts 8 years ago
Jakub Wilk ddad9dfb4f Initialization: Fix typos 8 years ago
Mack Stump 3fda046617 fix typos 8 years ago
Michael 509c808a9f Update linux-initialization-1.md 8 years ago
Dmitriy Olshevskiy f4f5eb96ba fix typos in Initialization chapter 8 years ago
Alexander Kuleshov ba2c286334 update initialzation-1.md 8 years ago
zhaoxiaoqiang c840c6fb98 fix statements errors 8 years ago
Shivanshu Agrawal 1d94008ee0 Fix grammar in Initialization/linux-initialization-1.md 9 years ago
mudongliang dbfb8d4cd3 modify 'internals' to 'insides' 9 years ago
Simarpreet Singh 6b6d490030 Update linux-initialization-1.md
Fixing some grammatical errors.
9 years ago
Diogo Kersting bfe6fc596a Some english fixes - "runned" 9 years ago
Diogo Kersting 2b8dfaded3 Fix a few english typos - "can be runned not" 9 years ago
Maximilien Richer 91c9fbd036 Fix broken link 9 years ago
Anton Davydov 984ef074ec Fix typos in repository 9 years ago
0xAX 6288991b78 Update linux-initialization-1.md 9 years ago
Akash Shende ed900fcb22 oops! 9 years ago
Akash Shende 2b14b63add Spelling fixes. 9 years ago
0xAX 2a3a9bb1ca Update and rename linux-initialization-1.md to linux-initialization-1.md 9 years ago