221 Commits (d60aec7da01899da0494a4f2d9901cf873182840)

Author SHA1 Message Date
proninyaroslav d60aec7da0 Обновление переводов 7 years ago
proninyaroslav 47867dc416 Исправление ошибок в разделе Booting 7 years ago
proninyaroslav ab0e47ad65 Исправление форматирования констант 7 years ago
proninyaroslav 22dc562c69 correct minor mistake - list 3 bits instead of 4
Sentence starts with "The next three bits(40, 41, 42, 43)" Should exclude 43.
7 years ago
proninyaroslav 997d6071ee mention boot linker script as suggeset by @Aaron1011 7 years ago
proninyaroslav 00b91d963e Перевод linux-bootstrap-5.md, корректировка переводов 7 years ago
proninyaroslav 7d43d21410 Перевод linux-bootstrap-4.md, исправления 8 years ago
proninyaroslav 6327b294d0 Перевод linux-bootstrap-3.md, исправления linux-bootstrap-2.md 8 years ago
proninyaroslav f6dd7562c1 Fix math error
Fixed math error because X = 0x001000+sizeof(boot loader)
8 years ago
proninyaroslav 012178eb47 Перевод linux-bootstrap-3.md (в процессе) 8 years ago
proninyaroslav b080e38275 Относительные ссылки в README файлах 8 years ago
proninyaroslav 1e47e02143 Исправление ссылок 8 years ago
proninyaroslav 9d8f7b8a42 Перевод linux-bootstrap-2.md, LINKS.md, CONTRIBUTING.md, исправление ошибок 8 years ago
proninyaroslav d9794e9241 Перевод linux-bootstrap-1.md 8 years ago
Yaroslav Pronin 521fcc3139 Update README.md 8 years ago
Yaroslav Pronin 0612d5933b Исправлены ссылки 8 years ago
Yaroslav Pronin 851edef65f Перевод README загрузки ядра 8 years ago
Alexander Kuleshov a711d0fbf0 Merge branch 'typo-fix' of https://github.com/AndrewRussellHayes/linux-insides into AndrewRussellHayes-typo-fix 8 years ago
0xC0FFEE d419b61baa #419 - Typo in linux-bootstrap-4.md
Ref: https://github.com/0xAX/linux-insides/issues/419
8 years ago
Andrew Hayes 8998841c4c small typo fix 8 years ago
0xAX 0ebe9f97ba Merge pull request #420 from anastasds/linux-bootstrap-1-edit
Proofread linux-bootstrap-1 and edit to read more smoothly
8 years ago
_yrp 16242704fe Fix broken links regarding kaslr
linkrot, function name changes.

Thanks, this chapter was super duper helpful.
8 years ago
Anastas Stoyanovsky 130d87c716 Edit linux-bootstrap-1 8 years ago
Kavindra Nikhurpa 28a39fe665 More fixes and corrected contributors.md
Signed-off-by: Kavindra Nikhurpa <kavindra.nikhurpa@hotmail.com>
8 years ago
Kavindra Nikhurpa aeb802e895 Fixed typos in Booting 8 years ago
Jeremy Cline 4aa8cbcc60
Fix a few minor typos 8 years ago
sevico 5f56136420 fix 1f offset
on the context,the offset of 1f should be 0x21.
8 years ago
sevico 3568a962e4 fix typo
"memcpy` puts the address of `boot_params.hdr` into `si` and saves the size on  " should be di
8 years ago
Mack Stump 3fda046617 fix typos 8 years ago
0xAX c235ead9f1 Merge pull request #378 from Alcaro/boot-fixes
Fix a huge pile of issues
8 years ago
Alcaro 8c1b3221fb Clarify and fix various facts, and fix more typos than I can count.
- rep stosl reduces ecx by 1 per write operation, not 4. Source: http://www.fermimn.gov.it/linux/quarta/x86/rep.htm
- Clarification: The four Page Directory tables contain 2048 entries in total, not 2048 each. Source: http://wiki.osdev.org/Page_Tables#Long_mode_.2864-bit.29_page_map
- Registers can not contain %rip-relative addresses, since %rip changes every single instruction. Only the instructions themselves can contain RIP-relative addresses.
- The first argument to decompress_kernel is called rmode, not boot_param.
- The boot_params struct goes in %rdi, not %rsi. Source: https://en.wikipedia.org/wiki/X86_calling_conventions#System_V_AMD64_ABI
- find_random_addr does not ensure that the 'memory region is not less than value of kernel alignment'; it ensures the kernel is at or above the minimum load address.
8 years ago
Alcaro f23e2bf684 Fix MCA link
Links are \[text\](URL) in Markdown, not (text)[URL].
8 years ago
Nehal J Wani 9553e9bf82 Fix small grammatical error
s/use/uses . The word 'processor' is singular :)
8 years ago
Larry Kim 51c5bc4893 Help readers not to confuse with segment addr and phy addr
and a minor typo
8 years ago
Dmitriy Olshevskiy f2068d49a7 booting: fix typos 9 years ago
mennis f24f71e041 grammar, spelling and sentence construction updates 9 years ago
0xAX aedaaf6d97 Merge pull request #326 from c0riolis/linux-bootstrap-2-fix
Fix linux-bootstrap-2.md
9 years ago
0xAX 0ac662bdc8 Merge pull request #323 from c0riolis/master
Fix linux-bootstrap-1.md
9 years ago
Alexander Kuleshov 48fdd8c37f updated last part of the Linux kernel booting process chapter 9 years ago
Alexander Kuleshov 7a92195259 Finish with fourth part of booting process 9 years ago
Alexander Kuleshov 3e2e3b823c update linux-bootstrap-4.md 9 years ago
Alexander Kuleshov f6c57be9bb Last update of the Booting/linux-bootstrap-4.md 9 years ago
Alexander Kuleshov 0cfd3af65f Update Booting/bootstrap-4.md 9 years ago
Matthieu Tardy 175b153379 Normalize indentation in linux-bootstrap-2 to improve readability 9 years ago
Matthieu Tardy 29ac51e923 Fix linux-bootstrap-2.md 9 years ago
Matthieu Tardy c0c69b8dc0 Normalize indentation in linux-bootstrap-1's code sections to improve readability 9 years ago
Matthieu Tardy 7f8146db1e Fix linux-bootstrap-1.md
Fix some offset and size errors.
Replace the ambiguous term "segment" by "segment selector".
Add an explanation for the reset vector address.
Fix a typo in the segment register align part (it's a cld and not a cli).
Add missing syntax highlighting.
9 years ago
zhaoxiaoqiang ae5cbb4c20 fix minor grammer errors 9 years ago
zhaoxiaoqiang 8deab213d9 refine statements about early page table build 9 years ago
0xAX 17351ed45a Update linux-bootstrap-4.md 9 years ago