* Virtual machine query
@ 2012-01-02 16:13 manish honap
2012-01-02 16:20 ` Alexandru Juncu
2012-01-02 17:53 ` Dave Hylands
0 siblings, 2 replies; 4+ messages in thread
From: manish honap @ 2012-01-02 16:13 UTC (permalink / raw)
To: kernelnewbies
During Kernel development what type of set-up do developers normally use ?
e.g. Machine configuration, virtualization environment etc.
or whether they use physical machines ?
Cheers, Manish
^ permalink raw reply [flat|nested] 4+ messages in thread
* Virtual machine query
2012-01-02 16:13 Virtual machine query manish honap
@ 2012-01-02 16:20 ` Alexandru Juncu
2012-01-02 17:53 ` Dave Hylands
1 sibling, 0 replies; 4+ messages in thread
From: Alexandru Juncu @ 2012-01-02 16:20 UTC (permalink / raw)
To: kernelnewbies
On Mon, Jan 2, 2012 at 6:13 PM, manish honap
<manish_honap_vit@yahoo.co.in> wrote:
> During Kernel development what type of set-up do developers normally use ?
> e.g. Machine configuration, virtualization environment etc.
> or whether they use physical machines ?
>
> Cheers, Manish
I would recommend a solution like VMware Workstation or VirtualBox
because it's the closest thing to a real machine as possible. And the
big plus of these solutions are the Snapshots that are really useful
when you risk having kernel panics and have to restart a lot.
Just my $0.02
--
Alexandru Juncu
ROSEdu
^ permalink raw reply [flat|nested] 4+ messages in thread
* Virtual machine query
2012-01-02 16:13 Virtual machine query manish honap
2012-01-02 16:20 ` Alexandru Juncu
@ 2012-01-02 17:53 ` Dave Hylands
2012-01-03 7:31 ` anish singh
1 sibling, 1 reply; 4+ messages in thread
From: Dave Hylands @ 2012-01-02 17:53 UTC (permalink / raw)
To: kernelnewbies
Hi Manish,
On Mon, Jan 2, 2012 at 8:13 AM, manish honap
<manish_honap_vit@yahoo.co.in> wrote:
> During Kernel development what type of set-up do developers normally use ?
> e.g. Machine configuration, virtualization environment etc.
> or whether they use physical machines ?
I work on ARM based systems so I cross-compile and use a physical board.
I tend to develop drivers as modules, so that if it crashes , I can
reboot the board and things stay sane.
When I'm working on stuff that isn't a driver and can't be in a
module, then u-boot (the bootloader) is my friend.
--
Dave Hylands
Shuswap, BC, Canada
http://www.davehylands.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Virtual machine query
2012-01-02 17:53 ` Dave Hylands
@ 2012-01-03 7:31 ` anish singh
0 siblings, 0 replies; 4+ messages in thread
From: anish singh @ 2012-01-03 7:31 UTC (permalink / raw)
To: kernelnewbies
On Mon, Jan 2, 2012 at 11:23 PM, Dave Hylands <dhylands@gmail.com> wrote:
> Hi Manish,
>
> On Mon, Jan 2, 2012 at 8:13 AM, manish honap
> <manish_honap_vit@yahoo.co.in> wrote:
>> During Kernel development what type of set-up do developers normally use ?
>> e.g. Machine configuration, virtualization environment etc.
>> or whether they use physical machines ?
>
> I work on ARM based systems so I cross-compile and use a physical board.
If i may ask which ARM based board you prefer?
>
> I tend to develop drivers as modules, so that if it crashes , I can
> reboot the board and things stay sane.
>
> When I'm working on stuff that isn't a driver and can't be in a
> module, then u-boot (the bootloader) is my friend.
>
> --
> Dave Hylands
> Shuswap, BC, Canada
> http://www.davehylands.com
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-01-03 7:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-02 16:13 Virtual machine query manish honap
2012-01-02 16:20 ` Alexandru Juncu
2012-01-02 17:53 ` Dave Hylands
2012-01-03 7:31 ` anish singh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).