# Kernel

> In computing, the kernel is a computer program that manages input/output requests from software, and translates them into data processing instructions for the central processing unit and other electronic components of a computer. The kernel is a fundamental part of a modern computer's operating system. \[Wikipedia]\(<https://en.wikipedia.org/wiki/Kernel_(operating_system>)

## Intel Edison Default Version from Booted Device

```bash
    VERSION = 3
    PATCHLEVEL = 10
    SUBLEVEL = 17
    ...
    SUBLEVEL = 98
    EXTRAVERSION =
    NAME = TOSSUG Baby Fish
```

## Intel Edison Default Version from Kernel Source Code

ToDo Open Makefile


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://theiotlearninginitiative.gitbook.io/embedded-linux/build-systems/yocto-board-support-package/kernel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
