{"id":20744660,"url":"https://github.com/plos-clan/coolpotos","last_synced_at":"2025-04-05T01:03:47.571Z","repository":{"id":216522282,"uuid":"737190593","full_name":"plos-clan/CoolPotOS","owner":"plos-clan","description":"CoolPotOS for ia32 / amd64","archived":false,"fork":false,"pushed_at":"2025-03-31T13:18:12.000Z","size":31324,"stargazers_count":141,"open_issues_count":6,"forks_count":14,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-31T14:23:11.490Z","etag":null,"topics":["do-it-yourself","operating-system"],"latest_commit_sha":null,"homepage":"https://docs.plos-clan.org/project/coolpotos.html","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plos-clan.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":"2023-12-30T05:54:36.000Z","updated_at":"2025-03-31T13:26:03.000Z","dependencies_parsed_at":"2024-11-17T07:16:49.220Z","dependency_job_id":"2b63ed9f-5d9b-411d-8598-33cf3971df88","html_url":"https://github.com/plos-clan/CoolPotOS","commit_stats":null,"previous_names":["xiaoyi1212/crashpowerdos","xiaoyi1212/coolpotos","plos-clan/coolpotos"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plos-clan%2FCoolPotOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plos-clan%2FCoolPotOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plos-clan%2FCoolPotOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plos-clan%2FCoolPotOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plos-clan","download_url":"https://codeload.github.com/plos-clan/CoolPotOS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247271515,"owners_count":20911587,"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":["do-it-yourself","operating-system"],"created_at":"2024-11-17T07:16:32.783Z","updated_at":"2025-04-05T01:03:47.555Z","avatar_url":"https://github.com/plos-clan.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv style=\"height: 3em;\"\u003e\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003eCoolPotOS\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\u003cstrong\u003eA simple toy operating system.\u003c/strong\u003e\u003c/div\u003e\n\n\u003cdiv style=\"height: 3em;\"\u003e\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg alt=\"GitHub License\" src=\"https://img.shields.io/github/license/plos-clan/CoolPotOS?style=flat-square\"/\u003e\n\u003cimg alt=\"GitHub release (latest by date)\" src=\"https://img.shields.io/github/v/release/plos-clan/CoolPotOS?style=flat-square\"/\u003e\n\u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/plos-clan/CoolPotOS?style=flat-square\"/\u003e\n\u003cimg alt=\"GitHub issues\" src=\"https://img.shields.io/github/issues/plos-clan/CoolPotOS?style=flat-square\"/\u003e\n\u003cimg alt=\"Hardware\" src=\"https://img.shields.io/badge/Hardware-i386_x64-blue?style=flat-square\"/\u003e\n\u003c/div\u003e\n\n\u003chr\u003e\n\nLanguages\n: *English*\n| [简体中文](readme/README-zh-CN.md)\n| [Français](readme/README-fr-FR.md)\n| [日本語](readme/README-ja-JP.md)\n\n## Introduction\n\nThis is a simple operating system for [ia32](https://en.wikipedia.org/wiki/IA-32) and [amd64](https://en.wikipedia.org/wiki/X86-64) architecture.\n\n## Modules\n\n- `pl_readline` by min0911Y [plos-clan/pl_readline](https://github.com/plos-clan/pl_readline)\n- `os_terminal` by wenxuanjun [plos-clan/libos-terminal](https://github.com/plos-clan/libos-terminal)\n- `liballoc` by wenxuanjun [plos-clan/liballoc](https://github.com/plos-clan/liballoc)\n\n## Build \u0026 Run\n\n### Environment\n\nYou need to install them on your computer:\n\n- Xmake\n- NASM (only i386)\n- Zig (you need clang for x86_64)\n- Windows subsystem for Linux (Ubuntu 22.04)\n  - xorriso\n  - qemu-system-i386 / qemu-system-x86_64\n\n### Steps\n\n#### i386\n\nIn the build target default_build of xmake.lua, comment out add_deps(\"iso64\") and uncomment add_deps(\"iso32\").\nAlso, comment out the run arguments for `xmake run x86_64` and uncomment the run arguments for `xmake run i386`.\n\nRun `xmake run` on your terminal then it will build and run automatically\n\n#### x86_64\n\nRun `xmake run` on your terminal then it will build and run automatically\n\n## License\n\nThis project is licensed under [MIT License](LICENSE).\n\n## Contributing\n\nWelcome to create pull requests or issues to this project. Then sit back and relax.\n\n### Contributors\n\n- XIAOYI12 - OS Development\n- min0911Y - OS FileSystem Development\n- copi143 - UserHeap Development\n- QtLittleXu - XuYuxuan OS Document\n- ViudiraTech - PCI Driver Optimization\n- Vinbe Wan - IIC Development\n- A4-Tacks - Write Some Build Scripts\n- wenxuanjun - OS Developer\n- Minsecrus - Memory Usage Optimization\n- CLimber-Rong - Software Developer\n- shiyu - Debugger and Comments Writer\n- 27Onion - Translated French README\n- LY-Xiang - Optimized actions process\n- suhuajun-github - Fix several bugs in the AHCI driver\n- FengHeting - SMBIOS driver Development\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplos-clan%2Fcoolpotos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplos-clan%2Fcoolpotos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplos-clan%2Fcoolpotos/lists"}