CORE (Console Output Rendering Environment), an barebones operating system, that you operate using your mouse!
How to build it yourself:
- Download WSL (If on windows), or download a linux virtual machine if you dont already have one
- Run WSL, or your linux virtual machine (Dedicated users main linux)
ALL THE STEPS NOW ARE GONNA HAVE TO BE FOLLOWED IN THE LINUX VM/WSL!
- Download the source
- CD into the source folder
- Run this command(s):
sudo make kernel.bin && sudo make iso
- Now in the root directory of the source you get CORE.iso, that is your bootable iso!
Credits:
- https://www.youtube.com/watch?v=1rnA6wpF0o4&ab_channel=WriteyourownOperatingSystem (Providing me the boot stuff, using c++)
- https://www.gnu.org/software/grub/ (Bootloader)