ID:135910
 
Is there a Linux emulator out there that emulates linux on windows? I wish to host a game in linux, but do not wish to make a seperate partition to install linux on it.
There's no point emulating Linux to host a BYOND game. You might as well host on Windows, because you're still running Windows either way - so it's still just as likely to crash! =P And emulation is slow, so the game will run more slowly too.
In response to Crispy
ok, thanks.
In response to Crispy
I agree fully with Crispy. However, if you want a unix environment in Windows (probably will not run DreamDaemon, DreamSeeker, etc.), check out Cygwin.
In response to CableMonkey
:-)

Thanks, I've also been looking for a Linux emulator just to get used to it, but couldn't find one :-/
In response to CableMonkey
That looks interesting, i saw something like that for unix one time.
In response to Airjoe
Its not a Linux emulator.
In response to CableMonkey
CableMonkey wrote:
Its not a Linux emulator.

Correct. Cygwin is a Linux-like environment for Windows. It consists of two parts: A DLL (cygwin1.dll) which acts as a Linux emulation layer providing substantial Linux API functionality, and a collection of tools, which provide Linux look and feel.

it basically provides a *nix style interface for running/compiling/testing programs. It does not contain a *nix kernal nor all the necessary drivers needed to properly emulate Linux.

In any case, even if you did use Cygwin, wou would be providing one extra layer of extraction between your game and the net, and giving your comp a little more work to do. Better off finding an old 350 Mhz Pentium box with a 4GB harddisk and as much memory as you can afford, and install Linux on that.
In response to digitalmouse
Perfect, i have a 333, with a 6 gig hard-disk, just sitting there, i'll have to get linux somewhere.
In response to Mrhat99au
You could download it... wait, you're on dial-up aren't you? Poor Mr Hat. =) Check around in newsagents, they sometimes have packs of Linux CDs hanging around for $10 or so. That's where I got my copies.
In response to Crispy