39 Commits (24db79b87e3af8033ee98cd3a7cdacaf94e712d0)

Author SHA1 Message Date
Kian-Meng, Ang 2c15599cfb Fix typos 2 years ago
slowy07 f74f207581 fix: typo grammar spelling 3 years ago
Z 83e029fa78
Update linux-initialization-2.md 4 years ago
Z 15e4aae4ab
Update linux-initialization-2.md 4 years ago
Z d811827586
Update linux-initialization-2.md 4 years ago
Z 41bc27ff71
Update linux-initialization-2.md 4 years ago
Z 1862f56adf
Update linux-initialization-2.md 4 years ago
Z 3c4a6e6bd7
Update linux-initialization-2.md 4 years ago
Z 6eda376586
Update linux-initialization-2.md 4 years ago
wuyuxin af6b5d82b5
Update linux-initialization-2.md 4 years ago
wuyuxin 93dd23b65d
Update linux-initialization-2.md 4 years ago
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 8 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