Commit Graph

1840 Commits

Author SHA1 Message Date
qinyu
01b1af59d9 linux-datastuctures-2.md:correct some descriptions
GFP_NOIO: "NOIO" is the point rather than "can't sleep"
__GFP_HIGHMEM: allocation can happens at either ZONE_NORMAL or ZONE_HIGHMEM
GFP_ATOMIC: allocation don't have to be in a "process"(e.g. in an interupt handler)

Signed-off-by: qinyu <chinyu0704@outlook.com>
2020-11-26 19:35:18 +08:00
Sebastian Fricke
e68a4c316e
Merge pull request #759 from uchin0704/master
linux-datastructures-2.md: fix minor typo
2020-11-26 10:14:17 +01:00
qinyu
e48b51440a linux-datastructures-2.md: fix minor typo
fix minor typo in linux-datastructures-2.md
Signed-off-by: qinyu <chinyu0704@outlook.com>
2020-11-26 17:03:21 +08:00
Sebastian Fricke
714c13a34c
Merge pull request #757 from Mutated1994/patch-6
fix: Adjust a sentence
2020-11-26 06:18:31 +01:00
Sebastian Fricke
733b601316
Merge pull request #755 from Mutated1994/patch-4
feat: Diving a little deeper about the PAGE_OFFSET
2020-11-26 06:12:10 +01:00
Z
83e029fa78
Update linux-initialization-2.md 2020-11-25 09:21:40 +08:00
Sebastian Fricke
671add6486
Merge pull request #756 from Mutated1994/patch-5
feat: Add a important word
2020-11-24 13:45:12 +01:00
Z
7af1d84b19
Update linux-bootstrap-1.md 2020-11-21 16:20:04 +08:00
Z
cdc7d9421c
Update linux-bootstrap-1.md 2020-11-20 09:39:30 +08:00
Z
15e4aae4ab
Update linux-initialization-2.md 2020-11-18 22:34:48 +08:00
Z
d811827586
Update linux-initialization-2.md 2020-11-18 19:52:25 +08:00
Sebastian Fricke
ff558bcccd
Merge pull request #754 from Mutated1994/patch-3
feat: Fill in the details of __PAGE_OFFSET
2020-11-18 09:35:15 +01:00
Z
41bc27ff71
Update linux-initialization-2.md 2020-11-18 16:23:34 +08:00
Z
1862f56adf
Update linux-initialization-2.md 2020-11-18 08:08:36 +08:00
Z
3c4a6e6bd7
Update linux-initialization-2.md 2020-11-17 21:06:20 +08:00
0xAX
96af2d0f92
Merge pull request #753 from Mutated1994/patch-2
feat: Add some comments
2020-11-17 13:51:16 +06:00
Z
6eda376586
Update linux-initialization-2.md 2020-11-17 15:43:38 +08:00
0xAX
fbaf3d8b31
Merge pull request #752 from chaffz/master
fix: The segment selector of  IDT
2020-11-17 13:22:59 +06:00
wuyuxin
af6b5d82b5
Update linux-initialization-2.md 2020-11-16 20:44:51 +08:00
wuyuxin
eb6d1204a9
Update contributors.md 2020-11-16 20:33:15 +08:00
wuyuxin
93dd23b65d
Update linux-initialization-2.md 2020-11-16 20:31:05 +08:00
0xAX
c9ef7f6943
Merge pull request #751 from Mutated1994/patch-1
Update linux-interrupts-2.md
2020-11-14 00:16:52 +06:00
Z
44dc8cb8db
Update linux-interrupts-2.md 2020-11-14 00:21:57 +08:00
Sebastian Fricke
ea1aaaf419
Merge pull request #750 from Mutated1994/master
fix: Fix a word
2020-11-13 06:36:19 +01:00
Z
2344271585
Update contributors.md 2020-11-13 09:36:20 +08:00
Z
4d1e9aebaf
Update linux-interrupts-2.md 2020-11-13 09:35:00 +08:00
Sebastian Fricke
19456010e6
Merge pull request #748 from Mutated1994/patch-1
Update linux-interrupts-1.md
2020-10-31 06:25:15 +01:00
Z
b1b719feba
Update linux-interrupts-1.md 2020-10-31 10:17:32 +08:00
Hchild
26ad0042f1
Update linux-bootstrap-4.md 2020-10-26 18:36:29 -04:00
Sebastian Fricke
1a24db1907
Merge pull request #742 from jmetrius/fix-links
Fix broken links and emails
2020-10-15 05:42:51 +02:00
Jan Sonntag
fa1cf540e8 Fix broken links and emails 2020-10-14 19:40:15 +02:00
0xAX
973ddfbdda
Merge pull request #704 from radeksm/feature/run_in_docker
Feature/run in docker
2020-10-11 13:29:52 +06:00
0xAX
3a477a66a2
Merge pull request #708 from aboivin/Booting/linux-bootstrap-4-typo
Booting/linux-bootstrap-4.md: fix typo
2020-10-11 13:29:35 +06:00
0xAX
af1a757457
Merge pull request #722 from initBasti/fix_broken_links
Fix broken git hub links
2020-10-11 13:29:17 +06:00
0xAX
4753ddf4d7
Merge pull request #734 from roykuper13/boot-sector-origin-clearify
linux-bootstrap-1: Clearify the boot sector origin example
2020-10-11 13:28:03 +06:00
0xAX
71b672ce80
Merge pull request #737 from sjp38/fix_get_all_links_py
Fix get_all_links.py
2020-10-11 13:26:49 +06:00
Sebastian Fricke
dc2a576d2c
Merge pull request #738 from Vishwajith-K/patch-1
Typo Fix
2020-10-06 05:54:45 +02:00
Vishwajith-K
5524db1d75
Typo Fix
I'ma -> I'm a
2020-10-06 09:00:09 +05:30
Sebastian Fricke
ab99ead4f2
Merge pull request #736 from sjp38/fix_shellcheck_warnings
Scripts/latex: Fix shellcheck warnings
2020-10-04 18:30:01 +02:00
SeongJae Park
55b4919179 Scripts/get_all_links: Remove unnecessary comment
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2020-10-03 07:26:28 +02:00
SeongJae Park
ecb9179750 Scripts/get_all_links: Properly close files
`get_all_links.py` opens files for reading urls in those, but do not
closes those.  This commit makes the script to properly close the files.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2020-10-03 07:25:10 +02:00
SeongJae Park
50332b3b4b Scripts/latex: Fix shellcheck warnings
Shellcheck[1] gives below warnings for `latex.sh` as below.  Those are
not real problems for now, but fixing those would be helpful for future
update.  This commit therefore fixes those except the shebang position,
as the warning is for Shellcheck itself.

