{"id":27813945,"url":"https://github.com/stsquad/qemu-jeos","last_synced_at":"2026-01-23T12:56:11.287Z","repository":{"id":15696895,"uuid":"18434693","full_name":"stsquad/qemu-jeos","owner":"stsquad","description":"This is a simple build system that builds a super small environment that can be used within qemu-test.","archived":false,"fork":false,"pushed_at":"2014-04-04T14:21:50.000Z","size":228,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-01T12:07:18.311Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stsquad.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-04T09:49:44.000Z","updated_at":"2014-12-09T13:07:22.000Z","dependencies_parsed_at":"2022-08-30T10:31:30.171Z","dependency_job_id":null,"html_url":"https://github.com/stsquad/qemu-jeos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stsquad/qemu-jeos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stsquad%2Fqemu-jeos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stsquad%2Fqemu-jeos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stsquad%2Fqemu-jeos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stsquad%2Fqemu-jeos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stsquad","download_url":"https://codeload.github.com/stsquad/qemu-jeos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stsquad%2Fqemu-jeos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28692411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T11:01:27.039Z","status":"ssl_error","status_checked_at":"2026-01-23T11:00:26.909Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2025-05-01T12:07:17.089Z","updated_at":"2026-01-23T12:56:11.265Z","avatar_url":"https://github.com/stsquad.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"QEMU Test JeOS\n==============\n\nThis is a simple build system that builds a super small environment that can be\nused within qemu-test.  It uses a Linux kernel, uClibc and busybox to provide\nthe smallest possible guest with a usable shell.\n\nThe environment supports cross compilation such it is possible to build a JeOS\nfor any target that QEMU supports regardless of your host system.\n\nUsage\n-----\n\n$ git submodule update --init\n$ make ARCH=i486\n\nSupporting New Architectures\n----------------------------\n\nIn theory, you only need to create two files to support a new architecture:\n\n - configs/uClibc-$(ARCH).config\n - configs/linux-$(ARCH).config\n\nYou can create these files by using the following procedure:\n\n        $ mkdir tmp \u0026\u0026 cd tmp\n        $ make -C $(pwd)/../uClibc O=$(pwd) ARCH=$ARCH defconfig\n        $ cp .config ../configs/uClibc-$ARCH.config\n        $ diff -u ../configs/uClibc-$ARCH.config ../configs/uClibc-i486.config\n\nIn the last step, make sure to fixup any options that don't look like they're\narchitecture specific.  We require a few options to be set in uClibc that aren't\nset by default.\n\nThe procedure to create a kernel .config is almost identical to the above except\nthat most architectures don't have a useful 'defconfig'.  You'll need to run\nwhatever form of defconfig is appropriate for that architecture.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstsquad%2Fqemu-jeos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstsquad%2Fqemu-jeos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstsquad%2Fqemu-jeos/lists"}