Commit Graph

1475 Commits

Author SHA1 Message Date
Dongliang Mu
4704d82b25 fix broken links related with 'sync, syscall, timer' 2018-03-22 00:48:13 -04:00
Dongliang Mu
0c5ebb0990 move latex.sh to Scripts folder 2018-03-20 14:40:36 -04:00
Dongliang Mu
5a3c4cbcf3
Merge pull request #6 from 0xAX/master
Merge pull request #580 from MintCN/master
2018-03-20 14:39:41 -04:00
0xAX
e459954a8c
Merge pull request #580 from MintCN/master
check and modify all the links that contains interrupts
2018-03-20 19:28:43 +01:00
Dongliang Mu
193bc74254 modify interrupts from checking 2018-03-19 22:31:59 -04:00
Dongliang Mu
72c71c2560 fix interrupts 2018-03-19 22:09:46 -04:00
Dongliang Mu
088540d0f6
Merge pull request #5 from 0xAX/master
Merge commits
2018-03-19 20:53:30 -04:00
0xAX
31998d1432
Merge pull request #577 from mytbk/boot
fixes in Booting/
2018-03-18 19:37:27 +01:00
Iru Cai
7c0d65420c linux-bootstrap-2: correct the calling convention statement
The use of ax, dx, cx to pass the function arguments is not `fastcall`
convention in GCC, which only uses cx and dx. This calling convention
comes from the GCC -mregparm=3 option.

[1] https://en.wikipedia.org/wiki/X86_calling_conventions
2018-03-18 15:23:38 +08:00
Iru Cai
ab197de198 linux-bootstrap-5.md: fix typo, http->https 2018-03-18 15:20:33 +08:00
Dongliang Mu
8ff052cb45
Merge pull request #4 from 0xAX/master
Merge pull request #576 from MintCN/master
2018-03-17 15:10:40 -04:00
0xAX
1c37c4bf46
Merge pull request #576 from MintCN/master
add one script to check one link is live or not
2018-03-17 19:12:17 +01:00
Dongliang Mu
5d923e14c7 add one script to check one link is live or not 2018-03-17 09:16:55 -04:00
Dongliang Mu
5da01b68da
Merge pull request #3 from 0xAX/master
Merge pull request #575 from MintCN/master
2018-03-17 09:15:29 -04:00
0xAX
e901f79172
Merge pull request #575 from MintCN/master
Change mm to MM, interrupts to Interrupts and modify the related links
2018-03-17 09:08:22 +01:00
Dongliang Mu
869c31442e fix two wrong links 2018-03-16 16:22:56 -04:00
Dongliang Mu
d980b7e353 Merge branch 'master' of https://github.com/MintCN/linux-insides 2018-03-16 16:03:51 -04:00
Dongliang Mu
f159c63e0c Change mm to MM, interrupts to Interrupts 2018-03-16 16:03:40 -04:00
Dongliang Mu
b015fc8805
Merge pull request #2 from 0xAX/master
Merge commits from upstream
2018-03-16 14:35:08 -04:00
0xAX
028594ee6f
Merge pull request #574 from mytbk/bootstrap-1
Booting/linux-bootstrap-1.md fixes
2018-03-16 19:18:39 +01:00
0xAX
967c0578bb
Merge pull request #573 from MintCN/master
wrong relation in SUMMARY.md
2018-03-16 19:17:22 +01:00
Iru Cai
2da09c8755 Booting/linux-bootstrap-1.md: update to the latest coreboot code 2018-03-16 10:51:18 +08:00
Iru Cai
16bb7744f3 Booting/linux-bootstrap-1.md: lowercase coreboot[1], http->https
[1] in coreboot source code:
      util/lint/lint-stable-021-coreboot-lowercase
2018-03-16 10:51:12 +08:00
Dongliang Mu
c6b2c783bf wrong relation in SUMMARY.md 2018-03-15 19:54:44 -04:00
Dongliang Mu
2b7f4d1065
Merge pull request #1 from 0xAX/master
Merge pull request #571 from MintCN/master
2018-03-15 19:52:25 -04:00
0xAX
f061d7bbe1
Merge pull request #571 from MintCN/master
modify the filename in Data Structures due to the filename conversion
2018-03-15 19:20:18 +01:00
Dongliang Mu
698f76a79e modify the filename due to the filename conversion 2018-03-14 15:08:23 -04:00
Alexander Kuleshov
5f1a9948ba timers-3: fix grammar nits
Thank you @atishp04
2018-03-15 00:12:44 +06:00
Alexander Kuleshov
41c8f09c8e
inline assembly: fix result of summation 2018-03-15 00:07:27 +06:00
Alexander Kuleshov
5727932167
fix links in interrupts/README.md 2018-03-03 00:14:36 +06:00
Alexander Kuleshov
5a31a845d9
fix links in Timers/README.md 2018-03-03 00:13:22 +06:00
Alexander Kuleshov
8d17a25056
fix links in Theory/README.md 2018-03-03 00:12:28 +06:00
Alexander Kuleshov
5cfb5aa0e0
fix links in SyncPrim/README.md 2018-03-03 00:11:51 +06:00
Alexander Kuleshov
2a90ecc3f5
fix links in DataStructures/README.md
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-03-03 00:10:19 +06:00
Alexander Kuleshov
9a5bbd33d1 fix links in Concepts/README.md 2018-03-03 00:09:32 +06:00
Alexander Kuleshov
6be1a85388
fix link to cgroups 2018-03-03 00:08:43 +06:00
Alexander Kuleshov
7aa498d0ef fix link to cgroups chapter 2018-03-03 00:08:02 +06:00
Alexander Kuleshov
1e81943f8e
fix link to cgroups 2018-03-03 00:07:15 +06:00
Alexander Kuleshov
a179617a48
fix SUMMARY.md 2018-03-03 00:03:31 +06:00
Alexander Kuleshov
a36078f2ea Merge branch 'ranguli-master' 2018-03-02 23:56:35 +06:00
0xAX
66c146c8c7
Merge pull request #566 from horaceheaven/linux-bootstrap-fixes
Minor sentence fixes
2018-02-15 12:27:15 +01:00
Joshua Murphy
119ce05d76
Update latex.sh 2018-02-14 11:02:19 -03:30
Joshua Murphy
463fcd587a Now successfuly converting each chapter into LaTeX, compiling it and then merging each PDF together into a single book. Currently no image support! 2018-02-14 10:58:22 -03:30
Joshua Murphy
6d69c2431b Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 2018-02-14 10:03:16 -03:30
Horace Heaven
af8826bca1 Minor sentence fixes to make it easier to read 2018-02-14 03:35:19 -04:00
0xAX
23be73a113
Merge pull request #565 from milesfrain/linux-syscall-1-edits
syscalls-1: MSR_LSTAR clarification and minor edits
2018-02-01 19:10:08 +01:00
Miles Frain
081d4335ff syscalls-1: MSR_LSTAR clarification and minor edits 2018-02-01 00:04:29 -07:00
0xAX
8bbd5bf2db
Merge pull request #564 from a3f/patch-1
Fix typo
2018-01-29 09:02:51 +01:00
Ahmad Fatoum
ddb7c46812
Fix typo
and/or gender assumption ;)
2018-01-28 17:47:14 +01:00
0xAX
ba1b92575b
Merge pull request #561 from kuritonasu/linux-bootstrap-1-fix
A couple of grammatical suggestions
2018-01-23 18:42:34 +01:00