{"id":27422531,"url":"https://github.com/callmesalmon/pearlos","last_synced_at":"2025-04-14T10:22:15.743Z","repository":{"id":262262310,"uuid":"886701446","full_name":"callmesalmon/pearlOS","owner":"callmesalmon","description":"pearlOS: A complete and lightweight operating system, contributions are welcome!","archived":false,"fork":false,"pushed_at":"2025-04-11T14:18:41.000Z","size":426,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T15:30:19.135Z","etag":null,"topics":["c","kernel","minimal","minimalist","operating-system","os","osdev","pure-c"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/callmesalmon.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":"2024-11-11T12:59:47.000Z","updated_at":"2025-04-11T14:18:45.000Z","dependencies_parsed_at":"2024-12-17T18:18:47.750Z","dependency_job_id":"33876477-5f85-4093-8a5e-5c4fe175b537","html_url":"https://github.com/callmesalmon/pearlOS","commit_stats":null,"previous_names":["elisstaaf/osk","elisstaaf/pearlos","realpuresalmon/pearlos","bestsalmon/pearlos","callmesalmon/pearlos"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callmesalmon%2FpearlOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callmesalmon%2FpearlOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callmesalmon%2FpearlOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callmesalmon%2FpearlOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/callmesalmon","download_url":"https://codeload.github.com/callmesalmon/pearlOS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248860127,"owners_count":21173367,"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":["c","kernel","minimal","minimalist","operating-system","os","osdev","pure-c"],"created_at":"2025-04-14T10:22:14.945Z","updated_at":"2025-04-14T10:22:15.730Z","avatar_url":"https://github.com/callmesalmon.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pearlOS: Operating system\n\n[![Build](https://img.shields.io/github/actions/workflow/status/ElisStaaf/pearlOS/ci.yml?logo=Github\u0026labelColor=17181B\u0026label=Build)](/)\n[![Version](https://img.shields.io/badge/Version-Dragonfly-FF0062?labelColor=17181B)](/)\n[![C17](https://img.shields.io/badge/Standard-C17-A8B9CC?logo=C\u0026labelColor=17181B)](/)\n[![BuildSys](https://img.shields.io/badge/Build%20System-GNU%20Make-0F6713?logo=GNU\u0026labelColor=17181B\u0026logoColor=898484)](/)  \n\npearlOS is an awesome operating system based of the [pidi-os](https://github.com/GandelXIV/pidi-os)\nproject that was sadly discontinued, but I *highly* recommend you to check out the new rust-based\noperating system made by the same author; [RezOS](https://github.com/GandelXIV/RezOS).\nBut ofcourse only do that *after* you check out this project! pearlOS was made\nfor me to learn operating system things and also to become better at C and Assembly.\n\n[![pearlOS](https://github.com/ElisStaaf/pearlOS/raw/main/prod/boot.png)](https://github.com/ElisStaaf/pearlOS)\n\n## Requirements\n\n* [Make](https://www.gnu.org/software/make)\n* [NASM](https://nasm.us)\n* [Clang](https://clang.llvm.org/)\n* [QEMU](https://www.qemu.org)\n\n## Installation\n\n\u003e [!NOTE]\n\u003e Compilation is only guaranteed on linux with *Clang ISO C17*,\n\u003e but it is also possible in Windows with virtualization\n\u003e solutions like WSL (on Windows 11) or hyperV.\n\nPearlOS prides itself in it's incredibly easy installation, as it only requires 3 commands!\nIt's very easy to install, firstly clone the repo:\n```sh\ngit clone https://github.com/callmesalmon/pearlOS\n```\nAfter going into the repo directory, configure and then make:\n```sh\n./configure\nmake qemu\n\n## NOTE: To build with GCC, instead of running\n##       \"make qemu\", run:\nscripts/gcc.sh qemu\n```\nThis will start up a QEMU session with the image, and you\ncan run the OS.\n\nNOTE: To add your own config (and then run it using ``./configure``),\nyou can [read the docs](/doc/CONFIG.md).\n\n## Uninstalling\n\nTo uninstall, simply run:\n```sh\nmake clean\n```\n\n## Differences\n\nIf you want to see the differences between pearlOS and [pidi-os](https://github.com/GandelXIV/pidi-os),\nsee [PIDI-DIFF.md](/doc/PIDI-DIFF.md).\n\n## Contributing\n\nI accept all meaningful contributions! As long as it doesn't break the\nproject, I'll probably accept your contribution.\n\n## Activity\n\nI'm a bit inconsistent on when I actually, y'know, maintain and update this,\nbut I can assure you, even if you see a 1-month pause, THE PROJECT IS NOT DEAD.\nIf the project dies, you can expect archival or at least a message.\n\n## Documentation\n\nThe official pearlOS documentation can be viewed [here](/doc), but keep\nin mind that I'm not that consistent on updating the documentation,\nthough it becomes pretty clear on what you have to do if you just...\nrtfc (read the fucking code).\n\n## License\n\nUnless explicitly stated, every single *modified* file in this project is licensed\nunder the *Apache 2.0 License*, while the *unmodified* files are licensed under *MIT*.\nThe \"SPDX-License-Identifier\" rule obviously overrides this option, and is how you\nexplicitly state a different license. See [LICENSE](/LICENSE) for the 2 main licenses.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallmesalmon%2Fpearlos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcallmesalmon%2Fpearlos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallmesalmon%2Fpearlos/lists"}