Live CD for PC Games?
Onion asks: "Can anyone inform me why games developers don't put out games on a 'Knoppix' style live CD? This would negate coding the games for different PC platforms. Provided the hardware detection routines were up to scratch, the game could be coded using GNU/Linux for development and would run on any PC machine, regardless of OS. Only major drawback I can see would be the need to 'reboot' each time to play. Any thoughts or views on 'why not' ?"
- they would have to include drivers for the all the hardware, games need to run on.
- how about all the libraries. DirectX et al is not tiny, as well as the OS they have to include.
- Games frequently use swap, but with no OS, they have no facilities to make their swap files.
- There is a part of the game that needs to be accessible at all times. (AKA binaries, dlls) Those will need to be placed into some kind of ramdisk for multidisk games
Do you think the OS is there for nothing?badness 10000
They do. Look into Gentoo Games