{"id":18261697,"url":"https://github.com/supercip971/wingos","last_synced_at":"2025-10-07T00:33:49.695Z","repository":{"id":39304022,"uuid":"288752550","full_name":"Supercip971/WingOS","owner":"Supercip971","description":"a little 64bit microkernel based operating system written in c++ with smp support ","archived":false,"fork":false,"pushed_at":"2025-10-06T06:30:10.000Z","size":26226,"stargazers_count":767,"open_issues_count":0,"forks_count":22,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-10-06T08:42:00.359Z","etag":null,"topics":["64bit","cpp","hobby-os","kernel","microkernel","operating-system","os","osdev","wingos","x86-64"],"latest_commit_sha":null,"homepage":"https://www.cyp.sh/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Supercip971.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-08-19T14:21:47.000Z","updated_at":"2025-10-06T06:30:14.000Z","dependencies_parsed_at":"2025-04-14T15:54:50.538Z","dependency_job_id":"a222de36-d87e-41ff-a045-caa0e5ec9d44","html_url":"https://github.com/Supercip971/WingOS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Supercip971/WingOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supercip971%2FWingOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supercip971%2FWingOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supercip971%2FWingOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supercip971%2FWingOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Supercip971","download_url":"https://codeload.github.com/Supercip971/WingOS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Supercip971%2FWingOS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278703585,"owners_count":26031204,"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-06T02:00:05.630Z","response_time":65,"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":["64bit","cpp","hobby-os","kernel","microkernel","operating-system","os","osdev","wingos","x86-64"],"created_at":"2024-11-05T11:04:44.750Z","updated_at":"2025-10-07T00:33:49.689Z","avatar_url":"https://github.com/Supercip971.png","language":"C++","readme":"\n\u003cdiv align=\"center\"\u003e\n\u003cbr\u003e\n \n![Banner](meta/doc/banner.jpg)\n\n# Wingos\n\nWingOS is a small hobbyist 64 bit kernel made with \u003c3 in C++ \n\n[latest milestone](https://cyp.sh/blog/wingos-milestone-1/) - [blog](https://cyp.sh/blog/) - [old branch](https://github.com/Supercip971/WingOS/tree/old)\n\u003c/div\u003e\n\nI am currently working on this rewrite. \nIf you want to see the original version, you can checkout the [old branch](https://github.com/Supercip971/WingOS/tree/old). Please note that I wrote the old version when I was a beginner in C++ and OS development 3-4 years ago, and I have learned a lot since then.\n\nIf you are interested in seeing much more advanced, working, and cool projects, you should visit the [brutal](https://github.com/brutal-org/brutal) project or [skift](https://github.com/skift-org/skift).\n\nPlease be aware that this rewrite is a work in progress. And due to my current schedule and my engineering school exams, I don't have much time to work on it. I'm no longer 14 years old, and I am a lot more busy now :⁽.\n\n## What the project is about\n\nThe project is about creating a small hobbyist kernel that is simple, easy to understand, and fun to work on.\nIt is not meant to be a production-ready kernel, but it doesn't mean that coding should not be taken seriously.\nEverything should be done with care, and the code should aim to be fast, while being simple and easy to understand.\n\n## Milestones\n\n- [milestone 1 blog post](https://cyp.sh/blog/wingos-milestone-1/)\n\n## Dependencies\n\n- The project uses the [cutekit](https://github.com/cute-engineering/cutekit) build system.\n- The project uses [limine](https://github.com/limine-bootloader/limine) as a bootloader.\n\n## Feature list \n\nFor now the kernel is still in development, but it has a few key features:\n- is 64 bit \n- is SMP capable (multiple CPU support)\n- has a basic scheduler with SMP support, priority, and CPU affinity support (and support cpu tree for NUMA systems)\n\n## Roadmap \n\n- [x] Boot\n- [x] x86 basic support (interrupt, paging, ...) \n- [x] SMP support (apic, ...)\n- [x] Scheduler (with SMP support, priority, and cpu affinity support)\n- [x] Loading user space app   \n- [x] User space (ring 3)\n- [x] Syscalls \n- [x] Spaces and handles \n- [x] Userspace objects\n    - [x] Memory management (physical)\n    - [x] Memory management (virtual) \n    - [x] IPC endpoint \n- [x] Services and IPC (inter process communication) \n- [x] PCI support (scan, devices, ...) (in userspace)\n- [ ] Hello File!\n    - [ ] Nvme disk support\n    - [ ] Partition support (GPT)\n    - [ ] Filesystem support (ext4)\n    - [ ] VFS support\n- [ ] Graphics support (VESA, framebuffer, ...)\n- [ ] Input support (keyboard, mouse, ...)\n- [ ] Port DOOM\n- [ ] Implement blocking IPC \n- [ ] Create a shell \n- [ ] Above and beyond \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupercip971%2Fwingos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupercip971%2Fwingos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupercip971%2Fwingos/lists"}