Commit Graph

94 Commits

Author SHA1 Message Date
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
Remi Rampin
be59a42e94 Fix get_heap arguments meaning
`n` is not the number of bytes but the number of items which are each of
the given size.
2015-09-20 15:31:23 -04:00
Remi Rampin
6aaa477bc6 TYPO: put_char -> putchar 2015-09-20 15:31:16 -04:00
Remi Rampin
72cc33c3c6 TYPO: minor fixes in booting section 2015-09-20 15:30:58 -04: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
慕冬亮
58f930ebb8 Merge pull request #11 from 0xAX/master
merge commits
2015-09-16 14:44:11 +08:00
Leonardo
8b326e3766 Fixed typo: fielsd --> fields 2015-09-09 18:24:52 -04:30
Administrator
763f9066b6 modify some descriptions of README in Booting 2015-09-09 18:36:33 +08:00
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
Dave Flogeras
511688b110 Fix typo 2015-08-27 21:49:42 -03:00
Siôn Le Roux
51e7262cdc Fix typo
stoped --> stopped
2015-08-09 22:57:56 +02:00
Waqar Ahmed
8a166ac424 Fix sentence structures in linux-bootstrap-3
Update heading underline to 80 chars
2015-08-04 23:37:26 +05:00
Waqar Ahmed
2538edd5d9 Fix sentence structures in linux-bootstrap-3
Updated.
2015-08-04 19:24:50 +05:00
Waqar Ahmed
bc872eb2f7 Fix conflicts 2015-08-03 01:12:27 +05:00
Waqar144
e3897be370 [3/3] Fix sentence structures in linux-bootstrap-3.md 2015-08-03 00:55:18 +05:00
Waqar144
4af04f58c6 [3/3] Fix sentence structures in linux-bootstrap-3.md 2015-08-03 00:39:25 +05:00
Waqar144
196a8b8f90 [2/3] Fix sentence structures in linux-bootstrap-3.md 2015-08-03 00:25:59 +05:00
Waqar144
175f348a02 [1/3] Fix sentence structures in linux-bootstrap-3.md 2015-08-03 00:25:58 +05:00
Waqar144
e10c624957 [1/3] Fix sentence structures in linux-bootstrap-3.md 2015-08-01 23:59:49 +05: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
9de004f866 Merge pull request #129 from Waqar144/master
Update Linux-Bootsrap-2.md
2015-07-09 14:05:19 +06:00
Waqar Ahmed
25c03728b2 Update Linux-Bootsrap-2.md
Fix minor mistakes
updated some sentences.
added more explanation and code.
2015-07-08 19:24:29 +05:00
0xAX
3e84a906e4 Update linux-bootstrap-1.md 2015-07-08 13:23:33 +06:00
Waqar Ahmed
921be703d2 fix wrong capital 2015-07-06 20:39:57 +05:00
Waqar Ahmed
0adc50e635 highlight fix, numbering fix 2015-07-06 15:18:38 +05:00
Waqar Ahmed
27ee40c93a Return previous heading
fixed wrong capital
2015-07-05 15:55:19 +05:00
Waqar Ahmed
3384a4351e Small fixes 2015-07-05 02:17:04 +05:00
Waqar Ahmed
4eb7e7d783 Change first heading to overview 2015-07-05 02:13:44 +05:00
Waqar Ahmed
c2c7f33435 Some more cleanups for GDT and protected mode 2015-07-05 02:12:51 +05:00
kittyhawk
90608ac7ce Merge branch 'master' of https://github.com/0xAX/linux-insides 2015-07-03 16:23:31 +05:00
Waqar144
e0f2abea2d Merge pull request #1 from Waqar144/bt-2
merge branches
2015-07-03 16:07:47 +05:00
kittyhawk
d8a45ac0f4 Update GDT, add more explanation, clarify, minor corrections) 2015-07-03 16:03:19 +05:00
kittyhawk
a704c61037 Minor grammar corrections, Minor mistake correction 2015-07-03 14:16:05 +05:00
Waqar144
4556442a36 remove -"for further reading" from links heading 2015-07-03 13:20:20 +05:00
0xAX
6bb648df18 Update linux-bootstrap-1.md 2015-07-03 13:34:21 +06:00
Waqar144
641f9d4843 Add further reading links 2015-07-03 02:50:30 +05:00
kittyhawk
6fd85f870d Fix highlighting, grammar and some code additions 2015-07-03 02:41:41 +05: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
0xAX
002ef60893 Update linux-bootstrap-5.md 2015-06-12 22:52:42 +06:00
0xAX
c47af96544 Update linux-bootstrap-5.md 2015-05-23 22:49:48 +06:00
Christopher Toth
88de3bac64 Minor grammatical cleanups in part 2 of the booting section.
Specifically I fixed a lot of article usage. I did my best to maintain the flow of the document with only minor rearranging of words. If I was unsure of something I left it as it was, as I did not want to possibly corrupt any important technical details.
2015-05-11 12:03:39 -06:00
Waqar144
ac87a85cc7 some grammar fixes, highlighting fixes and some other small fixes. 2015-05-05 00:18:15 +05:00