Skip to content

Commit 99ddc84

Browse files
Costa ShulyupinCosta Shulyupin
authored andcommitted
more URLs
1 parent a194125 commit 99ddc84

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Linux_kernel_diagram.dot

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ digraph matrix {
2929
shape=point
3030
];
3131
system [color="#e27dd6ff",
32+
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel/System",
3233
fillcolor=white,
3334
fixedsize=true,
3435
height=0.6,
@@ -38,15 +39,15 @@ digraph matrix {
3839
color="#e27dd6ff",
3940
row=func]
4041
SCI [color="#e27dd6ff",
42+
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel/Syscalls",
4143
fillcolor="#d9e7ee",
4244
fixedsize=true,
4345
label="System calls",
44-
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel/Syscalls",
4546
row=usr,
4647
shape=ellipse];
4748
sysfs [color="#e27dd6ff",
4849
fillcolor="#b2d3e4",
49-
label="proc, sysfs,\nfile systems"];
50+
label="proc & sysfs\nfile systems"];
5051
SCI -> sysfs [color="#e27dd6ff"];
5152
DM [color="#e27dd6ff",
5253
fillcolor="#91b5c9",
@@ -85,6 +86,7 @@ digraph matrix {
8586
shape=point
8687
width=0];
8788
networking [color="#61c2c5",
89+
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel/Networking",
8890
fillcolor=white,
8991
fixedsize=true,
9092
height=0.6,
@@ -140,6 +142,7 @@ digraph matrix {
140142
style=invis,
141143
width=0];
142144
storage [color="#8383cc",
145+
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel/Storage",
143146
fillcolor=white,
144147
fixedsize=true,
145148
height=0.6,
@@ -222,6 +225,7 @@ digraph matrix {
222225
style=invis,
223226
width=0];
224227
processing [color="#c46747",
228+
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel/Processing",
225229
fillcolor=white,
226230
fixedsize=true,
227231
height=0.6,
@@ -279,6 +283,7 @@ digraph matrix {
279283
style=invis,
280284
width=0];
281285
HI [color="#cfbf57ff",
286+
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel",
282287
fillcolor=white,
283288
fixedsize=true,
284289
fontsize=12,
@@ -329,6 +334,7 @@ digraph matrix {
329334
storage;
330335
networking -> storage [weight=1];
331336
memory [color="#51bf5b",
337+
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel/Memory",
332338
fillcolor=white,
333339
fixedsize=true,
334340
height=0.6,
@@ -425,6 +431,8 @@ digraph matrix {
425431
width=0];
426432
virt [fillcolor="#b2d3e4",
427433
label="virtual\nsubsystems",
434+
URL="https://en.wikipedia.org/wiki/Proxy_pattern",
435+
tooltip="proxy between standard user space interfaces and internal implementations",
428436
style="filled,setlinewidth(0)"];
429437
VM [color="#51bf5b",
430438
fillcolor="#b2d3e4",
@@ -443,6 +451,7 @@ digraph matrix {
443451
width=0];
444452
bridges [fillcolor="#91b5c9",
445453
shape=octagon,
454+
tooltip="bridges between uniform virtual interfaces and various implementations",
446455
URL="https://en.wikipedia.org/wiki/Bridge_pattern",
447456
style="filled,setlinewidth(0)"];
448457
}

0 commit comments

Comments
 (0)