coreos/documentation/boot/bootflow-generic.dot

9 lines
189 B
Plaintext

digraph G {
fw [label = "Firmware";shape = rect;];
btl [label = "Bootloader";shape = rect;];
os [label = "Operating System";shape = rect;];
fw -> btl -> os;
}