I want to setup a x86 Linux Box such that:
- It uses minimal system resources.
- Runs SDL, without XWindows
- Includes sufficient functionality to run QEmu.
Basically I simply want it to ONLY be a host for Virtulization and be as "thin" as possible leaving nearly all resources available for the "client" OS.
Is there anything like that available for the x86 and is there a straitforward way to run SDL without X-Windows.
EDIT:
OH Yeah, thanks for the info Sleske! The framebuffer comment pointed me in the right direction! For anybody else interested http://www.linux-fbdev.org looks very promising! I just need to figure out how to config SDL for FB access now.
Pete