|
What should i learn as a programmer to write kernel like microsoft windows
i know c and c++ but what should i do to write kernel is it necessary to know basics of kernel programming of linux
how to become expert in both linux and windows kernel prograaming...
Started by coolboy on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Wait, you want to be a kernel developer in MSFT? then you need a smart, then there are....
The WDK site has lots of resources.
If you mean driver development.
Microsoft probably would not let you touch their kernel without experience.
|
|
The lsmod-command shows the odd module. The command "modprobe -a hid_microsoft" does not reveal anything. What is it?
$ modinfo hid_microsoft filename: /lib/modules/2.6.28-15-generic/kernel/drivers/hid/hid-microsoft.ko license: GPL srcversion: 3FE2E2F...
Started by Masi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
According.
The "microsoft" part might refer to an interface to a Microsoft mouse or something.
The kernel driver database , hid_microsoft adds support for Microsoft USB devices or mouse".
|
|
After a linux kernel upgrade, my VMWare server cannot start until using vmware-config.pl to do some re-config work (including build some kernel modules).
If I update my windows VMWare host with latest Windows Service Pack, I usually not need to do anything...
Started by rIPPER on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
On the other hand, Windows has a very stable ....
VMWare needs to be rebuilt to use the ABI in the new kernel.
Linux does not have a stable kernel ABI - things like the internal layout of datastructures, etc changes from version to version.
|
Ask your Facebook Friends
|
What will be the future of OS/Kernel writing.The current trend seems to be following linux kernels..and the microsoft's own kernels...is there any chance of having an entirely new kernel..with diff strategies...
Started by cdb on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Check out QNX - one of the cool tricks it can do is to upgrade the kernel without rebooting, or even closing any programs....
The Mac OS X kernel is based on BSD.
Changing a processor to another is not disruptive enough.
At a higher level.
|
|
Hey,
I could use some advice on what to do, what to read, what to mess around with, so that I could understand the Linux Kernel more. Thank you anyone who responds (unless your name is Salem) Similar Threads Torvalds confirms there will be no Linux kernel...
Started by olelink on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at daniweb):
- Thats the kernel gamepad/joystick libary in linux..
Install/download the kernel documentation (its in my c++ app.
This will help you but getting a hands on is more important .
|
|
Following the "what's the best use for C" question.
The Linux kernel seems to be a famous and very well thought of C program. But is it a good example of mainstream "best-practice" C?
Started by interstar on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Reading....
If you don't want to get overwhelmed with the details of the kernel, you can start by good example? I believe the Linux kernel is a very well written kernel in C with some problems code, I don't think it quite fits.
Yes, it is.
|
|
I like operating systems and would eventually like to become a OS developer mostly working on kernels. In the future will C still be the language of choice and what else should I be trying to learn.
Started by Recursion on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
Microsoft is in the process of rewriting some of Windows in .NET however I doubt that much of the kernel will be touched....
Important topics for OS kernel work include architecture.
C is pretty much it, with a fair amount of assembler .
|
|
I remember watching a webcast from Mark Russinovich showing the sequence of keyboard keys for a user initiated kernel dump. Can somebody refresh my memory on the exact order of the keys.
Please note this is for XP.
Started by Gulzar on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
And I may be wrong....
Seem odd to think about purposefully causing a Blue Screen Of Death (BSOD), Microsoft includes changes.
However, this is a user process dump, not a kernel dump...
From Microsoft with hot keys to dump a process.
|
|
Hi,
I would like to know where to get started, or how possible it is to hook into, or patch the windows kernel(XP and up). I am specifically interested in software like McAfee Entercept, or certain antivirus scanners that patch the kernel. I would like...
Started by TheSecret on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Unless the driver is your core busyness....
The Microsoft Detours library here .
These should give you all of the information you need .
I strongly suggest the books Windows Internals and Rootkits.
Yes, it's very possible to hook into the kernel.
|
|
The last time I saw a BSOD (Blue screen of death) was when Windows 7 tried to sleep in Parallels 3 which hadn't implemented ACPI for windows 7.
Apart from that I can't recall the last time I had a blue screen.
Has driver signing finally stopped frequent...
Started by Bruce McLeod on
, 34 posts
by 34 people.
Answer Snippets (Read the full thread at superuser):
My last kernel ....
I've only ever had one kernel panic on OS X, and it was caused by LogMeIn, for some reason.
...01E, for which Microsoft admitted fault and issued a patch), but others tended to indicate to find out what caused it.
|