297 Commits (f9c54129a396b5d3a2e4c96af4fb9a9a20b80c7e)

Author SHA1 Message Date
0xAX a04cc2b780
Update linux-bootstrap-6.md 7 years ago
0xAX 23bbbc31ee
Update README.md 7 years ago
Aleksey Lagoshin bfb3d493c7 Fixed mistakes in the segment descriptors part 7 years ago
Alexander Kuleshov d23407fdbd booting: add kaslr part 7 years ago
0xAX f45bab5688
Merge pull request #554 from ayzenquwe/master
Fixed mistakes in the segment descriptors part
7 years ago
Aleksey Lagoshin 6b4aa3e3d6 Fixed mistakes in the segment descriptors part 7 years ago
Alexander Kuleshov 04f10187e0
alignment fixed
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
7 years ago
Alexander Kuleshov afe7d23ed5
fill up linker script
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
7 years ago
Alexander Kuleshov abf4f684a5 bootstrap1: .org directive is useless in a case of binary output
so we may remove one.

Thank you @slo

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
7 years ago
0xF0D0 06bc4a8f6a typo fixed (0bB800 -> 0xb800)
Signed-off-by: 0xF0D0 <goodbumsu@gmail.com>
7 years ago
Low Jeng Lam 0294cff63e
Update link for check_cpu function 7 years ago
Low Jeng Lam c7bf68bfa1
Update link to refer to the correct line number 7 years ago
0xAX 646ccfd632
Merge pull request #531 from c0r3dump3d/linux-bootstrap-1-fix
Linux bootstrap 1 fix
7 years ago
Shaun Smiley cacd5e487b Grammar fixes in Booting Part 1 7 years ago
Andrés Rojas Guerrero a94cefa191 Add location coreboot source code 7 years ago
Andrés Rojas Guerrero 311a318f58 Add location coreboot source code 7 years ago
Alexander Kuleshov 26ebd67859 update linux kernel boostrap parts to the last kernel from upstream 7 years ago
Ding Fei 9015d6ed1f Update linux-bootstrap-3.md 7 years ago
Alexander Kuleshov 2bbbbb9524 boot: e820entry renamed to e820_entry 7 years ago
Alexander Kuleshov ab8d15afd0 boot: update linux-bootstrap-4.md 7 years ago
Alexander Kuleshov 220d3378f7 boot: STACK_SIZE is 1024 now
since d594aa0277 (diff-0af1468d3dc7f373d70011eda7be1592)
7 years ago
Alexander Kuleshov b5d147bf72 boot/pm: fix some expressions 7 years ago
Alexander Kuleshov 6703f0ace4 boot: fix boot-3 7 years ago
Alexander Kuleshov 117dbf29a1 boot: add missed set_bios_mode() 7 years ago
Alexander Kuleshov 8d76549828 boot: remove informatnion about query_mca()
as it was removed in the:

949163015c (diff-25ea8b4d2857dbd7b7ae86277dd464e8)

