An "operating system" (emphasis on the quotes) made with the GRUB shell. This project uses the GRUB bootloader which can be found and downloaded from https://www.gnu.org/software/grub/grub-download.html.
An ISO disk image is available from the releases tab.
Assuming you are using Ubuntu, you can create an ISO image with:
sudo apt-get install grub2-common grub-pc-bin xorriso -y
git clone https://github.com/programmeruser2/gOS.git
cd gOS
grub-mkrescue -o gOS.iso isoTo run this in QEMU:
qemu-system-i386 -cdrom gOS.iso