0
Kernel development???
what is the difference between Linux kernel development program and other windows development program???????
1 Antwort
+ 2
Linux kernel development means that you work on core technologies and drivers for Linux operating systems (On windows this is obviously not possible because is proprietary software).
If you meant the difference between Linux and widows programs, the differences are mainly the availability of libraries, GUIs or key features. For example epoll, which is mainly used for handling multiple network connections or ncurses, a library for console UIs, can be just used on Linux (or maybe other Unix OS, like OS X).
Also Linux has many package formats, that help you to spread updates automatically and lots of programming tools preinstalled.
Otherwise programming languages will work exactly the same and as far you don't use a OS specific feature you won't experience many differences.