Booting Riscv linux on Qemu

The linux kernel on its own is not of any use, we need applications that leverage the power of the kernel. For this we must create a filesystem which contains these applications . Busybox is a software that provides minimalistic software utilities to create a file system. Requirement We need following softwares to successfully boot … Read more