linuxwindowsoperating-systemdistro

Launching a program straight from OS


I am developing a program similar to xbmc but only for movies. I was wondering if there is any very simple operating system that will basically just boot and run the program I am developing? Similar to what openelec does for XBMC. I can run it on windows but I want to be able to put it on a machine like raspberry pi without having to have a whole windows or linux OS.

I hope that makes sense.


Solution

  • Take a look at the rather slim linux distributions specialized in embedded systems, like firewalling distros and so on.

    Then, if it is a graphical application you have to make sure you boot into runlevel 5 (graphics) and configure your application as login shell for the default user.


    You might also be interested in two services the openSUSE project offers: the Open Build Service (OBS) and SUSE Studio: