This:
http://git.kernel.org/gitweb.cgi?p=linux...xt;hb=HEAD
And you'll be able to run the C file from the command line (with it autocompiling, placing itself in memory and executing).
Now onto displaying a CUI executable automatically - no dice. It doesn't work that way. You have to run a terminal and execute it there.
http://git.kernel.org/gitweb.cgi?p=linux...xt;hb=HEAD
Code:
sudo aptitude install binfmt-support
And you'll be able to run the C file from the command line (with it autocompiling, placing itself in memory and executing).
Now onto displaying a CUI executable automatically - no dice. It doesn't work that way. You have to run a terminal and execute it there.