{"id":23773144,"url":"https://github.com/ctkqiang/redos","last_synced_at":"2025-10-04T03:16:38.727Z","repository":{"id":242347065,"uuid":"805878725","full_name":"ctkqiang/RedOS","owner":"ctkqiang","description":"RedOS 是一个简单的操作系统，旨在提供类似于主机操作系统 IBM Z/OS 的基本命令行界面（CLI）体验。它是一个轻量级的操作系统，没有图形用户界面（GUI），专注于提供基本功能，以便通过终端运行命令和与系统交互。","archived":false,"fork":false,"pushed_at":"2024-06-02T11:19:32.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T07:24:11.882Z","etag":null,"topics":["asm","china","ctkqiang","operating-system","redos"],"latest_commit_sha":null,"homepage":"","language":"C","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/ctkqiang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"ctkqiang","patreon":"ctkqiang","custom":["https://qr.alipay.com/fkx19369scgxdrkv8mxso92","https://donate.stripe.com/00gg2nefu6TK1LqeUY","https://www.paypal.com/paypalme/ctkqiang","https://github.com/ctkqiang/ctkqiang/blob/main/assets/IMG_9859.JPG?raw=true"]}},"created_at":"2024-05-25T18:14:39.000Z","updated_at":"2024-06-02T11:19:35.000Z","dependencies_parsed_at":"2024-06-02T12:34:15.808Z","dependency_job_id":"776dae35-ce9d-4f2c-88dc-06aa913d115f","html_url":"https://github.com/ctkqiang/RedOS","commit_stats":null,"previous_names":["ctkqiang/redos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ctkqiang/RedOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FRedOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FRedOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FRedOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FRedOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctkqiang","download_url":"https://codeload.github.com/ctkqiang/RedOS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FRedOS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278258698,"owners_count":25957328,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["asm","china","ctkqiang","operating-system","redos"],"created_at":"2025-01-01T05:35:53.873Z","updated_at":"2025-10-04T03:16:38.680Z","avatar_url":"https://github.com/ctkqiang.png","language":"C","funding_links":["https://ko-fi.com/ctkqiang","https://patreon.com/ctkqiang","https://qr.alipay.com/fkx19369scgxdrkv8mxso92","https://donate.stripe.com/00gg2nefu6TK1LqeUY","https://www.paypal.com/paypalme/ctkqiang","https://github.com/ctkqiang/ctkqiang/blob/main/assets/IMG_9859.JPG?raw=true","https://ko-fi.com/F1F5VCZJU"],"categories":[],"sub_categories":[],"readme":"# RedOS\n\nRedOS 是一个简单的操作系统，旨在提供类似于主机操作系统 IBM Z/OS 的基本命令行界面（CLI）体验。它是一个轻量级的操作系统，没有图形用户界面（GUI），专注于提供基本功能，以便通过终端运行命令和与系统交互。\n\n## 特点\n\n- 命令行界面：RedOS 提供了一个简单的终端界面，用户可以在其中输入命令并与系统交互。\n- 基本命令：RedOS 支持几个基本命令，例如 `clear` 用于清除屏幕和简单的文本输入/输出操作。\n- 无 GUI：与具有图形界面的现代操作系统不同，RedOS 完全通过命令行操作，使其轻量且适用于教育目的或资源最小的系统。\n\n## 入门指南\n\n要运行 RedOS，您需要一个基于 x86 的系统仿真器，例如 QEMU。按照以下步骤开始：\n\n1. 将 RedOS 存储库克隆到本地计算机。\n2. 使用提供的构建脚本或命令构建操作系统。\n3. 使用兼容的仿真器（如 QEMU）运行操作系统。\n4. 系统启动后，您将看到一个命令提示符，可以开始输入命令。\n\n## 用法\n\nRedOS 主要用于教育目的，允许用户探索操作系统开发的基础知识，包括引导加载程序、内核开发和命令行界面。以下是您可以使用 RedOS 执行的一些常见任务：\n\n- 输入命令：使用终端键入命令并执行。\n- 探索系统功能：通过检查源代码并尝试不同的组件，了解操作系统的内部工作原理。\n- 自定义和扩展：修改源代码以向 RedOS 添加新功能或功能，使其成为您自己的定制操作系统。\n\n## 贡献\n\n欢迎对 RedOS 进行贡献！如果您对操作系统开发感兴趣，或者有改进 RedOS 的想法，请随时分叉存储库，进行您的更改，并提交拉取请求。请确保遵循存储库中概述的贡献准则。\n\n\n## 致谢\n\nRedOS 的灵感来自于主机操作系统（如 IBM Z/OS）的简洁性，以及创建一个轻量级、教育性操作系统的愿望，用于学习目的。特别感谢贡献者和开源社区对其支持和贡献。\n\n---\n\n\u003e *注意：RedOS 是一个简单的教育项目，可能不适用于生产环境。请自行承担风险。*\n\n---\n\n\n## 爱心捐款\n以下是我的支付宝二维码，您可以扫描二维码进行个人捐赠：\n\u003cbr /\u003e\n\u003cdiv style=\"display: flex; justify-content: space-between; margin-bottom: 20px;\"\u003e\n  \u003cimg src=\"https://github.com/ctkqiang/ctkqiang/blob/main/assets/IMG_9863.jpg?raw=true\" style=\"height: 500px !important; width: 350px !important;\"\u003e\n \n  \u003cimg src=\"https://github.com/ctkqiang/ctkqiang/blob/main/assets/IMG_9859.JPG?raw=true\" style=\"height: 500px !important; width: 350px !important;\"\u003e\n\u003c/div\u003e\n\u003cbr /\u003e\n\u003ca href=\"https://qr.alipay.com/fkx19369scgxdrkv8mxso92\"\u003e\u003cimg src=\"https://img.shields.io/badge/alipay-00A1E9?style=for-the-badge\u0026logo=alipay\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://ko-fi.com/F1F5VCZJU\"\u003e\u003cimg src=\"https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge\u0026logo=ko-fi\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://www.paypal.com/paypalme/ctkqiang\"\u003e\u003cimg src=\"https://img.shields.io/badge/PayPal-00457C?style=for-the-badge\u0026logo=paypal\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://donate.stripe.com/00gg2nefu6TK1LqeUY\"\u003e\u003cimg src=\"https://img.shields.io/badge/Stripe-626CD9?style=for-the-badge\u0026logo=Stripe\u0026logoColor=white\"\u003e\u003c/a\u003e\n\n## 关注我\n\u003ca href=\"https://twitch.tv/ctkqiang\"\u003e\u003cimg src=\"https://img.shields.io/badge/Twitch-9146FF?style=for-the-badge\u0026logo=twitch\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://open.spotify.com/user/22sblyn4dsymya3xinw3umhai\"\u003e\u003cimg src=\"https://img.shields.io/badge/Spotify-1ED760?\u0026style=for-the-badge\u0026logo=spotify\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://www.tiktok.com/@ctkqiang\"\u003e\u003cimg src=\"https://img.shields.io/badge/TikTok-000000?style=for-the-badge\u0026logo=tiktok\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://stackoverflow.com/users/10758321/%e9%92%9f%e6%99%ba%e5%bc%ba\"\u003e\u003cimg src=\"https://img.shields.io/badge/Stack_Overflow-FE7A16?style=for-the-badge\u0026logo=stack-overflow\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://www.facebook.com/JohnMelodyme/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge\u0026logo=facebook\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://github.com/ctkqiang\"\u003e\u003cimg src=\"https://img.shields.io/badge/GitHub-100000?style=for-the-badge\u0026logo=github\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://www.instagram.com/ctkqiang\"\u003e\u003cimg src=\"https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge\u0026logo=instagram\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://www.linkedin.com/in/ctkqiang/\"\u003e\u003cimg src=\"https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://linktr.ee/ctkqiang.official\"\u003e\u003cimg src=\"https://img.shields.io/badge/linktree-39E09B?style=for-the-badge\u0026logo=linktree\u0026logoColor=white\"\u003e\u003c/a\u003e \u003ca href=\"https://github.com/ctkqiang/ctkqiang/blob/main/assets/IMG_9245.JPG?raw=true\"\u003e\u003cimg src=\"https://img.shields.io/badge/WeChat-07C160?style=for-the-badge\u0026logo=wechat\u0026logoColor=white\"\u003e\u003c/a\u003e\n\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctkqiang%2Fredos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctkqiang%2Fredos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctkqiang%2Fredos/lists"}