106 Commits (172c32679837fa3dcb03a0d0b4bfe4e150a874f3)

Author SHA1 Message Date
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
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 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
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
慕冬亮 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
ruthgrace 863a6b0297 fixed grammar in linux-bootstrap-1.md, Segment registers align section 9 years ago
ruthgrace 23e9c2751a fixed grammar in linux-bootstrap-1.md, Start of kernel setup section 9 years ago
ruthgrace 52a79a7319 fixed grammar in linux-bootstrap-1.md, Bootloader section 9 years ago
Craig P Jolicoeur 02c7a60599 Update typo
`starts` not `startes`
9 years ago
mudongliang 3f2eaef8ad fix issue #211 9 years ago
0xAX 40466a4931 Merge pull request #212 from mudongliang/master
change grammatical tense problem
9 years ago
0xAX a9f8ac57b3 Merge pull request #216 from QuentinPerez/missing_register
missing register
9 years ago
Quentin Perez 8c76586ebd missing register 9 years ago
Remi Rampin 1ad8f71482 TYPO: wether -> whether 9 years ago
mudongliang 2a818916a6 change some grammatical tense problem 9 years ago
Leonardo 8b326e3766 Fixed typo: fielsd --> fields 9 years ago
0xAX 1ab5214d9d Update linux-bootstrap-1.md 9 years ago
rpeiremans 44eb8b2c39 Update linux-bootstrap-1.md
Fixed several typos, rewrote some parts of the text
9 years ago
rpeiremans c505715c91 Update linux-bootstrap-1.md 9 years ago
0xAX aedf30cbf4 Update linux-bootstrap-1.md 9 years ago
nimisolo 81777efad4 It should be "cld" here :) 9 years ago
Jean-Baptiste Cayrou f935203ffd Fix linux-bootstrap-1.md incorrect merging
Correct merging of commit da38b6038d line 253
9 years ago
0xAX 3e84a906e4 Update linux-bootstrap-1.md 9 years ago
0xAX 6bb648df18 Update linux-bootstrap-1.md 9 years ago
Waqar144 d1ed036979 Fix grammar, some capitalization corrections 9 years ago
kittyhawk da38b6038d Update from origin 9 years ago
Waqar144 ac87a85cc7 some grammar fixes, highlighting fixes and some other small fixes. 10 years ago
Waqar144 68ba0dd304 some grammar fixes, highlighting fixes and some other small fixes. 10 years ago
Vaibhav Tulsyan 5178f0dbfa Fixed minor grammar 10 years ago
Arpan Kapoor 26e1158223 Fix nasm output format
Output option for flat-form binary files is 'bin'
10 years ago
Kevin Swinton 77f2bef595 Update linux-bootstrap-1.md
A small review of the BSS area. I hope you find the changes acceptable - the changes proposed here should improve the narrative flow, as well as provide a slightly clearer explanation as to what the x86 code is doing (for those less familiar with native x86 instructions).
10 years ago
Kevin Swinton 445b4ad7b8 Update linux-bootstrap-1.md
Removed superfluous call to 'jmp boot' in the sample boot sector code.
10 years ago
Dzmitry Plashchynski f771529c58 Intel syntax uses ; as a comment mark
There's a NASM compilation error:
```
boot.nasm:1: error: label or instruction expected at start of line
Note: this example written with Intel syntax:1: error: label or instruction expected at start of line
```
10 years ago
Fabio Pozzi d9bfb12650 fix typo: 1MB is 0xfffff, not 0xffff which is 65535 10 years ago
Jonatan Pålsson 02a4a4a431 Add description on QEMU booting 10 years ago
LYF610400210 567f2b39b8 linux-bootstrap-1.md -- fixed some grammar errors 10 years ago
0xAX 4f87dd7be0 Update linux-bootstrap-1.md 10 years ago
0xAX eca46a8a8a Update linux-bootstrap-1.md 10 years ago
Cam Cope 387e7e3546 Add more detail to the bootloader section 10 years ago
0xAX 62d608480c titles updated 10 years ago
0xAX 558988009d move files 10 years ago
0xAX 6543a39401 renames 10 years ago
0xAX e013535d5c boot moved to Boot 10 years ago