Re: Qemu+busybox for kernel development

2017-06-28 Thread Shahbaz khan
would be much appreciated. > > Alexander Kapshuk. > > > _______ > Kernelnewbies mailing list > Kernelnewbies@kernelnewbies.org > https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > > Thank you. Shahbaz Khan ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: How to implement virtual hardware in QEMU?

2017-06-14 Thread Shahbaz khan
ng list probably will be better. > Regards! > > ___ > Kernelnewbies mailing list > Kernelnewbies@kernelnewbies.org > https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > > Regards, Shahbaz Khan _

Re: How kernel handle interrupts

2012-12-20 Thread Shahbaz khan
Hi Woody, Check "do_IRQ()" in arch/x86/kernel/irq.c. It is responsible to handle device specific interrupts, while ipi and timer interrupts are dealt elsewhere. Hope this helps. BR, Shahbaz Khan On Thu, Dec 20, 2012 at 3:27 PM, Woody Wu wrote: > Hi, List > > Where is t

Re: Dual booting of Smartphone

2012-02-16 Thread Shahbaz khan
at would mean that the Linux kernel for both Android versions are same. Somewhere you would be managing the initialization. Not sure how Android platforms do it :( You can also use para virtualization like the L4Android project. They run multiple platforms on L4Re, atop L4 micro kernel. Very interesting