- #1
pairofstrings
- 411
- 7
- TL;DR Summary
- Linux has User-Space and Kernel-Space.
Can anyone tell me what the area is in Linux that doesn't change often?
We have System programming, Kernel Programming, Device Driver Programming which one of these are less frequently touched? By "change", I mean, how often -in System Programming or Kernel Programming or Device Driver Programming- the Linux creators modify the definition of function calls like "cdev_add()" or "fork()" or "spinlocks()" or "printk()"?
Thanks.
We have System programming, Kernel Programming, Device Driver Programming which one of these are less frequently touched? By "change", I mean, how often -in System Programming or Kernel Programming or Device Driver Programming- the Linux creators modify the definition of function calls like "cdev_add()" or "fork()" or "spinlocks()" or "printk()"?
Thanks.