Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metal-stack/kernel
kernel build for pxe booting bare metal machines
https://github.com/metal-stack/kernel
bare-metal kernel linux-kernel pxe-boot
Last synced: about 2 months ago
JSON representation
kernel build for pxe booting bare metal machines
- Host: GitHub
- URL: https://github.com/metal-stack/kernel
- Owner: metal-stack
- License: mit
- Created: 2020-02-03T13:21:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T05:29:10.000Z (9 months ago)
- Last Synced: 2024-04-11T06:27:37.130Z (9 months ago)
- Topics: bare-metal, kernel, linux-kernel, pxe-boot
- Language: Dockerfile
- Size: 479 KB
- Stars: 9
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Kernel
This project is used to build a small linux kernels with the `kexec` feature enabled.
In [Linuxkit](https://github.com/linuxkit/linuxkit) this feature is disabled for `x86_64`.
The linuxkit kernel config is used as base for our compilation: s. https://github.com/linuxkit/linuxkit/tree/master/kernel
## Manage new major kernel config upgrades.
- download the new kernel sources (e.g. 4.20)
- copy the existing config to the sources directory *.config*
- run `make oldconfig` and you can answer all questions with the given default
- the create *.config* will then contain all new options, and all old options.