1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-07-07 01:12:33 +00:00
Commit Graph

57 Commits

Author SHA1 Message Date
proninyaroslav
c8a7622701 Update linux-bootstrap-2.md 2018-08-05 12:01:03 +03:00
proninyaroslav
3e9a63b633 Update linux-bootstrap-2.md 2018-08-01 21:00:57 +03:00
proninyaroslav
1ea0c43e7e Исправление перевода терминов 2018-07-27 21:05:35 +03:00
proninyaroslav
cb449997dc Исправление ошибок в части дескрипторов сегментов 2018-01-03 21:51:02 +03:00
proninyaroslav
ea402603eb Обновление ссылки с корректным номером строки 2017-11-26 11:50:17 +03:00
proninyaroslav
fd1b5f25c3 Обновление ссылки с корректным номером строки 2017-11-26 11:49:27 +03:00
proninyaroslav
bfc8b1de8e Сделать все ссылки Github ссылками на конкретный коммит 2017-09-21 21:38:18 +03:00
proninyaroslav
47867dc416 Исправление ошибок в разделе Booting 2017-07-09 21:40:23 +03:00
proninyaroslav
22dc562c69 correct minor mistake - list 3 bits instead of 4
Sentence starts with "The next three bits(40, 41, 42, 43)" Should exclude 43.
2017-07-08 19:37:46 +03:00
proninyaroslav
7d43d21410 Перевод linux-bootstrap-4.md, исправления 2017-03-05 12:18:38 +03:00
proninyaroslav
6327b294d0 Перевод linux-bootstrap-3.md, исправления linux-bootstrap-2.md 2017-02-19 13:18:46 +03:00
proninyaroslav
9d8f7b8a42 Перевод linux-bootstrap-2.md, LINKS.md, CONTRIBUTING.md, исправление ошибок 2016-12-29 13:50:38 +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
Alcaro
f23e2bf684 Fix MCA link
Links are \[text\](URL) in Markdown, not (text)[URL].
2016-04-18 19:46:54 +02:00
Matthieu Tardy
175b153379 Normalize indentation in linux-bootstrap-2 to improve readability 2016-01-22 06:02:56 +01:00
Matthieu Tardy
29ac51e923 Fix linux-bootstrap-2.md 2016-01-22 06:02:56 +01:00
zhaoxiaoqiang
ae5cbb4c20 fix minor grammer errors 2016-01-06 18:16:12 +08:00
0xAX
7e18eb149b Merge pull request #299 from mudongliang/modifyinternals
revert internals to insides in Booting
2015-12-16 23:07:20 +06:00
0xAX
fce396e0bf Merge pull request #289 from ruthgrace/bootstrap_2_console_init
fixed grammar in linux-bootstrap-2.md, Console initialization section
2015-11-15 11:14:44 +03:00
0xAX
16e86ba66e Merge pull request #288 from ruthgrace/bootstrap_2_copying_boot_params
fixed grammar in linux-bootstrap-2.md, Copying boot parameters into the "zeropage" section
2015-11-14 00:07:04 +03:00
0xAX
aefea69c9e Merge pull request #287 from ruthgrace/bootstrap_2_heap_init
fixed grammar in linux-bootstrap-2.md, Heap Initialization section
2015-11-11 09:05:59 +01:00
0xAX
c22523567b Merge pull request #286 from ruthgrace/bootstrap_2_protected_mode
fixed grammar in linux-bootstrap-2.md, Protected mode section
2015-11-09 13:08:50 +03:00
慕冬亮
a413dd6a56 revert internals to insides in Booting 2015-11-02 10:49:34 +08:00
ruthgrace
fec74f0515 fixed grammar in linux-bootstrap-2.md, Console initialization section 2015-10-30 23:54:17 -04:00
ruthgrace
be308af276 fixed grammar in linux-bootstrap-2.md, Copying boot parameters into the zeropage section 2015-10-30 23:51:52 -04:00
ruthgrace
fc2bf58364 fixed grammar in linux-bootstrap-2.md, Heap Initialization section 2015-10-30 23:49:21 -04:00
ruthgrace
43e1338894 fixed grammar in linux-bootstrap-2.md, Protected mode section 2015-10-30 23:45:11 -04:00
ruthgrace
48dd5ff2ee fixed grammar in linux-bootstrap-2.md, Querying section 2015-10-30 23:22:33 -04:00
Jeremy Lacomis
2cb4d459de Changed some awkward wording in linux-bootstrap-2. 2015-10-20 16:41:00 -04:00
Bogdan Kulbida
886e327b2a fix typo in the bits range 2015-10-08 17:40:51 -04:00
Remi Rampin
6aaa477bc6 TYPO: put_char -> putchar 2015-09-20 15:31:16 -04:00
Remi Rampin
72cc33c3c6 TYPO: minor fixes in booting section 2015-09-20 15:30:58 -04:00
Waqar Ahmed
25c03728b2 Update Linux-Bootsrap-2.md
Fix minor mistakes
updated some sentences.
added more explanation and code.
2015-07-08 19:24:29 +05:00
Waqar Ahmed
921be703d2 fix wrong capital 2015-07-06 20:39:57 +05:00
Waqar Ahmed
0adc50e635 highlight fix, numbering fix 2015-07-06 15:18:38 +05:00
Waqar Ahmed
27ee40c93a Return previous heading
fixed wrong capital
2015-07-05 15:55:19 +05:00
Waqar Ahmed
3384a4351e Small fixes 2015-07-05 02:17:04 +05:00
Waqar Ahmed
4eb7e7d783 Change first heading to overview 2015-07-05 02:13:44 +05:00
Waqar Ahmed
c2c7f33435 Some more cleanups for GDT and protected mode 2015-07-05 02:12:51 +05:00
Waqar144
e0f2abea2d Merge pull request #1 from Waqar144/bt-2
merge branches
2015-07-03 16:07:47 +05:00
kittyhawk
d8a45ac0f4 Update GDT, add more explanation, clarify, minor corrections) 2015-07-03 16:03:19 +05:00
kittyhawk
a704c61037 Minor grammar corrections, Minor mistake correction 2015-07-03 14:16:05 +05:00
Waqar144
4556442a36 remove -"for further reading" from links heading 2015-07-03 13:20:20 +05:00
Waqar144
641f9d4843 Add further reading links 2015-07-03 02:50:30 +05:00
kittyhawk
6fd85f870d Fix highlighting, grammar and some code additions 2015-07-03 02:41:41 +05:00
Christopher Toth
88de3bac64 Minor grammatical cleanups in part 2 of the booting section.
Specifically I fixed a lot of article usage. I did my best to maintain the flow of the document with only minor rearranging of words. If I was unsure of something I left it as it was, as I did not want to possibly corrupt any important technical details.
2015-05-11 12:03:39 -06:00
0xAX
d0a2fdb3d5 Merge pull request #98 from marmeladema/patch-1
Make segment size in protected mode clearer
2015-04-29 00:26:04 +06:00
marmeladema
5d3fea0efe Make segment type in protected mode clearer 2015-04-28 14:47:34 +02:00
marmeladema
59326d400e Make segment size in protected mode clearer 2015-04-28 14:09:53 +02:00
Anton Davydov
984ef074ec Fix typos in repository 2015-04-19 22:15:28 +03:00