323 Commits (c4b17d17a085608e8de6e310797d8e81927aed8d)

Author SHA1 Message Date
Renaud Germain 28f5d9627f copyedit: booting chapter 2 years ago
digitallyamar 5019a4994a
Fixing grammatical error
Fixed the title to match with what is found in SUMMARY.md file.
2 years ago
Renaud Germain fe2ef723c7 fix 2 typos 2 years ago
yash1120 9e44bdb61c
typo fix
typo fix
2 years ago
Kian-Meng, Ang 2c15599cfb Fix typos 2 years ago
slowy07 f74f207581 fix: typo grammar spelling 3 years ago
Ródgger Bruno 159a9b60f2
Update linux-bootstrap-5.md 3 years ago
Ródgger Bruno 40d2bfb28c
Update linux-bootstrap-5.md 3 years ago
Tales Lelo da Aparecida 669c74a22c
Fix minor typo at linux-bootstrap-4.md 3 years ago
Z c02c46458f
Update linux-bootstrap-1.md 4 years ago
Z 019aa1865e
Update linux-bootstrap-1.md 4 years ago
0xAX 20945be66f
Merge pull request #761 from Mutated1994/patch-7
feat: Add some code snippets
4 years ago
0xAX bc14eb6a85
Merge pull request #746 from h4child/patch-1
Update linux-bootstrap-4.md
4 years ago
Z a5534ce6c0
Update linux-bootstrap-3.md 4 years ago
Sebastian Fricke 714c13a34c
Merge pull request #757 from Mutated1994/patch-6
fix: Adjust a sentence
4 years ago
Z 7af1d84b19
Update linux-bootstrap-1.md 4 years ago
Z cdc7d9421c
Update linux-bootstrap-1.md 4 years ago
Hchild 26ad0042f1
Update linux-bootstrap-4.md 4 years ago
Jan Sonntag fa1cf540e8 Fix broken links and emails 4 years ago
0xAX 3a477a66a2
Merge pull request #708 from aboivin/Booting/linux-bootstrap-4-typo
Booting/linux-bootstrap-4.md: fix typo
4 years ago
Roy Kupershmid f57c653b00 linux-bootstrap-1: Clearify the boot sector origin example
Following abf4f68 - removes all references to the deleted [ORG 0x7c00],
and generally mention that the BIOS copies the boot sector into that
fixed memory location
4 years ago
Ayyuce Demirbas f998c45910
The link is broken
Added new link to kaslr_64.c source code file
4 years ago
Ayyuce Demirbas 4630e9c4d0
Some minor changes to improve formatting
Added a space
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
Alexander Kuleshov 09642cab4e fix calculation of 8086 available memory range
Thanks to @rodggerbr
4 years ago
Arnaud BOIVIN aa2ccb403f Booting/linux-bootstrap-4.md: fix typo 4 years ago
Andreas J. Reichel 8be1e44662 Correct description of btsl $_EFER_LME, %eax
The btsl not only tests the bit, it tests the bit
by transfering it into the carry flag and then sets
it as well. Otherwise the wrmsr would not make sense.

Signed-off-by: Andreas J. Reichel <webmaster@6th-dimension.com>
4 years ago
Andreas J. Reichel e0cb85d230 Fix description of 'rep stosl' in bootstrap-4
rep stosl does not modify 'edi' but the memory, where 'edi' points to.

Signed-off-by: Andreas J. Reichel <webmaster@6th-dimension.com>
4 years ago
0xAX 37a77fede0
Merge pull request #692 from darkstar/fixes
Some small spelling fixes
5 years ago
Michael D 84a7575f2f Salvage images from archive.org and add them to git
Patch 1: Booting/
5 years ago
Michael D 747f10af14 Some small spelling fixes 5 years ago
0xAX 720e7534ad
Merge pull request #683 from gwelymernans/cleanups
Cleanup some of the grammar to flow better
5 years ago
Stefan20162016 60c19f7c02 added link to minimal bootloader with comments 5 years ago
Bill Wendling a3dabbe734 Cleanup some of the grammar to flow better 5 years ago
0xAX b97cc6aaf5
Merge pull request #667 from WarpspeedSCP/grammar-fix
Fix grammar and  improve formatting for linux-bootstrap section
5 years ago
WarpspeedSCP 64712ac607
fix typo 5 years ago
Raghav Shankar 2ef0a4023b Fix grammar and improve formatting 5 years ago
Jekton Luo f1237841c1 Fix desc about movzbl in linux-bootstrap-2.md 5 years ago
Alexander Kuleshov e205c3966b
fix segmenta address in boot 1
Thank you to @changuoqiang and @PinoTsao

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
5 years ago
Cao jin c2092a481e Sentences improvement in linux-bootstrap-4.md
This patch fixed half of issue of #645:
1.
"The value assigned to it is an offset relative to the offset of the segment"
-->
"The value assigned to it is an offset relative to the segment"

2.
"adding the address field of the instruction and the value of the program counter"
-->
"adding the address field of the instruction to the value of the program counter"

3.
"PAE mode" --> "PAE", because PAE is not a mode.

4.
"5 bit" --> "the 5th bit"
5 years ago
Reid Mayfield 7225b45c3b
Minor capitalization nitpick
Reset vector -> reset vector
6 years ago
Dongliang Mu 0956160db0
Merge pull request #641 from yuanli-cn/patch-1
Fix the typo
6 years ago
prettykernel 66654361ca
typo fix 6 years ago
yuanli-cn 9fc7c1fbf1
Fix the typo
'0xffff' --> '0xfffff'
6 years ago
eclissi91 cef68c1757
fixing typo in doc
ref. #620
6 years ago
Yaroslav Pronin 3af6133f05
Fix tables and pseudographics formatting 6 years ago
Yaroslav Pronin 006febdbcf
Merge pull request #18 from 0xAX/master
Update 01.08.2018
6 years ago
Yaroslav Pronin f994df5985
Fix incorrect links to the previous part 6 years ago
Edward H c9a4497c77
Fixed syntax error in the sentence 6 years ago
Alexander Kuleshov 01ce5185d8
boot: fix indentation
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
6 years ago