{"id":18356673,"url":"https://github.com/aaravmalani/cogos","last_synced_at":"2026-03-09T10:01:19.399Z","repository":{"id":186260228,"uuid":"606429094","full_name":"AaravMalani/CogOS","owner":"AaravMalani","description":"A 32-bit Operating System","archived":false,"fork":false,"pushed_at":"2025-03-30T20:02:00.000Z","size":19,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T01:58:37.598Z","etag":null,"topics":["assembly","c","operating-system","operating-systems","osdev","x86"],"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/AaravMalani.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-02-25T13:19:49.000Z","updated_at":"2024-12-28T21:24:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8fe2460-4d05-40bd-8414-efbb7639b77e","html_url":"https://github.com/AaravMalani/CogOS","commit_stats":null,"previous_names":["aaravmalani/cogos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AaravMalani/CogOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaravMalani%2FCogOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaravMalani%2FCogOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaravMalani%2FCogOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaravMalani%2FCogOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AaravMalani","download_url":"https://codeload.github.com/AaravMalani/CogOS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaravMalani%2FCogOS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30290894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: 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":["assembly","c","operating-system","operating-systems","osdev","x86"],"created_at":"2024-11-05T22:11:08.640Z","updated_at":"2026-03-09T10:01:19.369Z","avatar_url":"https://github.com/AaravMalani.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CogOS: A 32 bit Operating System \n\n## Features\n- PS/2 keyboard support (via 8042 keyboard controller)\n- Custom bootloader using BIOS (or CSM in the case of newer CPUs)\n\n## Running\n1. Install the required tools (`sudo apt install nasm gcc qemu-system-x86 make`)\n2. Create a [GCC cross-compiler](https://wiki.osdev.org/GCC_Cross-Compiler) for the `i386-elf` target architecture (i486, i586 and i686 work too, but use `qemu-system-x86_64` in the Makefile) \n3. Set the `PREFIX` in the Makefile to `bin-location/ix86-elf`, for example `$HOME/opt/cross/bin/i686-elf` following the previous tutorial\n4. Execute `make run`\n\n## Goals\n- Reaching userland (setting up paging, building a page frame allocator, etc.)\n- Creating a process scheduler\n- Filesystem support (probably FAT12 or FAT32 at first)\n- Networking\n- Adding mouse support\n- Reaching long mode","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaravmalani%2Fcogos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaravmalani%2Fcogos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaravmalani%2Fcogos/lists"}