{"id":20309251,"url":"https://github.com/cyring/corefreq-buildroot","last_synced_at":"2026-03-09T04:32:09.274Z","repository":{"id":92577043,"uuid":"403268682","full_name":"cyring/CoreFreq-buildroot","owner":"cyring","description":"CoreFreq buildroot for EFI MBR images","archived":false,"fork":false,"pushed_at":"2023-12-06T16:48:45.000Z","size":25,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T07:46:03.663Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/cyring.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-09-05T09:39:16.000Z","updated_at":"2022-04-11T17:34:22.000Z","dependencies_parsed_at":"2024-11-14T17:41:20.096Z","dependency_job_id":null,"html_url":"https://github.com/cyring/CoreFreq-buildroot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cyring/CoreFreq-buildroot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyring%2FCoreFreq-buildroot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyring%2FCoreFreq-buildroot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyring%2FCoreFreq-buildroot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyring%2FCoreFreq-buildroot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyring","download_url":"https://codeload.github.com/cyring/CoreFreq-buildroot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyring%2FCoreFreq-buildroot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-14T17:26:26.772Z","updated_at":"2026-03-09T04:32:09.244Z","avatar_url":"https://github.com/cyring.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prerequisities\n## GNU\n* `nproc` @ [coreutils](https://www.gnu.org/software/coreutils)\n## QEMU\n* `qemu-x86_64` @ [qemu](https://wiki.qemu.org)\n## EFI\n* [edk2-ovmf](https://github.com/tianocore/edk2)\n\n## Buildroot\n* submodule [buildroot/buildroot](https://github.com/buildroot/buildroot)\n\n# Build\n## EFI\n```\ncd buildroot \\\n\u0026\u0026 make BR2_EXTERNAL=../external defconfig BR2_DEFCONFIG=../efi-defconfig \\\n\u0026\u0026 make BR2_EXTERNAL=../external \\\n\u0026\u0026 cd ..\n```\n## MBR\n```\ncd buildroot \\\n\u0026\u0026 make BR2_EXTERNAL=\"../external\" defconfig BR2_DEFCONFIG=../mbr-defconfig \\\n\u0026\u0026 make BR2_EXTERNAL=../external \\\n\u0026\u0026 cd ..\n```\n# Run\n## EFI\n```\ndeclare -i CPU_COUNT=$(nproc) \\\n\u0026\u0026 qemu-system-x86_64 -smp ${CPU_COUNT} -m $(( ${CPU_COUNT} * 128 )) \\\n-enable-kvm -cpu max,hv-runtime \\\n-drive file=buildroot/output/images/disk.img,format=raw \\\n-bios /usr/share/OVMF/x64/OVMF.fd\n```\n## MBR\n```\ndeclare -i CPU_COUNT=$(nproc) \\\n\u0026\u0026 qemu-system-x86_64 -smp ${CPU_COUNT} -m $(( ${CPU_COUNT} * 128 )) \\\n-enable-kvm -cpu max,hv-runtime \\\n-cdrom buildroot/output/images/rootfs.iso9660\n```\n\n## Command-line\n* Run twice number of CPUs\n```\ndeclare -i CPU_COUNT=$(( $(nproc) * 2 )) \\\n\u0026\u0026 qemu-system-x86_64 -smp ${CPU_COUNT} -m $(( ${CPU_COUNT} * 128 )) \\\n-enable-kvm -cpu max,hv-runtime \\\n-drive file=buildroot/output/images/disk.img,format=raw \\\n-kernel buildroot/output/images/bzImage \\\n-append \"nr_cpus=${CPU_COUNT} root=/dev/sda2 rootwait console=tty1 quiet\"\n```\n\n## [Example](https://github.com/cyring/CoreFreq-buildroot/issues/1)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyring%2Fcorefreq-buildroot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyring%2Fcorefreq-buildroot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyring%2Fcorefreq-buildroot/lists"}