Extracting CPU Vendor Name via cpuid on qemu-XV6 returns “Genuntelntel” on my AMD machine
I am running xv6 via QEMU on Ubuntu 20.04.6 via Windows WSL. I wanted to write a syscall to extract and print the CPU vendor name by editing the kernel code. Did the usual pleasantries, wrote up a function that was successfully implemented as a syscall within xv6