1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00
Commit Graph

130 Commits

Author SHA1 Message Date
Alex Gonzalez
1296c76929 Fix typos with capitalization and punctuation 2016-07-10 11:08:56 -07:00
Connor Mullen
6fa41a0f21 fixes typos and inverted logic in seqlock theory paragraphs 2016-07-10 10:01:13 -07: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
Kavindra Nikhurpa
4ef112f88b Added to contributors 2016-06-29 10:56:55 +05:30
Jeremy Cline
4aa8cbcc60
Fix a few minor typos 2016-06-04 11:14:24 -04:00
ehhuxin
ee30213c0c Fix typo: Se->We 2016-06-01 10:57:55 -07: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
Mack Stump
cb91ea26cb add self to contributors 2016-05-19 10:47:18 -04: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
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
Yoshihiro YUNOMAE
5545d5f6af Add yunomae to contributors 2016-05-03 16:35:13 +09:00
Justus Adam
f221cbbf82 Updated contributors 2016-05-02 12:15:42 +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
Jakub Wilk
a56eb1e9c3 Add jwilk to contributors 2016-05-01 21:29:38 +02:00
Alcaro
8c1b3221fb Clarify and fix various facts, and fix more typos than I can count.
- rep stosl reduces ecx by 1 per write operation, not 4. Source: http://www.fermimn.gov.it/linux/quarta/x86/rep.htm
- Clarification: The four Page Directory tables contain 2048 entries in total, not 2048 each. Source: http://wiki.osdev.org/Page_Tables#Long_mode_.2864-bit.29_page_map
- Registers can not contain %rip-relative addresses, since %rip changes every single instruction. Only the instructions themselves can contain RIP-relative addresses.
- The first argument to decompress_kernel is called rmode, not boot_param.
- The boot_params struct goes in %rdi, not %rsi. Source: https://en.wikipedia.org/wiki/X86_calling_conventions#System_V_AMD64_ABI
- find_random_addr does not ensure that the 'memory region is not less than value of kernel alignment'; it ensures the kernel is at or above the minimum load address.
2016-04-18 22:48:10 +02:00
Piyush Pangtey
80cb2d20dc Update contributors.md
Signed-off-by: Piyush Pangtey <gokuvsvegita@gmail.com>
2016-04-04 11:49:26 +05:30
Matt Todd
452ba213b6 Add mtodd to contributors 2016-03-28 13:12:42 -07:00
amist
15988dfe8d Fix typo in timers-1.md: missied -> missed 2016-03-13 18:03:30 +02:00
mennis
f24f71e041 grammar, spelling and sentence construction updates 2016-02-22 16:54:35 -08: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
Dubyah
82907514bb Update contributors.md 2015-10-28 03:32:25 -07:00
Jeremy Lacomis
2cb4d459de Changed some awkward wording in linux-bootstrap-2. 2015-10-20 16:41:00 -04:00
Ruth Grace Wong
5c5fe7e130 Update contributors.md 2015-10-18 17:42:26 -04:00
ruthgrace
12ff770afe fixed grammar mistakes in linux-bootstrap-4.md, Long mode section 2015-10-18 17:18:57 -04:00
mhudgins
0c540f47b0 minor syscall-1 grammar and sentence fixes 2015-10-13 14:25:26 -07:00
Bogdan Kulbida
886e327b2a fix typo in the bits range 2015-10-08 17:40:51 -04:00
0xAX
55c3c4ea93 Merge pull request #234 from noxiouz/timers-1-typo-fixes
Various typo fixes in timers-1
2015-09-30 00:54:55 +06:00
Anton Tiurin
a3a6e797f7 Various typo fixes in timers-1
Signed-off-by: Anton Tiurin <noxiouz@yandex.ru>
2015-09-28 01:30:19 +03:00
Aaron Ouellette
c66084b745 Merge branch 'master' into grammer-spelling-fixes 2015-09-24 08:14:34 -04:00
Aaron Ouellette
5249b34d0a add myself to contributers 2015-09-21 20:11:37 -04:00
Dennis Birkholz
da06980c2b Added myself 2015-09-22 00:20:28 +02:00
zhaoxiaoqiang
6fb886c180 add myself to contributors.md 2015-09-18 16:04:16 +08:00
rpeiremans
90c3452313 Update contributors.md
Added myself as contributor
2015-09-03 19:30:09 +02:00
rpeiremans
957c208b62 merged 2015-09-03 19:26:51 +02:00
brakthehack
631194617e fixed a typo in mm 1 intro 2015-08-31 20:35:55 -07:00
Johan Manuel
e3c22ed019 fix typos and sentences in Paging.md 2015-08-19 17:36:13 +02:00
Administrator
7d6e2c235b fix small spell problem 2015-08-17 16:38:57 +08:00
Ian Miell
e3b60d6b4b Nit-picks and corrections up to "Relocation" 2015-08-02 20:02:57 +01:00
0xAX
9a27e614ec Update contributors.md 2015-07-21 22:48:40 +06:00
0xAX
c03066be15 Update contributors.md 2015-06-09 20:20:06 +06:00
Donny Nadolny
fe624fe797 Improve sentence structure and fix some typos 2015-06-07 19:50:27 -04:00
0xAX
34b80bc021 Update contributors.md 2015-06-06 19:30:35 +06:00
0xAX
0cf97c2521 Update contributors.md 2015-06-03 20:12:51 +06:00
TheCodeArtist
bd15edf9c1 Added myself to the list of contributors
Signed-off-by: TheCodeArtist <cvs268@gmail.com>
2015-06-01 21:42:08 +05:30
0xAX
88d3392b4e Update contributors.md 2015-06-01 13:36:09 +06:00
0xAX
0033e1274e Update contributors.md 2015-05-22 15:37:23 +06:00
0xAX
a4e5ff8889 Update contributors.md 2015-05-20 18:52:37 +06:00
0xAX
a694c121ba Update contributors.md 2015-05-18 16:20:49 +06:00
0xAX
3108a2fc71 Update contributors.md 2015-05-08 14:14:41 +06:00
Vaibhav Tulsyan
0b3eedae2f Added name to contributors list 2015-05-04 20:55:00 +05:30
0xAX
d57b8da9c9 Update contributors.md 2015-04-24 13:28:05 +06:00
Simarpreet Singh
7861593027 Update contributors.md
Adding myself to the contributors list.
2015-04-22 14:31:38 -04:00
0xAX
fa88fef61d updated contributors list 2015-04-22 00:38:21 +06:00
Michael Drueing
19fccfdae8 Add myself to contributors.md 2015-04-14 13:42:07 +02:00
gabesullice
0ea35206e2 Update Initialization/README.md grammar.
Add gabesullice to contributors.md
2015-03-31 08:11:29 -06:00
Michael Aquilina
176881923d Update contributers.md 2015-03-30 11:11:24 +01:00
0xAX
1edc64bc35 Update contributors.md 2015-03-25 13:33:07 +06:00
Kevin Swinton
5388ef2185 Update contributors.md
Added Kevin Swinton to contributors.
2015-03-23 17:13:23 +00:00
Fabio Pozzi
d9bfb12650 fix typo: 1MB is 0xfffff, not 0xffff which is 65535 2015-03-09 17:05:55 +01:00
Kevin Soules
6faaeff164 Add myself to contributors 2015-03-02 05:43:32 +01:00
Ciro Santilli
b6740f7eab Make x86 paging reference title clearer 2015-03-01 08:40:56 +01:00
0xAX
eeae2b1bed Update contributors.md 2015-02-06 22:42:33 +06:00
0xAX
96b44f8f77 Merge branch 'master' of github.com:0xAX/linux-internals 2015-02-04 23:18:33 +06:00
0xAX
7ac08f214f @jonte and @leandromoreira added to CONTRIBUTORS.md 2015-02-04 23:16:06 +06:00
George Horrell
71c66d5c77 grammar fixes to README, CONTRIBUTING and SUMMARY 2015-02-02 18:00:32 +00:00
0xAX
ebeb05e67d contributors.md updated 2015-01-24 17:21:07 +06:00
Daniel Alejandro Campoverde Carrión [alx741]
47f3b8b9e2 Just a sentece corrected at Conclusion section
Future sentences corrected as past sentences.
2015-01-19 12:08:00 -05:00
gulyasm
89f812e01d Fixed a typo and a grammar mistake. 2015-01-18 19:45:29 +01:00
Cody Littlewood
18b88cc9a8 Fixed and clarified grammar/phrasing 2015-01-18 13:01:46 -05:00
zil
2ae394752d fix a typo 2015-01-18 14:59:04 +08:00
0xAX
27b1034889 @bogdanr added to contributors.md 2015-01-06 22:42:41 +06:00
Pana Alexandru
8d5ed1005b Fixed the conversion from 2^16 to 64 kilobytes 2015-01-06 09:50:40 +02:00
andars
2f522be51e Add myself to contributors.md 2015-01-05 18:06:49 -08:00
Alex Fu
2ac540827b add myself to contributors.md 2015-01-05 17:03:24 +08:00
0xAX
1090ca41c2 @akash0x53 added to contributors.md 2015-01-05 12:56:31 +06:00
0xAX
8e980ba39c contributors.md updated 2015-01-05 12:22:37 +06:00
0xAX
823d25fe64 @RubanDeventhiran, @nathansoz and @Chris Costes added to contributors.md 2015-01-05 12:02:19 +06:00
0xAX
102439ba1c @ckrooss added to contributors.md 2015-01-04 23:35:21 +06:00
0xAX
a254376407 contributors.md added 2015-01-04 22:59:09 +06:00