A little OS i made using COSMOS for C#.
To run Chroma OS on a virtual machine, just use VMWare or any other VM Software. If instead you wanna run it on real hardware:
- Use a tool like Rufus or DD to masterize the ISO file on a USB or CD.
- Just connect the USB to the computer of choice and run it through the BIOS.
Because it took me an entire day to write this, i forgot to export the Release ISO, but instead exported the Debug one. So, i guess you're gonna have to build Chroma OS from source. No program though. If you want to, follow these steps:
- Download and install all the required software for COSMOS and COSMOS itself.
- Download the source code of Chroma OS.
- Create a new COSMOS C# kernel project on Visual Studio.
- Replace the files of the new project with the files of Chroma OS, except the /bin/ directory.
- Run the project.