Hi...

> I don't have a separate system. So I have to make it, build the
> vmlinuz and then execute it using QEMU.
>
> Please help me how to build the kernel and execute it using QEMU. I
> guess the make would build the 'vmlinuz' only. Where to get the initrd
> from?

Easy. Once you get that bzImage, feed it to qemu e.g:
qemu -hda <your disk image> -kernel /path/to/bzImage -append
root=<partition inside disk image>

regards,

Mulyadi

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to