0xAX
b7fad6ac7c
Merge pull request #776 from stefanocarna/master
...
Fix wrong value
2021-08-14 23:07:29 +06:00
0xAX
0c6a1f2f92
Merge pull request #784 from slowy07/minor-fixing
...
fix: typo grammar spelling
2021-08-07 13:20:56 +06:00
slowy07
f74f207581
fix: typo grammar spelling
2021-08-06 20:29:33 +07:00
ImgBotApp
f82cd213ad
[ImgBot] Optimize images
...
*Total -- 5,801.05kb -> 4,972.30kb (14.29%)
/Theory/images/4_level_paging.png -- 39.74kb -> 16.28kb (59.03%)
/Misc/images/git_diff.png -- 31.20kb -> 20.24kb (35.12%)
/Interrupts/images/kernel.png -- 65.52kb -> 46.78kb (28.6%)
/Assets/linux-kernel.png -- 42.63kb -> 30.93kb (27.44%)
/Initialization/images/CONFIG_NR_CPUS.png -- 79.77kb -> 59.39kb (25.55%)
/Initialization/images/NX.png -- 8.12kb -> 6.10kb (24.91%)
/Booting/images/minimal_stack.png -- 9.78kb -> 7.96kb (18.61%)
/Booting/images/kernel_first_address.png -- 62.22kb -> 50.95kb (18.12%)
/Booting/images/stack1.png -- 8.14kb -> 6.75kb (17.01%)
/cover.jpg -- 447.00kb -> 374.10kb (16.31%)
/MM/images/memblock.png -- 71.89kb -> 60.89kb (15.3%)
/Booting/images/bss.png -- 8.98kb -> 7.61kb (15.23%)
/Initialization/images/kernel_command_line.png -- 12.67kb -> 10.75kb (15.16%)
/Initialization/images/brk_area.png -- 11.11kb -> 9.50kb (14.52%)
/Timers/images/HZ.png -- 444.06kb -> 383.37kb (13.67%)
/Misc/images/qemu.png -- 87.48kb -> 75.67kb (13.5%)
/Misc/images/dgap_menu.png -- 886.13kb -> 766.69kb (13.48%)
/Misc/images/menuconfig.png -- 837.61kb -> 726.46kb (13.27%)
/Timers/images/base_small.png -- 807.52kb -> 700.40kb (13.27%)
/Misc/images/nconfig.png -- 773.45kb -> 671.00kb (13.25%)
/SysCall/images/ls_shell.png -- 468.70kb -> 407.11kb (13.14%)
/Booting/images/stack2.png -- 9.13kb -> 7.93kb (13.11%)
/Cgroups/images/menuconfig.png -- 118.09kb -> 102.99kb (12.78%)
/Booting/images/video_mode_setup_menu.png -- 12.98kb -> 11.35kb (12.59%)
/Misc/images/google_linux.png -- 120.87kb -> 106.98kb (11.49%)
/Misc/images/github.png -- 73.54kb -> 65.30kb (11.2%)
/MM/images/kernel_configuration_menu1.png -- 123.93kb -> 110.36kb (10.95%)
/Booting/images/linear_address.png -- 8.75kb -> 8.04kb (8.01%)
/MM/images/kernel_configuration_menu2.png -- 117.13kb -> 108.26kb (7.57%)
/Booting/images/try_vmlinuz_in_qemu.png -- 6.87kb -> 6.43kb (6.41%)
/Booting/images/simple_bootloader.png -- 6.05kb -> 5.72kb (5.41%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-08-02 16:25:26 +00:00
Sebastian Fricke
75a4d9a8e5
Merge pull request #781 from specialpointcentral/patch-1
...
Fix a typing error.
Incorrect function return data-type for `__startup_64` in linux_initialization_1.
s/log/long/
2021-07-15 09:15:41 +02:00
SPC
5ae9e61d63
Fix a typing error.
...
I found a typing error on line 82, which typed `long` into `log`.
fix #780
2021-07-14 18:15:33 +08:00
Sebastian Fricke
743ac26f60
Merge pull request #777 from pangteypiyush/fix-ds-2
...
datastructures-2: typo fix
Improve the sentence structure and correct the number referring to the number of options below it.
2021-05-26 09:02:20 +02:00
Piyush Pangtey
e55da0f570
datastructures-2: typo fix
2021-05-26 11:45:21 +05:30
Stefano Carnà
72c64da87c
Fix wrong value
...
NR_VECTORS is 256 if CONFIG_X86_LOCAL_APIC is not defined,
else it gets 0xec (LOCAL_TIMER_VECTOR).
2021-05-11 12:15:54 +02:00
Sebastian Fricke
3d572f39f7
Merge pull request #775 from cyruzin/updated_instructions
...
Update the instructions for setting up and running a local docker image with a gitbook instance of the Linux insides book.
2021-05-11 05:46:38 +02:00
Cyro Dubeux
024f7896ca
typo fix
2021-05-10 21:11:16 -03:00
Cyro Dubeux
eafe34cb74
updated instructions
2021-05-09 22:28:50 -03:00
0xAX
62cff99880
Merge pull request #774 from h4child/patch-4
...
Update linux-bootstrap-5.md
2021-05-07 13:44:59 +06:00
Ródgger Bruno
159a9b60f2
Update linux-bootstrap-5.md
2021-05-05 03:00:36 -04:00
Ródgger Bruno
54966f002d
Update linux-bootstrap-5.md
2021-05-04 09:30:19 -04:00
Sebastian Fricke
32fa279879
Merge pull request #772 from h4child/patch-2
...
Update linux-bootstrap-5.md - fix a typo within a link
2021-05-04 07:32:30 +02:00
Ródgger Bruno
40d2bfb28c
Update linux-bootstrap-5.md
2021-05-03 22:19:04 -04:00
0xAX
7f19a7fd3a
Merge pull request #770 from flyingsalmon/master
...
Update SyncPrim/linux-sync-2.md
2021-03-20 22:32:02 +06:00
salmon
39047db890
Update SyncPrim/linux-sync-2.md
...
Fix description error of __raw_cmpxchg
2021-03-17 17:07:12 +08:00
Sebastian Fricke
2ad1272085
Merge pull request #769 from SmallPond/concepts-linux-cpu-2-cpumask-fix
...
Update Concepts/Linux-cpu-2.md cpumask
2021-03-13 06:18:29 +01:00
DeSmooth
1a93aae518
Update Concepts/Linux-cpu-2.md cpumask
...
In x86_64 architecture `unsigned long` is 8-bytes size, so
BITS_PER_BYTE * sizeof(long) = 64
2021-03-13 11:34:06 +08:00
Sebastian Fricke
9abab6685d
Merge pull request #768 from kssaril/master
...
Update linux-interrupts-1.md
2021-02-27 08:28:31 +01:00
Saril Sudhakaran
4f8277531e
Update linux-interrupts-1.md
...
Fixed link for idt.c
2021-02-26 17:15:22 -05:00
Sebastian Fricke
c10f94407a
Merge pull request #766 from thalelinh/patch-1
...
Fix minor typo at linux-bootstrap-4.md
2021-02-14 05:33:35 +01:00
Tales Lelo da Aparecida
669c74a22c
Fix minor typo at linux-bootstrap-4.md
2021-02-13 19:31:22 -03:00
Sebastian Fricke
ff53caa2da
Merge pull request #765 from Mutated1994/patch-9
...
Update linux-timers-2.md
2020-12-20 11:53:36 +01:00
Z
77ba021909
Update linux-timers-2.md
2020-12-17 17:52:28 +08:00
0xAX
58fe0400ed
Merge pull request #762 from Mutated1994/patch-8
...
feat: Get a memory dump in real mode
2020-11-29 19:00:10 +06:00
Z
c02c46458f
Update linux-bootstrap-1.md
2020-11-29 16:27:11 +08:00
Z
019aa1865e
Update linux-bootstrap-1.md
2020-11-29 13:39:19 +08:00
0xAX
20945be66f
Merge pull request #761 from Mutated1994/patch-7
...
feat: Add some code snippets
2020-11-29 00:40:15 +06:00
0xAX
0aa5896e5f
Merge pull request #760 from uchin0704/master
...
linux-datastuctures-2.md:correct some descriptions
2020-11-29 00:39:19 +06:00
0xAX
bc14eb6a85
Merge pull request #746 from h4child/patch-1
...
Update linux-bootstrap-4.md
2020-11-29 00:38:46 +06:00
Z
a5534ce6c0
Update linux-bootstrap-3.md
2020-11-28 19:31:42 +08:00
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