Just wanted to share a little something.

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
User avatar
skeen
Member
Member
Posts: 59
Joined: Tue Sep 27, 2011 6:45 am
Location: Denmark

Just wanted to share a little something.

Post 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)
// Skeen
// Developing a yet unnamed microkernel in C++14.
User avatar
zeitue
Member
Member
Posts: 88
Joined: Fri Dec 14, 2012 6:05 pm
Libera.chat IRC: zeitue
Location: United States, Texas
Contact:

Re: Just wanted to share a little something.

Post 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 :wink:
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?
### Z++; && S++; ###
zeitue is pronounced zeɪtə
Web Site::Bit Bucket
Programming Languages: C, C++, Java, Ruby, Common Lisp, Clojure
Languages: English, zɪ̀ŋ, 日本語, maitraiuen
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: Just wanted to share a little something.

Post by dozniak »

zeitue wrote:It's quite cool, how did you make it?

Was it this?
Learn to read.
User avatar
skeen
Member
Member
Posts: 59
Joined: Tue Sep 27, 2011 6:45 am
Location: Denmark

Re: Just wanted to share a little something.

Post 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.
// Skeen
// Developing a yet unnamed microkernel in C++14.
User avatar
sortie
Member
Member
Posts: 931
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

Re: Just wanted to share a little something.

Post by sortie »

Neat! Dependency trees are always fun. Next up is illustrating your development history with gource.
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: Just wanted to share a little something.

Post 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!
Post Reply