Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

12
  • 1
    Do you mean differences between C programming in kernel side and userspace side? Commented Oct 5, 2014 at 5:58
  • @alireza_fn What would you do when if i tell you to learn System Side C focused on Linux kernel? Commented Oct 5, 2014 at 6:00
  • The programming syntax of C is same, but available functions are difference. You cannot use some ANSI functions in kernel like printf() Commented Oct 5, 2014 at 6:03
  • So basically it is programming the system calls? i mean using interrupts. What platform can i use to practice this kind of C programming? Commented Oct 5, 2014 at 6:06
  • Not actually. Linux Kernel provides a large set of functions for modules so you don't have to mess with interrupts. You should try reading some linux kernel programming books then you should start programming kernel modules. Commented Oct 5, 2014 at 6:08