pritamzope / OS

Writing & Making Operating System and Kernel parts so simple like Hello World Programs, Starting from writing Bootloaders, Hello World Kernel, GDT, IDT, Terminal, Keyboard/Mouse, Memory Manager, HDD ATA R/W, VGA/VESA Graphics
http://createyourownos.blogspot.com
663 stars 103 forks source link

Error:'run.sh: 20: qemu-system-x86_64: not found', by the way i'm using kali linux on virtualbox(Debian-64) #8

Closed harshsingh8 closed 3 years ago

harshsingh8 commented 4 years ago

Ok, I resolved it... At first i ran the command in terminal "sudo apt-get install qemu-system" to install qemu then in run.sh I replaced "qemu-system-x86_64 -cdrom MyOS.iso" with "qemu-system-i386 -cdrom MyOS.iso" and it worked.

pritamzope commented 3 years ago

sudo apt-get install qemu-system-x86 or sudo apt-get install qemu-system-x86_64

if x86_64 is not available on your system then replace it in run.sh script