ghost icon indicating copy to clipboard operation
ghost copied to clipboard

Ghost, a micro-kernel based hobby operating system.

Results 12 ghost issues
Sort by recently updated
recently updated
newest added

how do you compile if you are on windows?

Hi Max! There seems to be something wrong if I enable KVM in QEMU. Without KVM it works as expected ```bash ~/Downloads> qemu-system-i386 -cdrom ghost.iso -m 1G -serial stdio -enable-kvm...