Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
digraph "Current bootstrap Map" {
"NULL" [label = "cyan3: done and essential\nblack: done but not essential\nred1: paths still being enginneered", shape = box];
"hex0-monitor" [label = "hex0 Monitor", shape = box, fontname = Helvetica];
"hex0-assembler" [label = "hex0 Assembler", shape = box, fontname = Helvetica];
"hex1-assembler" [label = "hex1 Assembler", shape = box, fontname = Helvetica];
"hex2-assembler" [label = "hex2 Assembler", shape = box, fontname = Helvetica];
"M0-Macro" [label = "M0 Macro assembler", shape = box, fontname = Helvetica];
"cc_*" [label = "cc_* family\n(cc_x86, cc_amd64, etc)", shape = box, fontname = Helvetica];
"M2" [label = "M2\n(M2-Planet built via cc_*)", shape = box, fontname = Helvetica];
"M2-Planet" [label = "M2-PLANET", shape = box, fontname = Helvetica];
"mescc-tools" [label = "mescc-tools", shape = box, fontname = Helvetica];
"mes-m2" [label = "mes-m2", shape = box, fontname = Helventica];
"slow-utils" [label = "slow-utils", color = red, shape = box, fontname = Helventica];
"mescc" [label = "mescc", shape = box, fontname = Helvetica];
"meslibc" [label = "meslibc", shape = box, fontname = Helvetica];
"gash" [label = "gash", shape = box, fontname = Helventica];
"tcc" [label = "tcc", shape = box, fontname = Helvetica];
"gcc-core 2.95.3" [label = "gcc-core 2.95.3", shape = box, fontname = Helvetica];
"make" [label = "make", shape = box, fontname = Helvetica];
"binutils" [label = "binutils", shape = box, fontname = Helvetica];
"glibc-2.2.5" [label = "glibc-2.2.5", shape = box, fontname = Helvetica];
"glibc-2.16" [label = "glibc-2.16", shape = box, fontname = Helvetica];
"gcc 2.95.3" [label = "gcc 2.95.3", shape = box, fontname = Helvetica];
"gcc 4.7.4" [label = "gcc 4.7.4", shape = box, fontname = Helvetica];
"catm" [label = "catm", shape = box, fontname = Helvetica];
"SET" [label = "SET editor", shape = box, fontname = Helvetica];
"M0-Macro" -> "catm" [color = cyan3];
"M0-Macro" -> "hex2-assembler" [color = cyan3];
"SET" -> "hex0-monitor" [color = black];
"catm" -> "hex0-assembler" [color = cyan3];
"cc_*" -> "M0-Macro" [color = cyan3];
"cc_*" -> "catm" [color = cyan3];
"cc_*" -> "hex2-assembler" [color = cyan3];
"hex0-assembler" -> "hex0-monitor" [color = cyan3];
"hex1-assembler" -> "hex0-assembler" [color = cyan3];
"hex2-assembler" -> "catm" [color = cyan3];
"hex2-assembler" -> "hex1-assembler" [color = cyan3];
"M2" -> "cc_*" [color = cyan3];
"M2" -> "catm" [color = cyan3];
"M2" -> "M0-Macro" [color = cyan3];
"M2" -> "hex2-assembler" [color = cyan3];
"M2-Planet" -> "mescc-tools" [color = cyan3];
"M2-Planet" -> "M2" [color = cyan3];
"mes-m2" -> "M2-Planet" [color = cyan3];
"mes-m2" -> "mescc-tools" [color = cyan3];
"mescc-tools" -> "M0-Macro" [color = cyan3];
"mescc-tools" -> "hex2-assembler" [color = cyan3];
"mescc-tools" -> "M2" [color = cyan3];
"mescc" -> "mes-m2" [color = red1];
"slow-utils" -> "mes-m2" [color = cyan3];
"mescc" -> "slow-utils" [color = red1];
"gash" -> "mes-m2" [color = red1];
"tcc" -> "gash" [color = cyan3];
"tcc" -> "mescc" [color = cyan3];
"meslibc" -> "mescc" [color = cyan3];
"tcc" -> "meslibc" [color = cyan3];
"gcc-core 2.95.3" -> "tcc" [color = cyan3];
"make" -> "tcc" [color = cyan3];
"binutils" -> "tcc" [color = cyan3];
"gcc-core 2.95.3" -> "gash" [color = cyan3];
"binutils" -> "gash" [color = cyan3];
"make" -> "gash" [color = cyan3];
"gcc-core 2.95.3" -> "meslibc" [color = cyan3];
"glibc-2.2.5" -> "gcc-core 2.95.3" [color = cyan3];
"gcc 2.95.3" -> "gcc-core 2.95.3" [color = cyan3];
"gcc 2.95.3" -> "make" [color = cyan3];
"gcc 2.95.3" -> "binutils" [color = cyan3];
"gcc 4.7.4" -> "make" [color = cyan3];
"gcc 4.7.4" -> "binutils" [color = cyan3];
"gcc 2.95.3" -> "glibc-2.2.5" [color = cyan3];
"glibc-2.16" -> "gcc 2.95.3" [color = cyan3];
"gcc 4.7.4" -> "gcc 2.95.3" [color = cyan3];
"gcc 4.7.4" -> "glibc-2.16" [color = cyan3];
}