{"id":21130834,"url":"https://github.com/ngn13/kbuild","last_synced_at":"2025-09-02T18:32:29.045Z","repository":{"id":234588639,"uuid":"789197050","full_name":"ngn13/kbuild","owner":"ngn13","description":"kernel build script for development/hacking","archived":false,"fork":false,"pushed_at":"2024-04-20T00:38:55.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T06:11:34.982Z","etag":null,"topics":["build-script","build-tool","kernel-builder","kernel-dev","kernel-development","kernel-hacking"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ngn13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-19T22:49:16.000Z","updated_at":"2024-04-23T23:18:08.000Z","dependencies_parsed_at":"2025-01-21T06:11:27.252Z","dependency_job_id":"b43c71db-e31a-43f7-9cff-2bd7eb783dfd","html_url":"https://github.com/ngn13/kbuild","commit_stats":null,"previous_names":["ngn13/kbuild"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngn13%2Fkbuild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngn13%2Fkbuild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngn13%2Fkbuild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngn13%2Fkbuild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngn13","download_url":"https://codeload.github.com/ngn13/kbuild/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243573495,"owners_count":20312883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["build-script","build-tool","kernel-builder","kernel-dev","kernel-development","kernel-hacking"],"created_at":"2024-11-20T05:39:52.192Z","updated_at":"2025-03-14T12:15:04.454Z","avatar_url":"https://github.com/ngn13.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kbuild | kernel build script for dev/hacking\nsimple script for building the kernel for development and hacking purposes,\nscript is designed for `x86_64` builds, but you can easily change that\nby doing a little bit of editing\n\n### building \nto build a specific version with `x86_64_defconfig` and `CONFIG_DEBUG_INFO=y`,\njust specify the version, for example:\n```bash\n./kbuild.sh 5.15.135\n```\nyou can also build the staging kernel using `staging` as the version\n\nto build using a specific config, specify config's path at the end:\n```bash\n./kbuild.sh 5.15.135 my-cool-config\n```\n\n### booting\nyou can also boot the kernel you built with QEMU/KVM, using the `kboot` script:\n```bash\n./kboot.sh 5.15.135 \n```\n\nby default, this script will build busybox for initramfs, however you can specify\na path to your own initramfs:\n```bash\n./kboot.sh 5.15.135 my-cool-initramfs.cpio.gz \n```\nnote that this will extract the initramfs to install the kernel modules\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngn13%2Fkbuild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngn13%2Fkbuild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngn13%2Fkbuild/lists"}