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*
- How does that apply for a driver written for/in the V4L2 framework, where the start and end methods are not actually situated in the code written by me?BurnNote– BurnNote2022-03-30 15:00:59 +00:00Commented Mar 30, 2022 at 15:00
- Dunno. I should think it has hooks of some sort or it is a bit daft, but you're better off asking about that on Stack Overflow; there's very little kernel mod programming going on here (I'm just familiar with the basics).goldilocks– goldilocks2022-03-30 15:13:43 +00:00Commented Mar 30, 2022 at 15:13
- Having completed these tutorials, are we entitled to call ourselves "kernel programmers"?Seamus– Seamus2022-03-31 15:07:47 +00:00Commented Mar 31, 2022 at 15:07
- You've have to ask the LKML about that ;) Since most of the kernel can in theory be compiled as loadable modules, including various bits of critical infrastructure like networking and peripheral access, drawing a line between "just a module" and "the kernel proper" seems arbitrary. But you do have to actually write some code and make it work @Seamus -- ever use C? You'll love it. Separates the boys from the men so to speak. Or the children from the adults, to be more inclusive.goldilocks– goldilocks2022-03-31 15:27:47 +00:00Commented Mar 31, 2022 at 15:27
- Just between us - I do not like C. But like the line in the movie, "I said I didn't have much use for it - I never said I didn't know how to use it" LOLSeamus– Seamus2022-03-31 16:03:19 +00:00Commented Mar 31, 2022 at 16:03
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. pi-3), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you