How-To…Install xv6 Operating system 6 Nov 201731 May 2018 Summary of what you are going to install: qemu xv6 Summary of the commands: sudo apt-get update sudo apt-get install qemu git clone git://github.com/mit-pdos/xv6-public.git make make qemu-nox Here are the…