Page 1 of 1
Just wanted to share a little something.
Posted: Tue Mar 19, 2013 7:47 am
by skeen
Hi, here's a little something, that I've just generated in order to inspect the dependencies of my `Kernel_Run` target;
Linkage
(Warning; The image is quite huge (9600x9600 ~6.5mb))
It turned out to be a really complex graph, which is also rather beautiful, tho a tad scary.
Just wanted to share
(Also I might have to clean it up, quite a bit)
Re: Just wanted to share a little something.
Posted: Tue Mar 19, 2013 10:36 am
by zeitue
skeen wrote:Hi, here's a little something, that I've just generated in order to inspect the dependencies of my `Kernel_Run` target;
Linkage
(Warning; The image is quite huge (9600x9600 ~6.5mb))
not that big
skeen wrote:It turned out to be a really complex graph, which is also rather beautiful, tho a tad scary.
Just wanted to share
It's quite cool, how did you make it?
Also is that just for the core of your micro kernel or do have servers too?
Re: Just wanted to share a little something.
Posted: Tue Mar 19, 2013 2:05 pm
by dozniak
zeitue wrote:It's quite cool, how did you make it?
Was it
this?
Re: Just wanted to share a little something.
Posted: Tue Mar 19, 2013 4:10 pm
by skeen
It's quite cool, how did you make it?
Also is that just for the core of your micro kernel or do have servers too?
Its made by the script that looks alike what Dozniak posted.
And it's what my kernel looks like currently. I'm not so far yet.
Just got multitasking up and running.
Re: Just wanted to share a little something.
Posted: Fri Jun 07, 2013 5:10 am
by sortie
Neat! Dependency trees are always fun. Next up is illustrating your development history with gource.
Re: Just wanted to share a little something.
Posted: Mon Jun 10, 2013 4:39 pm
by pcmattman
This script is cool, except:
Code: Select all
dot: graph is too large for cairo-renderer bitmaps. Scaling by 0.0720087 to fit
Welp!