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.
- Host: GitHub
- URL: https://github.com/vietanhduong/linux-headers
- Owner: vietanhduong
- License: mit
- Created: 2023-09-08T04:05:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T07:29:14.000Z (over 1 year ago)
- Last Synced: 2025-01-22T16:49:53.413Z (5 months ago)
- Topics: linux-headers
- Language: Dockerfile
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!