1390 Commits (f4c166ba8a04e4c304b4bcc2f4cf26c183b85517)
 

Author SHA1 Message Date
Dongliang Mu f4c166ba8a modify the filename due to the filename conversion 6 years ago
Alexander Kuleshov d43637e110 timers-3: fix grammar nits
Thank you @atishp04
6 years ago
Alexander Kuleshov 295b1a5128 inline assembly: fix result of summation 6 years ago
Alexander Kuleshov c6ccf4eec6 fix links in interrupts/README.md 6 years ago
Alexander Kuleshov 278ac4795d fix links in Timers/README.md 6 years ago
Alexander Kuleshov 89888b3b7a fix links in Theory/README.md 6 years ago
Alexander Kuleshov 6cd97b12c4 fix links in SyncPrim/README.md 6 years ago
Alexander Kuleshov 573b094422 fix links in DataStructures/README.md
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
6 years ago
Alexander Kuleshov 9e2dd1c225 fix links in Concepts/README.md 6 years ago
Alexander Kuleshov 151a27f71a fix link to cgroups 6 years ago
Alexander Kuleshov 7ff23061d9 fix link to cgroups chapter 6 years ago
Alexander Kuleshov 8d52de8aec fix link to cgroups 6 years ago
Alexander Kuleshov 424c1b8a50 fix SUMMARY.md 6 years ago
Joshua Murphy e7ddac0aaf Update latex.sh 6 years ago
Joshua Murphy 27e5d0cd68 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 103df77212 Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 6 years ago
Horace Heaven 9ce68d06ce Minor sentence fixes to make it easier to read 6 years ago
Miles Frain 662eb51b23 syscalls-1: MSR_LSTAR clarification and minor edits 6 years ago
proninyaroslav 7e1e47064a Update contributors-ru.md 6 years ago
proninyaroslav 87bf1ef832 Локализация обложки 6 years ago
proninyaroslav 92af9fc9d8 Update linux-bootstrap-3.md 6 years ago
Raghav Shankar 7d015af76e Add self to contributors.md 6 years ago
proninyaroslav 3e9a63b633 Update linux-bootstrap-2.md 6 years ago
Gabriela Alexandra Moldovan 53d5ba7301 Add missing colon before label. 6 years ago
proninyaroslav 464643eb1f Update linux-bootstrap-1.md 6 years ago
Alexander Kuleshov 37b402f157 fix typo
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
6 years ago
proninyaroslav bd5001e0ba Update README.md 6 years ago
proninyaroslav 91f69f5a80 Update Booting/README.md 6 years ago
proninyaroslav 9e54483777 Замена несуществующих ссылок на изображения 6 years ago
proninyaroslav 07e365d423 Перевод linux-bootstrap-6.md 6 years ago
proninyaroslav 1ea0c43e7e Исправление перевода терминов 6 years ago
proninyaroslav 0cbdc5a84e Update SUMMARY.md 6 years ago
proninyaroslav e76c05bad5 Начало перевода linux-bootstrap-6.md 6 years ago
proninyaroslav 915e03b55c Начало перевода linux-bootstrap-6.md 6 years ago
proninyaroslav 33b02ca824 Перевод linux-initialization-2.md 6 years ago
proninyaroslav 1b3f8a99ba Перевод linux-initialization-2.md 6 years ago
Yaroslav Pronin 46360405c7
Merge pull request #16 from Le0nX/linux-bootstrap-1-style-fix
fix: style
6 years ago
le0nx dc17cd218a fix: style 6 years ago
Yaroslav Pronin 1178da188c
Merge pull request #15 from averrin/patch-2
Fix typo
7 years ago
Averrin d686766363
Fix typo 7 years ago
Yaroslav Pronin 37ed5dcc64
Merge pull request #14 from averrin/patch-1
Fix typo
7 years ago
Averrin 0542afcd61
Fix typo 7 years ago
proninyaroslav 9129abef39 Начало перевода linux-initialization-2.md 7 years ago
proninyaroslav cb449997dc Исправление ошибок в части дескрипторов сегментов 7 years ago
proninyaroslav cd93ea62ea alignment fixed
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
7 years ago
proninyaroslav 4d6e7f98c3 fill up linker scriptfill up linker script
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
7 years ago
Edward Hu f0c9e5578d word change 7 years ago
Edward Hu ff1e76b822 grammer adjustment and concept clarifying 7 years ago
proninyaroslav 511b4e22d5 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
proninyaroslav c9ed5aa5fe 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