Re: Advice on Linux Kernel Development

2015-09-13 Thread Manavendra Nath Manav
Yes you can.

On Sun 13 Sep, 2015 23:40 Mayur Patil  wrote:

> hi all,
>
> I want to ask
>
> if I want to get started with Linux Kernel Development then is it feasible
> that
>
> I can do all my experiments on Virtual Machine as on Linux my Internet
> dongle does
>
> not work, I am asking in terms of performance and efficiency.
>
> Looking for guidance,
>
> Thanks !
> --
>
>
> *Mayur S Patil,*
> ___
> Kernelnewbies mailing list
> Kernelnewbies@kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Advice on Linux Kernel Development

2015-09-13 Thread Valdis . Kletnieks
On Sun, 13 Sep 2015 23:40:22 +0530, Mayur Patil said:

> if I want to get started with Linux Kernel Development then is it feasible 
> that
> I can do all my experiments on Virtual Machine as on Linux my Internet
> dongle does not work, I am asking in terms of performance and efficiency.

A very large chunk of linux kernel development can be done in a virtual
machine (use VirtualBox, or VMWare, or whatever).  Note that very hardware
dependent code (like messing around with MSR registers, or some device drivers)
won't be easily debugged, because the VM gives you a virtualized version
of a generic system.  But stuff like filesystems or schedulers or new
syscalls are easily done in a VM.


pgpk6C1ZA0XEk.pgp
Description: PGP signature
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Advice on Linux Kernel Development

2015-09-13 Thread Karthik Nayak
On Sun, Sep 13, 2015 at 11:40 PM, Mayur Patil  wrote:
> hi all,
>
> I want to ask
>
> if I want to get started with Linux Kernel Development then is it feasible
> that
>
> I can do all my experiments on Virtual Machine as on Linux my Internet
> dongle does
>
> not work, I am asking in terms of performance and efficiency.
>

Just curious, which dongle do you use? and what did you try?

> Looking for guidance,
>
> Thanks !
> --
> Mayur S Patil,
>
>
> ___
> Kernelnewbies mailing list
> Kernelnewbies@kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>



-- 
Regards,
Karthik Nayak

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Advice on Linux Kernel Development

2015-09-13 Thread Mayur Patil
Hi,

I am using Reliance 3 (Netconnect+) Dongle..and with lots of tries, I
have finally stopped trying to install it on CentOS 6.x.

I have tried almost all instructions from posts and blogs which appears on
first 2 pages of Google search.


On Mon, Sep 14, 2015 at 8:57 AM, Karthik Nayak 
wrote:

> On Sun, Sep 13, 2015 at 11:40 PM, Mayur Patil 
> wrote:
> > hi all,
> >
> > I want to ask
> >
> > if I want to get started with Linux Kernel Development then is it
> feasible
> > that
> >
> > I can do all my experiments on Virtual Machine as on Linux my Internet
> > dongle does
> >
> > not work, I am asking in terms of performance and efficiency.
> >
>
> Just curious, which dongle do you use? and what did you try?
>
> > Looking for guidance,
> >
> > Thanks !
> > --


*-- *
*Mayur S Patil,*
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Advice on Linux Kernel Development

2015-09-13 Thread Mayur Patil
Thanks Valdis for clear explanation.
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies