0xAX
85750f0f37
Merge pull request #551 from firogh/phys_base-fix
...
Fix a description on phys_base
2017-11-29 23:48:18 +06:00
Firo Yang
723b07605c
In the following expression, we add the value of phys_base to the
...
rax register, not the address of phys_base.
addq phys_base(%rip), %rax
BTW, the value of phys_base =
the actual loaded physical address of kernel after relocation - the
likned physical address of kernel.
Signed-off-by: Firo Yang <firogh@gmail.com>
2017-11-29 16:21:45 +08: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
Alexander Kuleshov
6c1827bf74
fix #546
2017-11-20 00:25:17 +06:00
0xAX
18c62ab13c
Merge pull request #542 from 0xF0D0/master
...
Typo fix about video segment variable
2017-11-11 00:22:46 +06:00
0xF0D0
06bc4a8f6a
typo fixed (0bB800 -> 0xb800)
...
Signed-off-by: 0xF0D0 <goodbumsu@gmail.com>
2017-11-10 19:17:52 +09:00
0xF0D0
b2e3637faa
add name to contributor list
...
Signed-off-by: 0xF0D0 <goodbumsu@gmail.com>
2017-11-10 19:17:17 +09:00
0xAX
55d9b2acf1
Merge pull request #540 from jenglamlow/patch-2
...
Update link for check_cpu function
2017-11-06 21:48:03 +06:00
Low Jeng Lam
0294cff63e
Update link for check_cpu function
2017-11-06 23:31:50 +08:00
0xAX
d173f763a5
Merge pull request #538 from jenglamlow/patch-1
...
Update link to refer to the correct line number
2017-11-02 13:44:17 +06:00
Low Jeng Lam
c7bf68bfa1
Update link to refer to the correct line number
2017-11-02 14:59:12 +08:00
0xAX
0f3cf686e1
Merge pull request #537 from douliyang/patch-7
...
Fix the mm range of guard hole
2017-10-31 13:36:21 +06:00
Dou Liyang
3dbb92c6fa
Fix the mm range of guard hole
...
s/0xffff80ffffffffff/0xffff87ffffffffff/
2017-10-31 10:19:43 +08:00
0xAX
cf32dc6c81
Merge pull request #535 from NeoCui/master
...
update the "kernel stack" link in the linux-initialization-5.md
2017-10-29 12:43:26 +06:00
NeoCui
657c37e03f
update the entry_64.S link in the linux-initialization-5.md file
2017-10-29 11:33:26 +08:00
NeoCui
f8cf93cd4c
update the "kernel stack" link in the linux-initialization-5.md
2017-10-29 11:20:49 +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
0xAX
0d6bdd9739
Merge pull request #533 from udan11/patch-1
...
Fix broken link.
2017-10-28 14:07:58 +06:00
0xAX
2f9a68f0f4
Merge pull request #534 from senorsmile/grammar-booting-part1
...
Grammar fixes in Booting Part 1
2017-10-28 14:07:14 +06:00
Dan Ungureanu
bb4c0ee9e3
Fix broken link.
2017-10-26 18:50:57 +03:00
Shaun Smiley
cacd5e487b
Grammar fixes in Booting Part 1
2017-10-24 22:45:27 -07:00
0xAX
e3a8b39f33
Merge pull request #532 from navhaxs/patch-1
...
fix typo of "subsys"
2017-10-23 00:08:08 +06:00
Jeremy Wong
360efa83bd
fix typo of "subsys"
2017-10-23 00:05:41 +11: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
2b43267b23
Merge branch 'master' of github.com:0xAX/linux-insides
2017-10-11 00:25:28 +06:00
Alexander Kuleshov
7b3bade127
update SUMMARY.md
2017-10-11 00:24:22 +06:00
Alexander Kuleshov
b984247630
return notification_chains.md back
2017-10-11 00:23:04 +06:00
0xAX
4f3538f946
Merge pull request #527 from jyhuang91/master
...
topo fix
2017-09-30 00:02:14 +06:00
0xAX
cd155af9a3
Merge pull request #524 from staroselskii/patch-6
...
syscall-3.md: fix typos
2017-09-30 00:01:50 +06:00
jyhuang91
349e7e6657
topo fix
2017-09-28 17:00:40 -05:00
0xAX
266a82e931
Merge pull request #526 from dimtass/typo-fix
...
Simple typo fix
2017-09-24 00:11:47 +06:00
dimtass
16bcb10254
Simple typo fix
2017-09-23 17:57:21 +01:00
Alexander Kuleshov
26ebd67859
update linux kernel boostrap parts to the last kernel from upstream
2017-09-23 00:06:01 +06:00
Georgii Staroselskii
339539f9b7
syscall-3.md: fix typos
...
- delete a comma
- s/receiving/received
- s/Both function/Both functions
- s/vsyscal/vsyscall
2017-09-17 02:55:20 +03:00
0xAX
42a5a242f5
Merge pull request #522 from staroselskii/patch-4
...
interrupts-10.md: a couple more typos
2017-09-17 00:09:05 +06:00
0xAX
7ab3dfa14a
Merge pull request #521 from staroselskii/patch-3
...
interrupts-10.md: fix a typo
2017-09-17 00:08:50 +06:00
0xAX
ab9c142c16
Merge pull request #523 from staroselskii/patch-5
...
syscalls-1.md: fix typos
2017-09-17 00:08:32 +06:00
Georgii Staroselskii
1389e484e0
syscalls-1.md: fix typos
...
s/does not enabled/is not enabled
s/empty string/an empty string
s/represent/represents
d/the/the our
s/call/calls
2017-09-16 20:39:45 +03:00
Georgii Staroselskii
3f38f87187
interrupts-10.md: a couple more typos
...
s/locl/Lock
s/bus/busses
s/is nest/is nested/
s/one things/one thing
2017-09-16 15:26:40 +03:00
Georgii Staroselskii
1a19919910
interrupts-10.md: fix a typo
...
in othe way -> otherwise
2017-09-16 15:11:17 +03:00
0xAX
8c66d04907
Merge pull request #518 from staroselskii/patch-1
...
interrupts-9.md: rephrased a bit on bottom halves
2017-09-16 14:02:10 +06:00
0xAX
e8aae42d76
Merge pull request #517 from danix800/patch-1
...
Fix typos in how_kernel_compiled.md
2017-09-16 14:01:47 +06:00
0xAX
6666150af6
Merge pull request #519 from danix800/patch-1
...
Fix register typos and correct explanation of the first ljmpl target
2017-09-16 14:01:24 +06:00
0xAX
b344958a86
Merge pull request #520 from staroselskii/patch-2
...
interrupts-9.md: fix a typo in workqueues' info
2017-09-16 14:00:35 +06:00
Georgii Staroselskii
19daf93f3f
interrupts-9.md: fix a typo in workqueues' info
...
s/function that queue/function that queues
2017-09-15 21:51:22 +03:00
Ding Fei
9015d6ed1f
Update linux-bootstrap-3.md
2017-09-15 12:51:11 +08:00
Georgii Staroselskii
ebb1280c2a
interrupts-9.md: rephrased a bit on bottom halves
2017-09-15 00:22:15 +03:00
Ding Fei
6d1ac7ac20
Update how_kernel_compiled.md
2017-09-12 17:59:40 +08:00
Alexander Kuleshov
2bbbbb9524
boot: e820entry renamed to e820_entry
2017-09-12 00:57:41 +06:00