Commit Graph

1220 Commits

Author SHA1 Message Date
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
0xAX
a11d58536b Merge pull request #390 from thanatos/fix-missing-code-block-end-markers
Fix some missing code block end markers
2016-05-09 10:50:08 +03:00
Roy Wellington Ⅳ
4773e2721f Fix some missing code block end markers
Some of the code blocks in `SyncPrim/sync-4.md` were missing their end markers,
causing normal text to be added to the code block. Fix that.
2016-05-08 14:09:22 -07:00
0xAX
371bf87a40 Update sync-4.md 2016-05-08 20:16:18 +06:00
0xAX
c71bb9b6f4 Update README.md 2016-05-08 20:15:43 +06:00
0xAX
52691aeb86 Update SUMMARY.md 2016-05-08 20:15:06 +06:00
0xAX
b44ce990b1 Create sync-4.md 2016-05-08 20:14:17 +06:00
0xAX
e4e13f6289 Merge pull request #387 from JustusAdam/inline-asm-patch-1
Syntactic rewrite
2016-05-03 19:56:58 +03:00
Yoshihiro YUNOMAE
5545d5f6af Add yunomae to contributors 2016-05-03 16:35:13 +09:00
Yoshihiro YUNOMAE
f057964f98 Fix typo 2016-05-03 16:33:09 +09:00
Justus Adam
f221cbbf82 Updated contributors 2016-05-02 12:15:42 +02:00
Justus Adam
7061f4bc1f Syntactic rewrite
Reformatted text preserving the original semantics
2016-05-02 12:12:35 +02:00
Matthew Fernandez
5954812ed2 Fix some mixed types in asm.md.
This commit fixes some instances where return types did not match the type of
the variable being returned or printf format strings did not match the types of
arguments.
2016-05-02 18:39:49 +10:00
0xAX
c488370cc3 Merge pull request #383 from Utanith/patch-1
Update asm.md
2016-05-02 10:42:11 +03:00
Utanith
0126dccdca Update asm.md
Lots and lots of editing for readability. Hope it helps!
2016-05-01 18:43:46 -06:00
0xAX
f02f275597 Merge pull request #382 from jwilk/spelling
Theory/asm: Fix typos
2016-05-01 23:05:43 +03:00
Jakub Wilk
a56eb1e9c3 Add jwilk to contributors 2016-05-01 21:29:38 +02:00
Jakub Wilk
61674465a6 Theory/asm: Fix typos 2016-05-01 21:27:03 +02:00
0xAX
99ad079996 Update README.md 2016-05-01 21:23:48 +06:00
0xAX
40484fa5ef Update SUMMARY.md 2016-05-01 21:23:29 +06:00
0xAX
b80486dde2 Create asm.md 2016-05-01 21:22:52 +06:00
0xAX
c235ead9f1 Merge pull request #378 from Alcaro/boot-fixes
Fix a huge pile of issues
2016-04-27 10:39:03 +03:00
0xAX
63d0455c7e Update README.md 2016-04-24 20:11:58 +06:00