Commit Graph

1232 Commits

Author SHA1 Message Date
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
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