301 Commits (1e3bbbea3a6fff5753de76effe55b012cb85b83b)

Author SHA1 Message Date
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
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
Alexander Kuleshov b4f824db27
fix order of calling set_bios_mode()
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
6 years ago
Alexander Kuleshov 3d68ef4efe
boot: update to last linux v4.16
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
6 years ago
Alexander Kuleshov 0801a3bbf4
boot: note that Booting dir contains data related to Linux kernel v4.16
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
6 years ago
Alexander Kuleshov 4df08a04e1
boot-4: s/command/instruction
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
6 years ago
Alexander Kuleshov 5d643f8e9f
boot-1: clarify boot address
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
6 years ago
Alexander Kuleshov efed15d860
kaslr: improve sentence
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
6 years ago
Miha Zidar f9f5308923
Fix allocater typo 6 years ago
proninyaroslav 02df55c500 Merge branch 'master' of https://github.com/0xAX/linux-insides into 0xAX-master 6 years ago
Alexander Kuleshov 4d63511724
kaslr: update links 6 years ago
Alexander Kuleshov 9092a38671
boot-5: add gdt64 6 years ago
Alexander Kuleshov e735b508d1
fix boot-4 6 years ago
Alexander Kuleshov 9b7d1b067e
kaslr: add KASLR_FLAG description 6 years ago
Alexander Kuleshov b7ed445f0a
remove unneded empty line in the code 6 years ago
Alexander Kuleshov f3f7cc503c
fix description of a20_test() 6 years ago
Alexander Kuleshov 98ba56ad89 add description for alignment check of loadable segments
c55b8550fa
6 years ago
Iru Cai 7c0d65420c linux-bootstrap-2: correct the calling convention statement
The use of ax, dx, cx to pass the function arguments is not `fastcall`
convention in GCC, which only uses cx and dx. This calling convention
comes from the GCC -mregparm=3 option.

[1] https://en.wikipedia.org/wiki/X86_calling_conventions
6 years ago
Iru Cai ab197de198 linux-bootstrap-5.md: fix typo, http->https 6 years ago
Iru Cai 2da09c8755 Booting/linux-bootstrap-1.md: update to the latest coreboot code 6 years ago
Iru Cai 16bb7744f3 Booting/linux-bootstrap-1.md: lowercase coreboot[1], http->https
[1] in coreboot source code:
      util/lint/lint-stable-021-coreboot-lowercase
6 years ago
kuritonasu 3513614cb8 Replaced from with since 6 years ago
kuritonasu 60fbd20122 Modified a couple of points that sound more correct 6 years ago
Raghav Shankar a51574ae2b Formatting change 6 years ago