Skip to content

programmeruser2/gOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

gOS

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.

Installation

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 iso

To run this in QEMU:

qemu-system-i386 -cdrom gOS.iso

About

An operating system made with the GRUB shell

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors