1432 Commits (463fcd587aea6d485f2fc0f90ed53dc6ef107793)
 

Author SHA1 Message Date
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! 6 years ago
Joshua Murphy 6d69c2431b Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 6 years ago
0xAX 23be73a113
Merge pull request #565 from milesfrain/linux-syscall-1-edits
syscalls-1: MSR_LSTAR clarification and minor edits
6 years ago
Miles Frain 081d4335ff syscalls-1: MSR_LSTAR clarification and minor edits 6 years ago
0xAX 8bbd5bf2db
Merge pull request #564 from a3f/patch-1
Fix typo
6 years ago
Ahmad Fatoum ddb7c46812
Fix typo
and/or gender assumption ;)
6 years ago
0xAX ba1b92575b
Merge pull request #561 from kuritonasu/linux-bootstrap-1-fix
A couple of grammatical suggestions
6 years ago
0xAX 71c4a0f2da
Merge pull request #562 from Xeo-Skr/typo-fix
typo fix
6 years ago
Theo grevet benbezza 9f25c762c3 typo fix 6 years ago
kuritonasu 3513614cb8 Replaced from with since 6 years ago
kuritonasu 60fbd20122 Modified a couple of points that sound more correct 6 years ago
0xAX 7eb22c7ae5
Merge pull request #560 from WarpspeedSCP/grammar-fix
Edit first 3 parts of the boot section
6 years ago
0xAX 29b8c9915c
Merge branch 'master' into grammar-fix 6 years ago
0xAX 50769957b2
Merge pull request #559 from gabi-250/theory-inline-asm-fix
Add missing colon before label.
6 years ago
Raghav Shankar a51574ae2b Formatting change 6 years ago
Raghav Shankar c81fa6763b Make grammar and formatting fixes in linux-bootstrap-3.md 6 years ago
Raghav Shankar 360b9a62b4 Add self to contributors.md 6 years ago
Raghav Shankar 3b9b488267 Grammar and formatting fixes in linux-bootstrap-2.md 6 years ago
Gabriela Alexandra Moldovan 60c8998efe Add missing colon before label. 6 years ago
Raghav Shankar d9c55a26e8 Make grammar and formatting fixes in linux-bootstrap-1.md 6 years ago
0xAX 6770c5ec5f
Merge pull request #557 from BTaskaya/patch-1
[README] License Section Moved
6 years ago
0xAX 76d8a029b2
Merge pull request #558 from codevedas/patch-1
add summury link to description
6 years ago
Alexander Kuleshov 1e70aa1bfe Merge branch 'master' of github.com:0xAX/linux-insides 6 years ago
Alexander Kuleshov cd072e902d
fix typo
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
6 years ago
Vijaibaskar 3fa666d07b
add summury link to description 6 years ago
Batuhan Osman Taşkaya 57f802b466
[README] License Section Moved
- Files: Readme.MD
- Changes: License Section Moved
6 years ago
0xAX 7a39b29394
Merge pull request #556 from ferdnyc/patch-1
Update README.md
6 years ago
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.
6 years ago
0xAX a04cc2b780
Update linux-bootstrap-6.md 6 years ago
0xAX 23bbbc31ee
Update README.md 6 years ago
0xAX 498cf21c48
Update SUMMARY.md 6 years ago
Aleksey Lagoshin bfb3d493c7 Fixed mistakes in the segment descriptors part 6 years ago
Alexander Kuleshov d23407fdbd booting: add kaslr part 6 years ago
Alexander Kuleshov 04f10187e0
alignment fixed
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
6 years ago
Alexander Kuleshov afe7d23ed5
fill up linker script
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
6 years ago
0xAX 79654a2d83
Merge pull request #552 from BDHU/linux-inside-mm-change
Linux inside mm change
7 years ago
Edward Hu a7b68a8825 word change 7 years ago
Edward Hu 70cfea0906 grammer adjustment and concept clarifying 7 years ago
0xAX 5bc515b3a6
Merge pull request #550 from lifupan/master
spinlock: fix the wrong function name of arch_spin_lock
7 years ago
0xAX 85750f0f37
Merge pull request #551 from firogh/phys_base-fix
Fix a description on phys_base
7 years ago
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>
7 years ago
Fupan Li ec3fa13996 spinlock: fix the wrong function name of arch_spin_lock
It should be arch_spin_unlock instead of arch_spin_lock.

Signed-off-by: Fupan Li <fupan.li@windriver.com>
7 years ago
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>
7 years ago
Alexander Kuleshov 6c1827bf74 fix #546 7 years ago
0xAX 18c62ab13c
Merge pull request #542 from 0xF0D0/master
Typo fix about video segment variable
7 years ago
0xF0D0 06bc4a8f6a typo fixed (0bB800 -> 0xb800)
Signed-off-by: 0xF0D0 <goodbumsu@gmail.com>
7 years ago
0xF0D0 b2e3637faa add name to contributor list
Signed-off-by: 0xF0D0 <goodbumsu@gmail.com>
7 years ago
0xAX 55d9b2acf1
Merge pull request #540 from jenglamlow/patch-2
Update link for check_cpu function
7 years ago
Low Jeng Lam 0294cff63e
Update link for check_cpu function 7 years ago
0xAX d173f763a5
Merge pull request #538 from jenglamlow/patch-1
Update link to refer to the correct line number
7 years ago