Sorry for vague title, struggled to think of anything better
I'm working on a programming project currently and the 2 options I have is either building a complex cross compiler for Windows, or using the standard GCC with minor changes. I can't install Linux onto my main PC, I did get by using a virtual machine for a while however it's a bit tiresome, so I figured another option was to see if there are any known Linux systems where I can ssh into and compile, this would give me the advantage of being able to develop anywhere using my phone too.
The final option is to use an extremely basic Linux distro which I can emulate in a small speedy VM. It'd need at most the following abilities: use of NASM and be able to mount virtual floppies. I'd rather do away with a GUI (never used one for programming, probably never will) and all the other stuff which will slow down the booting and bulk up the ISO.
I'm working on a programming project currently and the 2 options I have is either building a complex cross compiler for Windows, or using the standard GCC with minor changes. I can't install Linux onto my main PC, I did get by using a virtual machine for a while however it's a bit tiresome, so I figured another option was to see if there are any known Linux systems where I can ssh into and compile, this would give me the advantage of being able to develop anywhere using my phone too.
The final option is to use an extremely basic Linux distro which I can emulate in a small speedy VM. It'd need at most the following abilities: use of NASM and be able to mount virtual floppies. I'd rather do away with a GUI (never used one for programming, probably never will) and all the other stuff which will slow down the booting and bulk up the ISO.