{"id":17649002,"url":"https://github.com/serverwentdown/tayos","last_synced_at":"2026-02-15T18:32:05.982Z","repository":{"id":149258215,"uuid":"147998065","full_name":"serverwentdown/TayOS","owner":"serverwentdown","description":"TayOS is a very basic Linux OS named after Isaac Tay","archived":false,"fork":false,"pushed_at":"2024-05-04T15:45:06.000Z","size":179,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"v1","last_synced_at":"2025-10-06T22:28:44.757Z","etag":null,"topics":["busybox","initramfs","linux","script"],"latest_commit_sha":null,"homepage":"https://makerforce.io/make-your-own-linux/","language":"Shell","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/serverwentdown.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-09T06:07:02.000Z","updated_at":"2024-07-26T20:11:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"99827d1a-8c0c-4a21-b095-10e5eb3d40f7","html_url":"https://github.com/serverwentdown/TayOS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/serverwentdown/TayOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverwentdown%2FTayOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverwentdown%2FTayOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverwentdown%2FTayOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverwentdown%2FTayOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serverwentdown","download_url":"https://codeload.github.com/serverwentdown/TayOS/tar.gz/refs/heads/v1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverwentdown%2FTayOS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29486520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"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":["busybox","initramfs","linux","script"],"created_at":"2024-10-23T11:23:13.379Z","updated_at":"2026-02-15T18:32:05.964Z","avatar_url":"https://github.com/serverwentdown.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"images/logo.png\" width=\"280\" /\u003e\n\u003c/div\u003e\n\n# Overview\n\nTayOS is a set of scripts to build a very basic busybox operating system. It was intended for me to\nlearn more about Linux build tools and the process of building real embedded Linux distributions \nlike Yocto and Alpine. \n\n# Getting started\n\nFor a breakdown of every step, visit the [blog post](https://makerforce.io/make-your-own-linux/) I wrote.\n\n## Environment\n\n```\n# Starts a Alpine build environment and fetches our sources\n./build-in-docker.sh\n```\n\nYou may need to prepend sudo to start the Docker container. The subsequent scripts should be run\ninside our build environment.\n\n## Kernel\n\n```\n# Configure and build the kernel sources\n./00-kernel.sh\n```\n\n## Busybox\n\n```\n# Configure and build Busybox\n./01-busybox.sh\n```\n\n## Initial Root Filesystem\n\nTake a look inside `rootfs/`. In there is the initalization script `init` that is started after the\nkernel loads the initial root filesystem into memory. This script sets up the required virtual \nfilesystems for a working Linux system (like `/dev`, `/proc`) and then starts the real PID 0 `init`\ndaemon. \n\n```\n# Copies busybox and rootfs/ into a initramfs image\n./30-initramfs.sh\n```\n\n## Testing\n\nIf you have QEMU installed, you can test the image outside of the Docker container.\n\n```\n./test-in-qemu.sh\n```\n\nYou may need to prepend sudo.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverwentdown%2Ftayos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserverwentdown%2Ftayos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverwentdown%2Ftayos/lists"}