1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-01 04:29:39 +00:00
Commit Graph

58 Commits

Author SHA1 Message Date
Nehal J Wani
9553e9bf82 Fix small grammatical error
s/use/uses . The word 'processor' is singular :)
2016-04-12 03:15:40 +05:30
Larry Kim
51c5bc4893 Help readers not to confuse with segment addr and phy addr
and a minor typo
2016-04-03 06:20:43 +09:00
Matthieu Tardy
c0c69b8dc0 Normalize indentation in linux-bootstrap-1's code sections to improve readability 2016-01-22 06:01:43 +01:00
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.
2016-01-22 06:01:43 +01:00
zhaoxiaoqiang
ae5cbb4c20 fix minor grammer errors 2016-01-06 18:16:12 +08:00
0xAX
4830c64aeb Update linux-bootstrap-1.md 2015-12-28 17:15:16 +06:00
0xAX
7e18eb149b Merge pull request #299 from mudongliang/modifyinternals
revert internals to insides in Booting
2015-12-16 23:07:20 +06:00
0xAX
5c8788aac6 Merge pull request #304 from shravanshandilya/master
Kernel is out of context till this point
2015-12-09 22:49:58 +06:00
0xAX
ee707554ea Merge pull request #297 from ruthgrace/bootstrap_1_bootloader
fixed grammar in linux-bootstrap-1.md, Bootloader section
2015-12-07 18:49:15 +06:00
Shravan Shandilya
a29d64e171 Kernel is out of context till this point 2015-12-06 21:19:39 +05:30
0xAX
422426a901 Merge pull request #296 from ruthgrace/bootstrap_1_bss_setup
fixed grammar in linux-bootstrap-1.md, BSS Setup section
2015-12-03 15:38:10 +06:00
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
2015-12-01 20:23:43 +06:00
0xAX
0de6568131 Merge pull request #293 from ruthgrace/bootstrap_1_jump_to_main
fixed grammar in linux-bootstrap-1.md, Jump to main section
2015-11-30 17:46:53 +06:00
0xAX
8f8c543d9c Merge pull request #292 from ruthgrace/bootstrap_1_segment_registers_align
fixed grammar in linux-bootstrap-1.md, Segment registers align section
2015-11-25 23:05:11 +06:00
0xAX
f245f5b9fa Merge pull request #291 from ruthgrace/bootstrap_1_stack_setup
fixed grammar in linux-bootstrap-1.md, Stack set up section
2015-11-23 22:55:50 +06:00
慕冬亮
a413dd6a56 revert internals to insides in Booting 2015-11-02 10:49:34 +08:00
ruthgrace
f8083757de fixed grammar in linux-bootstrap-1.md, From the bootloader to [the] kernel section 2015-10-31 20:00:43 -04:00
ruthgrace
03a327ad22 fixed grammar in linux-bootstrap-1.md, Jump to main section 2015-10-31 03:12:04 -04:00
ruthgrace
a02a5d274c fixed grammar in linux-bootstrap-1.md, BSS Setup section 2015-10-31 03:10:57 -04:00
ruthgrace
dd493be7fb fixed grammar in linux-bootstrap-1.md, Stack set up section 2015-10-31 03:08:20 -04:00
ruthgrace
863a6b0297 fixed grammar in linux-bootstrap-1.md, Segment registers align section 2015-10-31 02:56:48 -04:00
ruthgrace
23e9c2751a fixed grammar in linux-bootstrap-1.md, Start of kernel setup section 2015-10-31 02:52:15 -04:00
ruthgrace
52a79a7319 fixed grammar in linux-bootstrap-1.md, Bootloader section 2015-10-31 02:47:55 -04:00
Craig P Jolicoeur
02c7a60599 Update typo
`starts` not `startes`
2015-10-19 16:02:22 -04:00
mudongliang
3f2eaef8ad fix issue #211 2015-10-11 12:24:36 +08:00
0xAX
40466a4931 Merge pull request #212 from mudongliang/master
change grammatical tense problem
2015-09-27 11:58:48 +06:00
0xAX
a9f8ac57b3 Merge pull request #216 from QuentinPerez/missing_register
missing register
2015-09-27 11:58:25 +06:00
Quentin Perez
8c76586ebd missing register 2015-09-20 20:51:17 +02:00
Remi Rampin
1ad8f71482 TYPO: wether -> whether 2015-09-20 14:08:10 -04:00
mudongliang
2a818916a6 change some grammatical tense problem 2015-09-17 10:23:50 -04:00
Leonardo
8b326e3766 Fixed typo: fielsd --> fields 2015-09-09 18:24:52 -04:30
0xAX
1ab5214d9d Update linux-bootstrap-1.md 2015-09-06 12:21:41 +06:00
rpeiremans
44eb8b2c39 Update linux-bootstrap-1.md
Fixed several typos, rewrote some parts of the text
2015-09-03 19:25:19 +02:00
rpeiremans
c505715c91 Update linux-bootstrap-1.md 2015-09-03 19:25:19 +02:00
0xAX
aedf30cbf4 Update linux-bootstrap-1.md 2015-07-28 23:39:57 +06:00
nimisolo
81777efad4 It should be "cld" here :) 2015-07-28 11:32:13 +08:00
Jean-Baptiste Cayrou
f935203ffd Fix linux-bootstrap-1.md incorrect merging
Correct merging of commit da38b6038d line 253
2015-07-12 22:14:06 +02:00
0xAX
3e84a906e4 Update linux-bootstrap-1.md 2015-07-08 13:23:33 +06:00
0xAX
6bb648df18 Update linux-bootstrap-1.md 2015-07-03 13:34:21 +06:00
Waqar144
d1ed036979 Fix grammar, some capitalization corrections 2015-07-02 01:45:49 +05:00
kittyhawk
da38b6038d Update from origin 2015-07-02 01:12:25 +05:00
Waqar144
ac87a85cc7 some grammar fixes, highlighting fixes and some other small fixes. 2015-05-05 00:18:15 +05:00
Waqar144
68ba0dd304 some grammar fixes, highlighting fixes and some other small fixes. 2015-05-05 00:07:22 +05:00
Vaibhav Tulsyan
5178f0dbfa Fixed minor grammar 2015-05-04 20:53:20 +05:30
Arpan Kapoor
26e1158223 Fix nasm output format
Output option for flat-form binary files is 'bin'
2015-04-20 00:10:48 +05:30
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).
2015-03-27 20:42:31 +00:00
Kevin Swinton
445b4ad7b8 Update linux-bootstrap-1.md
Removed superfluous call to 'jmp boot' in the sample boot sector code.
2015-03-23 17:11:03 +00:00
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
```
2015-03-09 20:29:39 +02:00
Fabio Pozzi
d9bfb12650 fix typo: 1MB is 0xfffff, not 0xffff which is 65535 2015-03-09 17:05:55 +01:00
Jonatan Pålsson
02a4a4a431 Add description on QEMU booting 2015-02-28 13:30:28 +01:00