Ever wanted to make an OS on repl.it but couldn't get an emulator running? Now you can!
Developing, Compiling, Linking an OS is up to you!Simply fork the repl and do whatever you want with qemu.
@LiamDonohue Assuming you have one just run qemu like you normally would like qemu-system-x86_64 IMAGE.iso or qemu-system-x86_64 -kernel KERNELIMAGE
qemu-system-x86_64 IMAGE.iso
qemu-system-x86_64 -kernel KERNELIMAGE
Ever wanted to make an OS on repl.it but couldn't get an emulator running? Now you can!
Developing, Compiling, Linking an OS is up to you!
Simply fork the repl and do whatever you want with qemu.
@LiamDonohue Assuming you have one just run qemu like you normally would like
qemu-system-x86_64 IMAGE.iso
orqemu-system-x86_64 -kernel KERNELIMAGE