An open API service indexing awesome lists of open source software.

https://github.com/vietanhduong/linux-headers

This repository is designed to facilitate the building and uploading of Linux headers on demand.
https://github.com/vietanhduong/linux-headers

linux-headers

Last synced: 3 months ago
JSON representation

This repository is designed to facilitate the building and uploading of Linux headers on demand.

Awesome Lists containing this project

README

        

# Linux Headers

This repository is designed to facilitate the building and uploading of Linux headers on demand.

Linux headers are primarily used in eBPF, and this repository aims to streamline the process of compiling Linux headers at runtime. However, it is important to note that you will also need to locate and download the closest matching kernel version.

This repository is based on [Pixie](https://github.com/pixie-io/pixie). We extend our gratitude to the Pixie team for their contributions!

## Contributing

If you wish to support a new kernel version, you can fork this repository and update the [KERNEL_VERSIONS](./KERNEL_VERSIONS) file with your changes. Afterward, create a pull request (PR) to this repository. I will promptly review and approve it.

Thank you for your contributions!