{"id":23186010,"url":"https://github.com/kkinos/kinos","last_synced_at":"2025-09-17T23:47:33.890Z","repository":{"id":151979495,"uuid":"372286814","full_name":"kkinos/kinOS","owner":"kkinos","description":"A microkernel-like operating system based on MikanOS","archived":false,"fork":false,"pushed_at":"2022-07-13T13:38:29.000Z","size":4360,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T12:43:32.622Z","etag":null,"topics":["microkernel","operating-system","uefi","x86-64"],"latest_commit_sha":null,"homepage":"https://kinpokoblog.com/posts/read-zero-os-dev/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkinos.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}},"created_at":"2021-05-30T18:23:02.000Z","updated_at":"2023-07-07T20:38:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"8535c4e9-e158-4e59-80fe-0cda824e6891","html_url":"https://github.com/kkinos/kinOS","commit_stats":null,"previous_names":["kkinos/kinos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkinos%2FkinOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkinos%2FkinOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkinos%2FkinOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkinos%2FkinOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkinos","download_url":"https://codeload.github.com/kkinos/kinOS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289400,"owners_count":20914464,"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":["microkernel","operating-system","uefi","x86-64"],"created_at":"2024-12-18T10:14:04.128Z","updated_at":"2025-09-17T23:47:28.858Z","avatar_url":"https://github.com/kkinos.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kinOS\n\nkinOS is a microkernel-like operating system based on [MikanOS](https://github.com/uchan-nos/mikanos).\n\n![screenshot](screenshot.png)\n\n## Build\n\nThe tools required for building are the same as for [MikanOS](https://github.com/uchan-nos/mikanos)\n\n### Clone EDK2\n\nIn `tools/`\n\n```bash\ngit clone https://github.com/tianocore/edk2.git\n```\n\n### Setting\n\nIn `edk2/`\n\n```bash\ngit submodule update --init\n```\n\n```bash\nmake -C BaseTools/Source/C\n```\n\n```bash\nsource edksetup.sh\n```\n\n### Edit Conf/target.txt\n\n| item            | value                         |\n| --------------- | ----------------------------- |\n| ACTIVE_PLATFORM | kinLoaderPkg/kinLoaderPkg.dsc |\n| TARGET          | DEBUG                         |\n| TARGET_ARCH     | X64                           |\n| TOOL_CHAIN_TAG  | CLANG38                       |\n\n### Make a symbolic link\n\nIn `edk2/`\n\n```bash\nln -s ../../kinLoaderPkg ./\n\n```\n\n### Build and run\n\n```bash\nmake\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkinos%2Fkinos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkinos%2Fkinos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkinos%2Fkinos/lists"}