{"id":28157264,"url":"https://github.com/furkanonder/olympos","last_synced_at":"2025-10-14T11:42:53.734Z","repository":{"id":281572560,"uuid":"945166163","full_name":"furkanonder/olympos","owner":"furkanonder","description":"An experimental 32-bit Operating System","archived":false,"fork":false,"pushed_at":"2025-10-08T15:12:22.000Z","size":152,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T17:34:23.735Z","etag":null,"topics":["32-bit","from-scratch","operating-system"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/furkanonder.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":"2025-03-08T20:07:34.000Z","updated_at":"2025-10-08T15:12:26.000Z","dependencies_parsed_at":"2025-03-10T02:18:23.543Z","dependency_job_id":"61ee20e8-29b7-4a7c-874d-568fadf6881e","html_url":"https://github.com/furkanonder/olympos","commit_stats":null,"previous_names":["furkanonder/olympos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/furkanonder/olympos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkanonder%2Folympos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkanonder%2Folympos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkanonder%2Folympos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkanonder%2Folympos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/furkanonder","download_url":"https://codeload.github.com/furkanonder/olympos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkanonder%2Folympos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019061,"owners_count":26086517,"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-14T02:00:06.444Z","response_time":60,"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":["32-bit","from-scratch","operating-system"],"created_at":"2025-05-15T08:16:57.517Z","updated_at":"2025-10-14T11:42:53.715Z","avatar_url":"https://github.com/furkanonder.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Olympos\nAn experimental 32-bit Operating System.\n\n## Prerequisites\n\nBefore building Olympos, you need to have the following tools installed:\n\n### Required Packages\n\nFor Arch Linux:\n```bash\n# Core build tools\nsudo pacman -S gcc make nasm\n\n# For creating and running ISO\nsudo pacman -S mtools xorriso grub qemu\n\n# For debugging\nsudo pacman -S gdb\n```\n\nFor other distributions, install the equivalent packages using your package manager.\n\n### Cross-Compiler\nYou need a cross-compiler targeting i686-elf.\n\n#### For Arch Linux Users\nThe cross-compiler can be easily installed from the AUR\n\n```bash\nyay -S i686-elf-gcc\n```\n\n#### For Other Distributions\nIf you're not using Arch Linux, you'll need to build the cross-compiler from source or find equivalent packages for your distribution.\n\n## Building\n\n1. Clone the repository:\n```bash\ngit clone \u003crepository-url\u003e\ncd olympos\n```\n\n2. Build the system:\n```bash\n./build.sh\n```\n\n3. Create a bootable ISO:\n```bash\n./iso.sh\n```\n\n## Running\n\nTo run Olympos in QEMU:\n```bash\n./qemu.sh\n```\n\n## Debugging\nOlympos includes support for debugging the kernel with GDB:\n```bash\n./debug.sh\n```\n\n## Testing\n\nOlympos includes a comprehensive integration test framework that runs tests in QEMU and verifies output\nthrough the serial port.\n\n### Quick Start\n\nTo run all tests:\n```bash\n./test.sh\n```\n\nFor more information, see the [test framework documentation](tests/README.md).\n\n## Build System Scripts\n\n- `build.sh`: Main build script\n- `clean.sh`: Removes all built files\n- `config.sh`: Configure build environment\n- `headers.sh`: Install system headers\n- `iso.sh`: Create bootable ISO\n- `qemu.sh`: Run OS in QEMU\n- `debug.sh`: Run OS in QEMU with GDB attached\n\n## License\n\nThe GNU General Public License v3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurkanonder%2Folympos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffurkanonder%2Folympos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurkanonder%2Folympos/lists"}