Mazz

Results 3 comments of Mazz

I was able to run xv6-x86 on my m1 mac running ubuntu arm64. Perform the following steps: 1. clone the xv6 from git 2. Now you need to install a...

By directory I mean the location where you have downloaded the files of xv6. When you type `git clone https://github.com/mit-pdos/xv6-public.git`, you will have a directory named xv6 inside the directory...

To run xv6, you need qemu. Do you have it installed> `sudo apt install qemu x86_64-elf-gcc` Can you try typing `sudo apt install build-essential` in your terminal? Not sure if...