forked from OpenSDV/Linux_Kernel_map4vehicle
more URLs
This commit is contained in:
parent
a194125c5c
commit
99ddc843b7
|
@ -29,6 +29,7 @@ digraph matrix {
|
||||||
shape=point
|
shape=point
|
||||||
];
|
];
|
||||||
system [color="#e27dd6ff",
|
system [color="#e27dd6ff",
|
||||||
|
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel/System",
|
||||||
fillcolor=white,
|
fillcolor=white,
|
||||||
fixedsize=true,
|
fixedsize=true,
|
||||||
height=0.6,
|
height=0.6,
|
||||||
|
@ -38,15 +39,15 @@ digraph matrix {
|
||||||
color="#e27dd6ff",
|
color="#e27dd6ff",
|
||||||
row=func]
|
row=func]
|
||||||
SCI [color="#e27dd6ff",
|
SCI [color="#e27dd6ff",
|
||||||
|
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel/Syscalls",
|
||||||
fillcolor="#d9e7ee",
|
fillcolor="#d9e7ee",
|
||||||
fixedsize=true,
|
fixedsize=true,
|
||||||
label="System calls",
|
label="System calls",
|
||||||
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel/Syscalls",
|
|
||||||
row=usr,
|
row=usr,
|
||||||
shape=ellipse];
|
shape=ellipse];
|
||||||
sysfs [color="#e27dd6ff",
|
sysfs [color="#e27dd6ff",
|
||||||
fillcolor="#b2d3e4",
|
fillcolor="#b2d3e4",
|
||||||
label="proc, sysfs,\nfile systems"];
|
label="proc & sysfs\nfile systems"];
|
||||||
SCI -> sysfs [color="#e27dd6ff"];
|
SCI -> sysfs [color="#e27dd6ff"];
|
||||||
DM [color="#e27dd6ff",
|
DM [color="#e27dd6ff",
|
||||||
fillcolor="#91b5c9",
|
fillcolor="#91b5c9",
|
||||||
|
@ -85,6 +86,7 @@ digraph matrix {
|
||||||
shape=point
|
shape=point
|
||||||
width=0];
|
width=0];
|
||||||
networking [color="#61c2c5",
|
networking [color="#61c2c5",
|
||||||
|
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel/Networking",
|
||||||
fillcolor=white,
|
fillcolor=white,
|
||||||
fixedsize=true,
|
fixedsize=true,
|
||||||
height=0.6,
|
height=0.6,
|
||||||
|
@ -140,6 +142,7 @@ digraph matrix {
|
||||||
style=invis,
|
style=invis,
|
||||||
width=0];
|
width=0];
|
||||||
storage [color="#8383cc",
|
storage [color="#8383cc",
|
||||||
|
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel/Storage",
|
||||||
fillcolor=white,
|
fillcolor=white,
|
||||||
fixedsize=true,
|
fixedsize=true,
|
||||||
height=0.6,
|
height=0.6,
|
||||||
|
@ -222,6 +225,7 @@ digraph matrix {
|
||||||
style=invis,
|
style=invis,
|
||||||
width=0];
|
width=0];
|
||||||
processing [color="#c46747",
|
processing [color="#c46747",
|
||||||
|
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel/Processing",
|
||||||
fillcolor=white,
|
fillcolor=white,
|
||||||
fixedsize=true,
|
fixedsize=true,
|
||||||
height=0.6,
|
height=0.6,
|
||||||
|
@ -279,6 +283,7 @@ digraph matrix {
|
||||||
style=invis,
|
style=invis,
|
||||||
width=0];
|
width=0];
|
||||||
HI [color="#cfbf57ff",
|
HI [color="#cfbf57ff",
|
||||||
|
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel",
|
||||||
fillcolor=white,
|
fillcolor=white,
|
||||||
fixedsize=true,
|
fixedsize=true,
|
||||||
fontsize=12,
|
fontsize=12,
|
||||||
|
@ -329,6 +334,7 @@ digraph matrix {
|
||||||
storage;
|
storage;
|
||||||
networking -> storage [weight=1];
|
networking -> storage [weight=1];
|
||||||
memory [color="#51bf5b",
|
memory [color="#51bf5b",
|
||||||
|
URL="https://en.wikibooks.org/wiki/The_Linux_Kernel/Memory",
|
||||||
fillcolor=white,
|
fillcolor=white,
|
||||||
fixedsize=true,
|
fixedsize=true,
|
||||||
height=0.6,
|
height=0.6,
|
||||||
|
@ -425,6 +431,8 @@ digraph matrix {
|
||||||
width=0];
|
width=0];
|
||||||
virt [fillcolor="#b2d3e4",
|
virt [fillcolor="#b2d3e4",
|
||||||
label="virtual\nsubsystems",
|
label="virtual\nsubsystems",
|
||||||
|
URL="https://en.wikipedia.org/wiki/Proxy_pattern",
|
||||||
|
tooltip="proxy between standard user space interfaces and internal implementations",
|
||||||
style="filled,setlinewidth(0)"];
|
style="filled,setlinewidth(0)"];
|
||||||
VM [color="#51bf5b",
|
VM [color="#51bf5b",
|
||||||
fillcolor="#b2d3e4",
|
fillcolor="#b2d3e4",
|
||||||
|
@ -443,6 +451,7 @@ digraph matrix {
|
||||||
width=0];
|
width=0];
|
||||||
bridges [fillcolor="#91b5c9",
|
bridges [fillcolor="#91b5c9",
|
||||||
shape=octagon,
|
shape=octagon,
|
||||||
|
tooltip="bridges between uniform virtual interfaces and various implementations",
|
||||||
URL="https://en.wikipedia.org/wiki/Bridge_pattern",
|
URL="https://en.wikipedia.org/wiki/Bridge_pattern",
|
||||||
style="filled,setlinewidth(0)"];
|
style="filled,setlinewidth(0)"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue