Commit Graph

1392 Commits

Author SHA1 Message Date
0xAX
6f85b63e34 Update README.md 2016-07-10 20:18:21 +06:00
0xAX
236962132d Create sync-6.md 2016-07-10 20:17:36 +06:00
0xAX
e8ecaa1898 Update sync-5.md 2016-07-05 14:23:18 +06:00
0xAX
1abe8a334b Update sync-5.md 2016-07-05 14:22:55 +06:00
0xAX
bc506fcfcd Remove duplication 2016-07-05 14:20:53 +06:00
0xAX
06d099b791 Update SUMMARY.md 2016-07-05 14:20:22 +06:00
0xAX
ee71f4a6e6 Merge pull request #411 from kavi-nikhurpa/fixes
More fixes and corrected contributors.md
2016-07-03 20:07:39 +03:00
Kavindra Nikhurpa
28a39fe665 More fixes and corrected contributors.md
Signed-off-by: Kavindra Nikhurpa <kavindra.nikhurpa@hotmail.com>
2016-07-03 12:19:09 +05:30
0xAX
d95890f381 Merge pull request #408 from jwilk/spelling
Initialization: Fix typos
2016-06-29 10:47:08 +03:00
0xAX
5558f076ce Merge pull request #409 from kavi-nikhurpa/booting-fix
Fixed typos & edits in Booting
2016-06-29 10:46:45 +03:00
Kavindra Nikhurpa
4ef112f88b Added to contributors 2016-06-29 10:56:55 +05:30
Kavindra Nikhurpa
aeb802e895 Fixed typos in Booting 2016-06-29 10:28:48 +05:30
Jakub Wilk
ddad9dfb4f Initialization: Fix typos 2016-06-28 11:31:24 +02:00
0xAX
5e586d80fc Merge pull request #407 from bobsaintcool/linux-theory-elf-fixtypo-0
<Theory/ELF: Fix a link to kernel memory map documentation>
2016-06-25 15:51:23 +03:00
Quentin Bourgeois
587f30dca7
<Theory/ELF: Fix a link to kernel memory map documentation>
The link pointed to "EFI region mapping space" instead of "kernel text
mapping, from phys 0".
2016-06-22 00:52:34 +02:00
0xAX
349d68a27f Update SUMMARY.md 2016-06-12 20:24:09 +06:00
0xAX
f16f376de3 Update README.md 2016-06-12 20:23:50 +06:00
0xAX
e70ec011c6 Create mm-3.md 2016-06-12 20:23:18 +06:00
0xAX
acaac6cbcc Merge pull request #404 from jeremycline/booting-4-typos
Fix a few minor typos
2016-06-04 21:54:12 +03:00
Jeremy Cline
4aa8cbcc60
Fix a few minor typos 2016-06-04 11:14:24 -04:00
0xAX
6c34660782 Merge pull request #403 from huxq/master
Two minor fixes
2016-06-02 10:33:38 +03:00
Xiaoqin Hu
f9eda4ac05 Fix __down function 2016-06-01 18:38:35 -07:00
Xiaoqin Hu
8998362d50 More precise on what to decrease 2016-06-01 17:53:40 -07:00
0xAX
b85e5454fc Merge pull request #402 from huxq/master
Fix typo: Se->We
2016-06-01 21:47:37 +03:00
ehhuxin
ee30213c0c Fix typo: Se->We 2016-06-01 10:57:55 -07:00
0xAX
e95cd636b7 Merge pull request #401 from PrinceDhaliwal/mybranch
Fix Typos: mm/linux-mm-1.md
2016-05-31 20:10:27 +03:00
Pushpinder Singh
bbfcf6918c Update contributors.md 2016-05-31 19:03:04 +05:30
Pushpinder Singh
bce8822ebc Update contributors.md 2016-05-31 19:01:47 +05:30
Pushpinder Singh
aa660a458d Fix Typos: parts --> part 2016-05-31 18:59:16 +05:30
0xAX
080abca4a3 Merge pull request #400 from sevico/patch-2
fix 1f offset
2016-05-26 20:30:32 +03:00
sevico
5f56136420 fix 1f offset
on the context,the offset of 1f should be 0x21.
2016-05-26 21:15:48 +08:00
0xAX
6b7c961d77 Merge pull request #399 from sevico/patch-1
fix typo
2016-05-25 11:14:36 +03:00
sevico
3568a962e4 fix typo
"memcpy` puts the address of `boot_params.hdr` into `si` and saves the size on  " should be di
2016-05-25 09:04:03 +08:00
0xAX
e33f6bfdce Merge pull request #397 from rmbreak/spellcheck-typos-fix
Ran spellchecker against *.md
2016-05-23 13:25:05 +03:00
Mack Stump
cb91ea26cb add self to contributors 2016-05-19 10:47:18 -04:00
Mack Stump
3fda046617 fix typos 2016-05-19 10:46:26 -04:00
0xAX
22e49c5e2b Update sync-5.md 2016-05-15 21:11:50 +06:00
0xAX
5b0d41829c Update SUMMARY.md 2016-05-15 21:10:44 +06:00
0xAX
46dab1f55d Update README.md 2016-05-15 21:10:21 +06:00
0xAX
d0608132e6 Create sync-5.md 2016-05-15 21:09:12 +06:00
0xAX
8709507ce5 Merge pull request #395 from zhangyangjing/master
Update interrupts-9.md
2016-05-13 10:53:50 +03:00
Yangjing Zhang
75ed29a57b Update interrupts-9.md 2016-05-13 13:58:26 +08:00
Yangjing Zhang
04918b1c0c Update interrupts-9.md 2016-05-13 13:43:21 +08:00
Yangjing Zhang
fc1fecbf06 Update interrupts-9.md 2016-05-13 11:19:10 +08:00
0xAX
c001ecc929 Merge pull request #394 from choleraehyq/patch-1
Fix a little typo in linux-mm-1.md
2016-05-11 12:06:24 +03:00
Cholerae Hu
0a12882381 Update linux-mm-1.md
Fix a typo.
2016-05-11 04:03:36 -05:00
0xAX
e084d29ef0 Merge pull request #393 from zhangyangjing/master
fix for issue #392
2016-05-10 20:29:01 +03:00
Yangjing Zhang
286a34ed9b fix for issue #392 2016-05-10 10:13:00 +08:00
0xAX
717dc647fe Merge pull request #391 from JGRennison/link-fixes
Fix malformed links in SyncPrim 3 & 4 and Initialization 7.
2016-05-09 21:12:05 +03:00
Jonathan G Rennison
f021bdf8cc Fix malformed links in SyncPrim 3 & 4 and Initialization 7.
'CPU mask' link in Initialization 7 is double-bracketed.
'Previous part' links in SyncPrim 3 & 4 have two opening brackets
and one closing.
'Previous part' link in SyncPrim 4 points to current page,
instead of previous.

Append to contributors.
2016-05-09 18:39:30 +01:00