{"id":23266796,"url":"https://github.com/orangot/fozos","last_synced_at":"2025-04-06T07:49:00.825Z","repository":{"id":266075127,"uuid":"897213666","full_name":"OranGot/FOZOS","owner":"OranGot","description":"x64 os made with limine in zig","archived":false,"fork":false,"pushed_at":"2025-03-18T16:29:35.000Z","size":140,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T07:48:56.957Z","etag":null,"topics":["limine","os","osdev","x64","zig","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-4-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OranGot.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-12-02T08:38:27.000Z","updated_at":"2025-03-21T07:02:50.000Z","dependencies_parsed_at":"2025-02-01T21:25:23.895Z","dependency_job_id":"8517abab-78fa-48fd-8097-0bd991811fbc","html_url":"https://github.com/OranGot/FOZOS","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"eda5b1121401086b9783e9cf5ea5c0778d605733"},"previous_names":["orangot/fozos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OranGot%2FFOZOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OranGot%2FFOZOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OranGot%2FFOZOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OranGot%2FFOZOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OranGot","download_url":"https://codeload.github.com/OranGot/FOZOS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247451626,"owners_count":20940946,"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":["limine","os","osdev","x64","zig","ziglang"],"created_at":"2024-12-19T16:21:51.402Z","updated_at":"2025-04-06T07:49:00.819Z","avatar_url":"https://github.com/OranGot.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FOZOS\nThis is an os I am making for fun and it's not intended for any use so far.\n## Info\n\nMade with limine.\nSupported platforms: x86-64\nWritten in: zig, c, assembly\n## Goals\n  1. Stable\n  2. Built in desktop enviroment\n  3. Customisable\n## Features implimented:\n  1. tty\n  2. debug printing\n  3. pmm\n  4. vmm\n  5. nvme(basic)\n  6. gpt\n  7. EXT2(basic)\n  8. extremely basic system calls\n  9. userspace enter\n## Build\n### Dependencies\nTo build FOZOS, ensure you have the following dependencies installed:\n- `make`\n- `zig` (0.14.0)\n- `qemu`\n- `git`\n- `sgdisk`\n### Cloning the Repository\nClone the repository recursively to include the Limine submodule(can be slow, can be faster by adding --depth 1):\n```bash\ngit clone --recursive https://github.com/OranGot/FOZOS.git\n```\n### Building the Kernel\nTo build the kernel, run:\n```bash\nmake kernel\n```\n### Running the OS\nTo run the OS as a disk using QEMU, use:\n```bash\nsudo make run\n```\n### Debugging\nFor debugging purposes, you can build a debug version of the kernel by appending `-dbg` to the target:\n```bash\nmake kernel-dbg\n```\nTo run the debug version, use:\n```bash\nsudo make run-dbg\n```\n### Note\nCreating the image uses Loop Devices, which require `sudo` permissions. and also `clean` step for delting mount point ect\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forangot%2Ffozos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forangot%2Ffozos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forangot%2Ffozos/lists"}