{"id":17930912,"url":"https://github.com/junsious/zenos","last_synced_at":"2025-03-24T04:31:33.009Z","repository":{"id":256211313,"uuid":"854496237","full_name":"Junsious/ZenOS","owner":"Junsious","description":"32-bit kernel","archived":false,"fork":false,"pushed_at":"2024-10-18T13:32:30.000Z","size":2079,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-18T17:06:22.375Z","etag":null,"topics":["assembly","c","kernel","os"],"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/Junsious.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-09T09:24:30.000Z","updated_at":"2024-10-18T13:35:44.000Z","dependencies_parsed_at":"2024-09-09T16:37:49.850Z","dependency_job_id":"ac9288d8-fde7-42bc-88ac-0b9ac22d38a9","html_url":"https://github.com/Junsious/ZenOS","commit_stats":null,"previous_names":["junsious/zen-kernel-os","junsious/zenos"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junsious%2FZenOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junsious%2FZenOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junsious%2FZenOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Junsious%2FZenOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Junsious","download_url":"https://codeload.github.com/Junsious/ZenOS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245211217,"owners_count":20578373,"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":["assembly","c","kernel","os"],"created_at":"2024-10-28T21:18:32.717Z","updated_at":"2025-03-24T04:31:32.715Z","avatar_url":"https://github.com/Junsious.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZenOS\n![2](https://github.com/user-attachments/assets/47cff0b6-14a5-44d6-9dda-248524830bcb)\n\n\n- [RU README](https://github.com/Junsious/zen-kernel-OS/blob/main/README_ru.md)\n\n\n## If you have ideas, don’t be shy and write them, create threads, ask to be contributors, we will be only too glad to see new people in this project\n\n## Description\n\n\n  \n- `ZenOS` is an educational project aimed at creating an operating system from scratch. The project includes a kernel written in both C and Rust, with basic functionality for text output and command input support. This project is intended to provide hands-on experience in operating system development, cross-compilation, and low-level programming. The project will also develop.\n\n## Building and Running\n\n### Requirements\n\n- **Cross-compiler**: `i386-elf-gcc` and `i386-elf-as`\n- **ISO Image Creation Tool**: `grub-mkrescue`\n- **Emulator**: `QEMU`\n\n### Build\n\n1. **Clone the repository**:\n\n    ```bash\n    git clone https://github.com/yourusername/ZenOS.git\n    cd zen-kernel-OS\n    ```\n\n2. **Build the project**:\n\n    ```bash\n    make\n    ```\n\n3. **Run the ISO image with QEMU**:\n\n    ```bash\n    qemu-system-i386 -cdrom ZenOS.iso\n    ```\n\n### Project Structure\n\n- **`kernel.c`** — Kernel source code in C.\n- **`boot.asm`** — Assembler code for the bootloader.\n- **`linker.ld`** — Linker script used for building the kernel.\n- **`grub.cfg`** — GRUB configuration file for loading the kernel.\n- **`Makefile`** — Build automation file.\n- **`keyboard_driver.c`** — Driver for your keyboard on C with special characters.\n\n## Development and Contributing\n\nIf you would like to contribute to the project, follow these steps:\n\n1. **Create a branch**:\n\n    ```bash\n    git checkout -b feature-branch\n    ```\n\n2. **Make your changes** and test them.\n\n3. **Commit your changes**:\n\n    ```bash\n    git commit -am 'Added new feature'\n    ```\n\n4. **Push your changes**:\n\n    ```bash\n    git push origin feature-branch\n    ```\n\n5. **Create a Pull Request** on GitHub, describing your changes and their purpose.\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0 (GPL-3.0). See [LICENSE](LICENSE) for more details.\n\n## Contact\n\nIf you have any questions or suggestions, you can reach out to the project maintainer through GitHub or via email: alexandrd542@gmail.com\n\n\n## Creators \n\nCoder - Junsious ([GitHub](https://github.com/junsious))\n\nDesigner - Konrad ([GitHub](https://github.com/WilliamKonRaDDD))\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunsious%2Fzenos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunsious%2Fzenos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunsious%2Fzenos/lists"}