commit.
7 years ago
Aaron Hill 17da4af718
Make all Github links reference a specific commit
Closes #480
7 years ago
Tao LI cda7e02da7 Typo fixes on booting part1 7 years ago
Alexander Kuleshov 0ce272fc6a fix #14 issue 7 years ago
Alexander Kuleshov 6ed0589b83 many fixes in boot part 1
including links fixes
7 years ago
Alexander Kuleshov 83cc5501b5 update description 7 years ago
Kavindra Nikhurpa ece5ad6f25 fix typos 7 years ago
Alexander Kuleshov 4521637d9c Merge branch 'master' of github.com:0xAX/linux-insides 7 years ago
Alexander Kuleshov af4d2701fa mark some constants 7 years ago
Tomas Juocepis f29bd4aebf 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
Alexander Kuleshov 12006725a4
mention boot linker script as suggeset by @Aaron1011
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
7 years ago
Guillaume Thouvenin 18890ee09f Fix the description of the address FFFFFFF0h 8 years ago
Daniel Campoverde [alx741] d62e2d7f4a Booting: Fix typo 8 years ago
0xAX e0259e744d Merge pull request #463 from PinoTsao/improve
Nitpicking: correct address space range
8 years ago
Cao jin a21734b76d Nitpicking: correct address space range
s/0x100000/0xFFFFF/. Address space size is 1M, but range is 0 - 0xFFFFF
8 years ago
Ayyuce Demirbas 337c8b801d closing brace
your for loop does not have a closing brace
8 years ago
Amreo 2e640db706 Fix math error
Fixed math error because X = 0x001000+sizeof(boot loader)
8 years ago
elyashiv 7d5b4850db minor grammer edits 8 years ago
proninyaroslav 90f50c2ac5 Change README links as relative 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
9 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.
9 years ago
Alcaro f23e2bf684 Fix MCA link
Links are \[text\](URL) in Markdown, not (text)[URL].
9 years ago
Nehal J Wani 9553e9bf82 Fix small grammatical error
s/use/uses . The word 'processor' is singular :)
9 years ago
Larry Kim 51c5bc4893 Help readers not to confuse with segment addr and phy addr
and a minor typo
9 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
0xAX 4830c64aeb Update linux-bootstrap-1.md 9 years ago
0xAX 7e18eb149b Merge pull request #299 from mudongliang/modifyinternals
revert internals to insides in Booting
9 years ago
0xAX 85b813292f Merge pull request #302 from hitmoon/master
fix logic error about KEEP_SEGMENTS flags
9 years ago
0xAX 5c8788aac6 Merge pull request #304 from shravanshandilya/master
Kernel is out of context till this point
9 years ago
0xAX ee707554ea Merge pull request #297 from ruthgrace/bootstrap_1_bootloader
fixed grammar in linux-bootstrap-1.md, Bootloader section
9 years ago
Shravan Shandilya a29d64e171 Kernel is out of context till this point 9 years ago
0xAX 422426a901 Merge pull request #296 from ruthgrace/bootstrap_1_bss_setup
fixed grammar in linux-bootstrap-1.md, BSS Setup section
9 years ago
0xAX 32d9c98364 Merge pull request #295 from ruthgrace/bootstrap_1_from_bootloader_to_kernel
fixed grammar in linux-bootstrap-1.md, From the bootloader to [the] kernel section
9 years ago
0xAX 0de6568131 Merge pull request #293 from ruthgrace/bootstrap_1_jump_to_main
fixed grammar in linux-bootstrap-1.md, Jump to main section
9 years ago
0xAX 8f8c543d9c Merge pull request #292 from ruthgrace/bootstrap_1_segment_registers_align
fixed grammar in linux-bootstrap-1.md, Segment registers align section
9 years ago
zhaoxiaoqiang bd7d8e6af0 fix logic error about KEEP_SEGMENTS flags 9 years ago
0xAX f245f5b9fa Merge pull request #291 from ruthgrace/bootstrap_1_stack_setup
fixed grammar in linux-bootstrap-1.md, Stack set up section
9 years ago
0xAX cdb3a8af99 Merge pull request #290 from ruthgrace/bootstrap_1_start_of_kernel_setup
fixed grammar in linux-bootstrap-1.md, Start of kernel setup section
9 years ago
0xAX fce396e0bf Merge pull request #289 from ruthgrace/bootstrap_2_console_init
fixed grammar in linux-bootstrap-2.md, Console initialization section
9 years ago
0xAX 16e86ba66e Merge pull request #288 from ruthgrace/bootstrap_2_copying_boot_params
fixed grammar in linux-bootstrap-2.md, Copying boot parameters into the "zeropage" section
9 years ago
0xAX aefea69c9e Merge pull request #287 from ruthgrace/bootstrap_2_heap_init
fixed grammar in linux-bootstrap-2.md, Heap Initialization section
9 years ago
0xAX c22523567b Merge pull request #286 from ruthgrace/bootstrap_2_protected_mode
fixed grammar in linux-bootstrap-2.md, Protected mode section
9 years ago
0xAX 2cd0316828 Merge pull request #285 from ruthgrace/bootstrap_2_querying
fixed grammar in linux-bootstrap-2.md, Querying section
9 years ago
0xAX 53d0a9da09 Merge pull request #273 from ruthgrace/bootstrap_3_actual_transition_protected
fixed grammar in linux-bootstrap-3.md, Actual transition into protected mode section
9 years ago
慕冬亮 a413dd6a56 revert internals to insides in Booting 9 years ago
ruthgrace f8083757de fixed grammar in linux-bootstrap-1.md, From the bootloader to [the] kernel section 9 years ago
ruthgrace 03a327ad22 fixed grammar in linux-bootstrap-1.md, Jump to main section 9 years ago
ruthgrace a02a5d274c fixed grammar in linux-bootstrap-1.md, BSS Setup section 9 years ago
ruthgrace dd493be7fb fixed grammar in linux-bootstrap-1.md, Stack set up section 9 years ago