28 Commits (fa1cf540e899d6f0c3af95e08026a7251521785b)

Author SHA1 Message Date
Jan Sonntag fa1cf540e8 Fix broken links and emails 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
johnny db53aa2fcc
Update linux-initialization-2.md
the stack top before early_idt_handler_common execute is vector number
5 years ago
Takuya Yamamoto 1bbdcee0ce Update linux-initialization-2 6 years ago
0xAX 9b4c9dcd91
Merge pull request #621 from tkyymmt/patch2
Update Page fault handling paragraph
6 years ago
Takuya Yamamoto de1a538815 Update Page fault handling paragraph 6 years ago
Takuya Yamamoto 7b0c7481fa Add Other exception handling paragraph 6 years ago
0xAX 4893578e04
Merge pull request #614 from tkyymmt/patch2
Update the definition of idt_descr
6 years ago
0xAX fd29ecca0d
Merge pull request #617 from tkyymmt/patch4
Update Early interrupts handlers section
6 years ago
0xAX 201e64871b
Merge pull request #613 from tkyymmt/patch
Update linux-initialization-2.md
6 years ago
Takuya Yamamoto 8d8dc63250 Update Early interrupts handlers section 6 years ago
Takuya Yamamoto e5252b800a Add UNWIND_HINT_IRET_REGS feature description 6 years ago
Takuya Yamamoto 76337791b4 Update the definition of idt_descr 6 years ago
Takuya Yamamoto 424408f34f Update linux-initialization-2.md 6 years ago
Alexander Kuleshov e896e56c86
s/http/https for linux-insides 6 years ago
Aaron Hill 17da4af718
Make all Github links reference a specific commit
Closes #480
7 years ago
Alexander Kuleshov 1a15aeda5a IDT diagram fixed 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
haishanh fbe7909510 Fix some typos in chapter Initialization
linux-initialization-2.md:

 * `arlready -> already`
 * `instruuction -> instruction`

linux-initialization-3.md:

 * `initilized -> initialized`

linux-initialization-4.md:

 * `killobytes -> kilobytes`

linux-initialization-5.md:

 * `killobytes -> kilobytes`
 * `resason -> reason`
 * `subscract -> substract`
 * `comminicate -> communicate`
 * `initializtion -> initialization`
 * `Initiaization -> initialization`
 * `parameteres -> parameters`
8 years ago
Alexander Kuleshov ff5238bf0c Updated second part of the Linux kernel initialization process 8 years ago
zhaoxiaoqiang 146b3bb4b3 fix grammer errors and refine some statements 9 years ago
mudongliang ae6b0f52ee revert internals to insides in initialization 9 years ago
mudongliang dbfb8d4cd3 modify 'internals' to 'insides' 9 years ago
Nan Xiao 7a3a4014c9 Update linux-initialization-2.md
Fix some typos.
9 years ago
Akash Shende 17f9e18ca3 Some spelling & sentence corrections. 9 years ago
0xAX 9bd4c4b3ca Create linux-initialization-2.md 9 years ago