Advice on Linux Kernel Development
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,*
Yes you can. On Sun 13 Sep, 2015 23:40 Mayur Patil <linuxcraz23@gmail.com> 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
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.
On Sun, Sep 13, 2015 at 11:40 PM, Mayur Patil <linuxcraz23@gmail.com> 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
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 <karthik.188@gmail.com> wrote:
On Sun, Sep 13, 2015 at 11:40 PM, Mayur Patil <linuxcraz23@gmail.com> 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,*
participants (4)
-
Karthik Nayak -
Manavendra Nath Manav -
Mayur Patil -
Valdis.Kletnieks@vt.edu