I have successfully built the Linux Kernel 3.13.6
and ran it in QEMU
. Since it is just the kernel, it will eventually complain that it cannot find init
or sh
, etc.
Therefore, it is necessary to build the GNU utilities for Linux (which makes it GNU/Linux). However, how would someone do that? How do you build the utilities for Linux?
Is it as simple as downloading & compiling w/ GCC and then copying onto a formatted disk?