{"id":20898876,"url":"https://github.com/coldmayo/klaudos","last_synced_at":"2026-02-06T03:03:18.580Z","repository":{"id":182171924,"uuid":"668060482","full_name":"coldmayo/KlaudOS","owner":"coldmayo","description":"Klaud themed operating system","archived":false,"fork":false,"pushed_at":"2024-12-19T15:50:41.000Z","size":5110,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-19T18:56:38.349Z","etag":null,"topics":["c","linux","operating-system","operating-systems","osdev","x86-assembly"],"latest_commit_sha":null,"homepage":"","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/coldmayo.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}},"created_at":"2023-07-18T23:57:08.000Z","updated_at":"2024-12-19T15:50:46.000Z","dependencies_parsed_at":"2023-09-28T00:25:44.140Z","dependency_job_id":"16af9357-b6d6-4461-bfd0-81e0253e4c18","html_url":"https://github.com/coldmayo/KlaudOS","commit_stats":null,"previous_names":["coldmayo/klaudos"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/coldmayo/KlaudOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldmayo%2FKlaudOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldmayo%2FKlaudOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldmayo%2FKlaudOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldmayo%2FKlaudOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coldmayo","download_url":"https://codeload.github.com/coldmayo/KlaudOS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldmayo%2FKlaudOS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29147408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["c","linux","operating-system","operating-systems","osdev","x86-assembly"],"created_at":"2024-11-18T11:12:30.029Z","updated_at":"2026-02-06T03:03:18.565Z","avatar_url":"https://github.com/coldmayo.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n  KlaudOS\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eThe first Klaud themed Operating System\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#how-to-use\"\u003eHow To Use\u003c/a\u003e •\n  \u003ca href=\"#build-from-source\"\u003eBuild From Source\u003c/a\u003e •\n  \u003ca href=\"#download-from-release\"\u003eDownload from Release\u003c/a\u003e •\n  \u003ca href=\"#credits\"\u003eCredits\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/klaudInit.png\" /\u003e\n\u003c/p\u003e\n\n## Features\n\n* Double Stage Bootloader\n* 32 bit protected mode + gdt\n* Klaud file system\n* Interrupt handler\n* FPU support\n* Responsive Kernel with commands \n    * visit docs/commands.md to see all possible commands\n    * visit demo.mp4\n* Built in x86 assembly and C\n* Fits on a floppy disk\n\n## How To Use\n\n### Build from Source\n\nMake sure you have the following software installed before proceeding:\n* gcc\n* make\n* nasm\n* qemu-system-x86\n\n```bash\n# Clone this repository\n$ git clone https://github.com/coldmayo/KlaudOS\n\n# Go into the repository\n$ cd KlaudOS\n\n# install gcc and binutils\n$ make config\n$ make toolchain\n\n# make make.sh, run.sh, and clean.sh executable files\n$ chmod +x make.sh\n$ chmod +x clean.sh\n$ chmod +x run.sh\n\n# cook up a disk image\n$ ./make.sh\n\n# Open OS in qemu\n$ ./run.sh\n```\n\n### Download From Release\n\nYou can download the latest version of KlaudOS \u003ca href=\"https://github.com/coldmayo/KlaudOS/releases\"\u003ehere\u003c/a\u003e.\n\n## Contact Me\n\nKlaudOS is still under construction and if you have any suggestions or found a bug it would be cool if you emailed me at \u003ccoldmayo@proton.me\u003e and told me anything you want me to know.\n\n## Credits\n\nThis software would not be possible without the following people/tools:\n\n- [OSDev Forum](https://www.osdev.org/)\n- [Nanobyte](https://www.youtube.com/@nanobyte-dev)\n- [JamesM's kernel development tutorials](https://web.archive.org/web/20160412174753/http://www.jamesmolloy.co.uk/tutorial_html/index.html)\n- [The little book about OS development](https://littleosbook.github.io/)\n\n## License\n\nMIT\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldmayo%2Fklaudos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoldmayo%2Fklaudos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldmayo%2Fklaudos/lists"}