[1] https://www.shellcheck.net/

    $ shellcheck latex.sh
    In latex.sh line 1:
    # latex.sh
    ^-- SC2148: Tips depend on target shell and yours is unknown. Add a
    shebang.

    In latex.sh line 8:
    for D in $(ls ../); do
             ^-- SC2045: Iterating over ls output is fragile. Use globs.

    In latex.sh line 12:
            pandoc ../$D/README.md ../$D/linux-*.md -o build/$D.tex
    --template default
                      ^-- SC2086: Double quote to prevent globbing and word
    splitting.
                                      ^-- SC2086: Double quote to prevent
    globbing and word splitting.
                                                             ^-- SC2086:
    Double quote to prevent globbing and word splitting.

    In latex.sh line 16:
    cd ./build
    ^-- SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.

    In latex.sh line 19:
        pdflatex -interaction=nonstopmode $f
                                          ^-- SC2086: Double quote to
    prevent globbing and word splitting.

    In latex.sh line 22:
    cd ../
    ^-- SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2020-10-02 20:58:42 +02:00
Sebastian Fricke
3640d33a0d
Merge pull request #735 from sjp38/fix_contributing_md
CONTRIBUTING: Replace outdated image link
2020-10-02 08:53:54 +02:00
SeongJae Park
1e3bbbea3a CONTRIBUTING: Replace outdated image link
The screenshot for fork button, which was available from tinypic, is not
available now.  This commit replaces it with other image from the Github
Docs site.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2020-10-02 08:09:18 +02:00
Roy Kupershmid
f57c653b00 linux-bootstrap-1: Clearify the boot sector origin example
Following abf4f68 - removes all references to the deleted [ORG 0x7c00],
and generally mention that the BIOS copies the boot sector into that
fixed memory location
2020-09-26 20:55:05 +03:00
Sebastian Fricke
738fefc3c3
Merge pull request #729 from iAnatoly/master
clock_getres is added to vDSO for x86 as of Jun 22, 2019
2020-09-12 09:48:38 +02:00
Sebastian Fricke
12080c0912
Merge pull request #731 from dragonly/fix-linux-sync-2
fix typo: &lock-val to &lock->val
2020-09-12 09:45:10 +02:00
Li Yilong
af5829bf84 fix typo: &lock-val to &lock->val 2020-09-12 15:21:58 +08:00
Sebastian Fricke
46877264f0 Fix multiple display names for fixed links
Change the display names to match the correct file location, which the
link points to.

Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com>
2020-08-29 16:49:04 +02:00
Sebastian Fricke
b5c2dc0a0c Fix display text for github link
s/"kernel/cgroup.c"/"kernel/cgroup/cgroup.c"/

Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com>
2020-08-26 13:17:00 +02:00