* Hi I'm new here
@ 2014-08-27 8:13 Bowen
2014-08-27 8:20 ` Fernando Apesteguía
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bowen @ 2014-08-27 8:13 UTC (permalink / raw)
To: kernelnewbies
I am just a new man in kernel development, there is a question bother me for a time. Is it neccessary to have a virtual machine when developing or debugging kernel?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140827/e89e9afa/attachment.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Hi I'm new here
2014-08-27 8:13 Hi I'm new here Bowen
@ 2014-08-27 8:20 ` Fernando Apesteguía
2014-08-27 8:28 ` Pranay Srivastava
2014-08-27 14:12 ` John de la Garza
2 siblings, 0 replies; 4+ messages in thread
From: Fernando Apesteguía @ 2014-08-27 8:20 UTC (permalink / raw)
To: kernelnewbies
El 27/08/2014 10:14, "Bowen" <wangbowenkernel@163.com> escribi?:
>
> I am just a new man in kernel development, there is a question bother me
for a time. Is it neccessary to have a virtual machine when developing or
debugging kernel?
No, it's not. But it could be convenient if you don't want to hurt your
machine.
> Thanks.
>
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140827/4cc44164/attachment.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Hi I'm new here
2014-08-27 8:13 Hi I'm new here Bowen
2014-08-27 8:20 ` Fernando Apesteguía
@ 2014-08-27 8:28 ` Pranay Srivastava
2014-08-27 14:12 ` John de la Garza
2 siblings, 0 replies; 4+ messages in thread
From: Pranay Srivastava @ 2014-08-27 8:28 UTC (permalink / raw)
To: kernelnewbies
On Wed, Aug 27, 2014 at 1:43 PM, Bowen <wangbowenkernel@163.com> wrote:
> I am just a new man in kernel development, there is a question bother me for
> a time. Is it neccessary to have a virtual machine when developing or
> debugging kernel?
If you are working on something unrelated to real-hardware then using
a virtual machine can help you, like not having frequent reboots
of your physical machine maybe you've only one development machine
then you can try and attach gdb to the virtual machine
from your host machine.
If however you've a real hardware then using a real machine would be better.
> Thanks.
>
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
--
---P.K.S
^ permalink raw reply [flat|nested] 4+ messages in thread
* Hi I'm new here
2014-08-27 8:13 Hi I'm new here Bowen
2014-08-27 8:20 ` Fernando Apesteguía
2014-08-27 8:28 ` Pranay Srivastava
@ 2014-08-27 14:12 ` John de la Garza
2 siblings, 0 replies; 4+ messages in thread
From: John de la Garza @ 2014-08-27 14:12 UTC (permalink / raw)
To: kernelnewbies
On Wed, Aug 27, 2014 at 04:13:00PM +0800, Bowen wrote:
> I am just a new man in kernel development, there is a question bother me for a time. Is it neccessary to have a virtual machine when developing or debugging kernel?
Being able to access the machine monitor is very useful at times. It
lets you look at registers, memory, hardware, etc. I also appreciate
being able to quickly boot a kernel with the -kernel option.
see: http://en.wikibooks.org/wiki/QEMU/Monitor
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-08-27 14:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-27 8:13 Hi I'm new here Bowen
2014-08-27 8:20 ` Fernando Apesteguía
2014-08-27 8:28 ` Pranay Srivastava
2014-08-27 14:12 ` John de la Garza
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.