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

1490 Commits

Author SHA1 Message Date
proninyaroslav
050bd8d709 [Booting] Обновление ссылок на изображения 2019-11-10 19:08:06 +03:00
Michael D
fc9b625ee7 Salvage images from archive.org and add them to git 2019-11-10 19:03:24 +03:00
Sourav Karjee
d68cbe310b Update linux-misc-2.md 2019-11-10 18:59:46 +03:00
SeongJae Park
09e33c7b74 SyncPrim/linux-sync-2.md: Fix a dot into semicolon
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-11-10 18:59:32 +03:00
SeongJae Park
e8855d298a SyncPrim/linux-sync-2.md: Fix missed description about spinlock api
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-11-10 18:59:23 +03:00
Marco Torsello
c64eb32ea3 Corrected escaping on two URLs
Corrected escaping on two Wikipedia URLs
2019-11-10 18:58:36 +03:00
proninyaroslav
bb882b32d6 [bootstrap-1] Ссылка на минимальный загрузчик с комментариями 2019-11-10 18:56:55 +03:00
Josh Byster
bec19e8f5a Minor clarity edit in sentence
I may be misunderstanding the original meaning of the line, however "after the factorial function" seems to mean it would be "offset after the factorial function" (i.e. `0x400537 + 0x18`) but in reality you mean offset after the call function to get to the factorial function (`0x40051a + 0x5 + 0x18`). Very minor edit but may help for clarity. Thanks for creating such an awesome project.
2019-11-10 18:53:44 +03:00
Yaroslav Pronin
1c4caa7f35
Update README.md 2019-07-16 08:42:01 +00:00
proninyaroslav
cfabdc78c5 Начало перевода linux-initialization-4.md 2019-07-14 20:49:04 +03:00
kylekizirian
680ae47ec0 fixed typo in interrupts/linux-interrupts-2 for early_idt_handler_array 2019-07-14 19:22:54 +03:00
SeongJae Park
5272fb33af SyncPrim: Fix wrong link to kernel files
A few links to kernel files in Torvalds's github mirror repo is missing
'/blob/'.  This commit fixes the links.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-07-14 19:22:13 +03:00
SeongJae Park
b48eea494f SyncPrim: Fix a typo: s/expnads/expands/
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-07-14 19:22:04 +03:00
SeongJae Park
ea19639bdc SyncPrim: Consistently wrap 'spinlock' with '`'
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-07-14 19:21:55 +03:00
SeongJae Park
97529893d2 SyncPrim: Add missed description
A description about 'spin_lock_irqsave' and 'spin_lock_irq' is missing
lock acquisition.  This commit adds the missed description.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-07-14 19:21:46 +03:00
SeongJae Park
86778ce057 SyncPrim: Consistently wrap 'spinlock' with '`'
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-07-14 19:21:35 +03:00
SeongJae Park
fdcb91ec20 contributors: Add SeongJae
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2019-07-14 19:21:16 +03:00
xindoo
c88f70765a fix some lexcial mistakes 2019-07-14 19:20:10 +03:00
Ryder
0b1422e7ed Grammar updates for queued spinlocks
Rewrote a few sentences to make them easier to read, grammar corrections.
2019-07-14 19:17:57 +03:00
proninyaroslav
f0840336bb Обновление e-book файлов 2019-04-17 21:37:05 +03:00
proninyaroslav
bed6a784de Исправление ошибки 2019-04-17 21:30:37 +03:00
Timothy Liu
3b562f56a5 Proposed improvements to explanation of spinlock 2019-04-17 21:28:52 +03:00
Maurice Aiken
e95b73ccea fix the ambiguous sentence 2019-04-17 21:28:35 +03:00
proninyaroslav
24e02f15f0 Исправление ошибки 2019-04-17 21:28:07 +03:00
johnny
d8ed15075a Update linux-initialization-6.md
SMBIOS EPS table residents in physical memory addresses between 0xF0000 and 0xFFFFF
2019-04-17 21:26:06 +03:00
johnny
48b9a19253 Update linux-initialization-5.md
typo
2019-04-17 21:25:54 +03:00
johnny
b4717f98a6 Update linux-initialization-5.md
typo
2019-04-17 21:24:45 +03:00
johnny
d2c457e7ac Update linux-initialization-4.md
typo
2019-04-17 21:24:32 +03:00
proninyaroslav
7a522bf4ae Исправление ошибки 2019-04-17 21:23:56 +03:00
proninyaroslav
a829299f12 Обновление linux-initialization-2.md
вершина стека перед выполнением early_idt_handler_common является номером вектора
2019-04-17 21:22:33 +03:00
Bo YU
18a93d79f2 Syscall: fix syscall table entry for 86_64
Fix the maxium number of syscall table for 86_64
in kernel version: v5.0.0-rc7

Signed-off-by: Bo YU <tsu.yubo@gmail.com>
2019-04-17 21:19:27 +03:00
Dan Robertson
e2f23e4790 Fix nit in Paging file 2019-04-17 21:18:25 +03:00
I°_°I
4bedd4d967 cand to and
"From this moment we have `argc`cand `argv" -> "From this moment we have `argc` and `argv"
2019-04-17 21:18:13 +03:00
proninyaroslav
4f9982f379 Add Korean translation 2019-04-17 21:18:02 +03:00
blameying
5976fccbb7 fix file syscall3 vdso-image-32.c 2019-04-17 21:16:48 +03:00
Takuya Yamamoto
f5541bcf43 Update linux-sync-2.md 2019-04-17 21:16:01 +03:00
proninyaroslav
00531ca9cb Исправление опечатки 2019-04-17 21:13:54 +03:00
Takuya Yamamoto
33bdfe6ea3 Update linux-sync-1.md 2019-04-17 21:12:36 +03:00
Weikang Shi
4050763c5c typo
fix
2019-04-17 19:44:31 +03:00
dragonly
3468c382c3 add myself into contributors.md 2019-04-17 19:44:13 +03:00
Weber Zhang
a012eda0af Fix up one mistake
`/proc/pid/systemcall` -> `/proc/${pid}/syscall`
2019-04-17 19:42:41 +03:00
proninyaroslav
eb7f35745f Обновление Ebook файлов 2018-11-05 18:46:43 +03:00
proninyaroslav
49a80bf6cf Обновление linux-initialization-1.md 2018-11-05 18:38:52 +03:00
xiabin
50a0bf4495 fix typo of "closk" 2018-11-05 14:33:41 +03:00
eclissi91
bfd750ac7f fixing typo in doc
ref. #620
2018-11-05 14:33:13 +03:00
Benny Zlotnik
0a164a8611 Remove redundant "the"
Signed-off-by: Benny Zlotnik <uber442@gmail.com>
2018-11-05 14:30:26 +03:00
rmdashrf
f2c757ef24 Update broken link for initcall
The old link
(http://www.compsoc.man.ac.uk/~moz/kernelnewbies/documents/initcall/index.html)
is 404ing. Replaced it with the same document on kernelnewbies.
2018-11-05 13:36:01 +03:00
proninyaroslav
1ec0602cc3 Переименование early_level4_pgt в early_top_pgt 2018-11-05 13:35:41 +03:00
proninyaroslav
6dc7698d6d Обновление linux-initialization-2.md 2018-11-05 13:34:06 +03:00
proninyaroslav
fdcd176d61 Обновление linux-initialization-2.md 2018-11-05 12:34:02 +03:00