1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-10-31 20:18:56 +00:00
Commit Graph

273 Commits

Author SHA1 Message Date
Yaroslav Pronin
f994df5985
Fix incorrect links to the previous part 2018-07-24 17:44:16 +00:00
Edward H
c9a4497c77
Fixed syntax error in the sentence 2018-07-09 20:35:11 +08:00
Alexander Kuleshov
01ce5185d8
boot: fix indentation
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-06-18 00:43:01 +06:00
Alexander Kuleshov
b4f824db27
fix order of calling set_bios_mode()
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-06-14 23:47:54 +06:00
Alexander Kuleshov
3d68ef4efe
boot: update to last linux v4.16
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-05-12 01:27:02 +06:00
Alexander Kuleshov
0801a3bbf4
boot: note that Booting dir contains data related to Linux kernel v4.16
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-05-11 23:47:18 +06:00
Alexander Kuleshov
4df08a04e1
boot-4: s/command/instruction
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-05-05 23:50:31 +06:00
Alexander Kuleshov
5d643f8e9f
boot-1: clarify boot address
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-05-04 23:46:09 +06:00
Alexander Kuleshov
efed15d860
kaslr: improve sentence
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2018-05-03 23:45:10 +06:00
Miha Zidar
f9f5308923
Fix allocater typo 2018-04-29 12:58:19 +02:00
Alexander Kuleshov
4d63511724
kaslr: update links 2018-04-04 00:21:02 +06:00
Alexander Kuleshov
9092a38671
boot-5: add gdt64 2018-04-04 00:20:37 +06:00
Alexander Kuleshov
e735b508d1
fix boot-4 2018-04-04 00:20:22 +06:00
Alexander Kuleshov
9b7d1b067e
kaslr: add KASLR_FLAG description 2018-04-03 00:29:12 +06:00
Alexander Kuleshov
b7ed445f0a
remove unneded empty line in the code 2018-04-03 00:08:35 +06:00
Alexander Kuleshov
f3f7cc503c
fix description of a20_test() 2018-04-02 00:20:22 +06:00
Alexander Kuleshov
98ba56ad89 add description for alignment check of loadable segments
c55b8550fa
2018-04-01 00:45:57 +06: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
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
kuritonasu
3513614cb8 Replaced from with since 2018-01-23 10:30:42 +02:00
kuritonasu
60fbd20122 Modified a couple of points that sound more correct 2018-01-23 10:21:18 +02:00
Raghav Shankar
a51574ae2b Formatting change 2018-01-15 16:30:48 +05:30
Raghav Shankar
c81fa6763b Make grammar and formatting fixes in linux-bootstrap-3.md 2018-01-15 16:25:23 +05:30
Raghav Shankar
3b9b488267 Grammar and formatting fixes in linux-bootstrap-2.md 2018-01-14 10:26:55 +05:30
Raghav Shankar
d9c55a26e8 Make grammar and formatting fixes in linux-bootstrap-1.md 2018-01-12 18:15:21 +05:30
Frank Dana
527b2b8921
Update README.md
"A couple" technically means exactly 2. It can be used to describe an unknown quantity of "approximately 2", but certainly never 6.
2018-01-07 18:45:48 -05:00
0xAX
a04cc2b780
Update linux-bootstrap-6.md 2018-01-07 16:36:46 +06:00
0xAX
23bbbc31ee
Update README.md 2018-01-07 13:51:38 +06:00
Aleksey Lagoshin
bfb3d493c7 Fixed mistakes in the segment descriptors part 2018-01-07 13:49:40 +06:00
Alexander Kuleshov
d23407fdbd booting: add kaslr part 2018-01-07 13:49:09 +06:00
Alexander Kuleshov
04f10187e0
alignment fixed
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2017-12-30 00:41:20 +06:00
Alexander Kuleshov
afe7d23ed5
fill up linker script
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2017-12-29 23:57:43 +06:00
Alexander Kuleshov
abf4f684a5 bootstrap1: .org directive is useless in a case of binary output
so we may remove one.

Thank you @slo

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
2017-11-27 00:55:57 +06:00
0xF0D0
06bc4a8f6a typo fixed (0bB800 -> 0xb800)
Signed-off-by: 0xF0D0 <goodbumsu@gmail.com>
2017-11-10 19:17:52 +09:00
Low Jeng Lam
0294cff63e
Update link for check_cpu function 2017-11-06 23:31:50 +08:00
Low Jeng Lam
c7bf68bfa1
Update link to refer to the correct line number 2017-11-02 14:59:12 +08:00
0xAX
646ccfd632
Merge pull request #531 from c0r3dump3d/linux-bootstrap-1-fix
Linux bootstrap 1 fix
2017-10-28 14:08:37 +06:00
Shaun Smiley
cacd5e487b Grammar fixes in Booting Part 1 2017-10-24 22:45:27 -07:00
Andrés Rojas Guerrero
a94cefa191 Add location coreboot source code 2017-10-18 16:37:19 +02:00
Andrés Rojas Guerrero
311a318f58 Add location coreboot source code 2017-10-18 16:25:21 +02:00
Alexander Kuleshov
26ebd67859 update linux kernel boostrap parts to the last kernel from upstream 2017-09-23 00:06:01 +06:00
Ding Fei
9015d6ed1f Update linux-bootstrap-3.md 2017-09-15 12:51:11 +08:00
Alexander Kuleshov
2bbbbb9524 boot: e820entry renamed to e820_entry 2017-09-12 00:57:41 +06:00
Alexander Kuleshov
ab8d15afd0 boot: update linux-bootstrap-4.md 2017-09-12 00:57:21 +06:00
Alexander Kuleshov
220d3378f7 boot: STACK_SIZE is 1024 now
since d594aa0277 (diff-0af1468d3dc7f373d70011eda7be1592)
2017-09-12 00:53:18 +06:00
Alexander Kuleshov
b5d147bf72 boot/pm: fix some expressions 2017-09-10 17:58:45 +06:00
Alexander Kuleshov
6703f0ace4 boot: fix boot-3 2017-09-10 17:55:03 +06:00
Alexander Kuleshov
117dbf29a1 boot: add missed set_bios_mode() 2017-09-10 17:27:51 +06:00