{"id":26536907,"url":"https://github.com/adityasinghz/multithreaded-kernel","last_synced_at":"2026-05-17T04:33:20.689Z","repository":{"id":283369173,"uuid":"951547646","full_name":"adityasinghz/multithreaded-kernel","owner":"adityasinghz","description":"The multithreaded kernel project aims to develop a basic but functional kernel that supports multithreading.","archived":false,"fork":false,"pushed_at":"2025-03-19T21:21:59.000Z","size":1662,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T22:32:07.852Z","etag":null,"topics":["c","cmake","kernel","multithreading"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adityasinghz.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":"2025-03-19T21:18:31.000Z","updated_at":"2025-03-19T21:56:28.000Z","dependencies_parsed_at":"2025-03-19T22:43:10.618Z","dependency_job_id":null,"html_url":"https://github.com/adityasinghz/multithreaded-kernel","commit_stats":null,"previous_names":["adityasinghz/multithreaded-kernel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityasinghz%2Fmultithreaded-kernel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityasinghz%2Fmultithreaded-kernel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityasinghz%2Fmultithreaded-kernel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityasinghz%2Fmultithreaded-kernel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adityasinghz","download_url":"https://codeload.github.com/adityasinghz/multithreaded-kernel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244875043,"owners_count":20524591,"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":["c","cmake","kernel","multithreading"],"created_at":"2025-03-21T22:17:36.446Z","updated_at":"2026-05-17T04:33:15.640Z","avatar_url":"https://github.com/adityasinghz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multithreaded Kernel\n\nThis repository contains the source code for a multithreaded kernel written in C with some Assembly and Makefile components.\n\n## Table of Contents\n1. [Introduction](#introduction)\n2. [Features](#features)\n3. [Installation](#installation)\n4. [Usage](#usage)\n5. [Contributing](#contributing)\n6. [License](#license)\n\n## Introduction\n\nThe multithreaded kernel project aims to develop a basic but functional kernel that supports multithreading. This kernel is intended for educational purposes and to provide a foundation for further development. The project showcases key concepts in operating system development, such as thread management, memory management, and interrupt handling.\n\n## Features\n\n- **Multithreading support:** Allows the kernel to handle multiple threads concurrently.\n- **Basic system calls:** Provides fundamental system calls for thread management and I/O operations.\n- **Memory management:** Implements basic memory allocation and deallocation mechanisms.\n- **Interrupt handling:** Manages hardware and software interrupts to ensure proper kernel functioning.\n\n## Installation\n\nTo build and run the multithreaded kernel, follow these steps:\n\n1. **Clone the repository:**\n    ```sh\n    git clone https://github.com/adityasinghz/multithreaded-kernel.git\n    cd multithreaded-kernel\n    ```\n\n2. **Build the kernel:**\n    ```sh\n    make\n    ```\n\n3. **Run the kernel:**\n    Use an emulator like QEMU to run the kernel:\n    ```sh\n    make run\n    ```\n\n## Usage\n\nTo use the kernel, you can follow these basic instructions:\n\n- **Boot the kernel:** After building, the kernel can be booted using an emulator.\n- **Execute commands:** The kernel provides a simple command interface for testing system calls and thread operations.\n- **Develop and test:** You can modify the kernel code and test new features by rebuilding and running it.\n\n## Contributing\n\nContributions are welcome! Please follow these steps to contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature-branch`).\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\nFor any questions or issues, please open an issue in the repository or contact the repository maintainer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityasinghz%2Fmultithreaded-kernel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityasinghz%2Fmultithreaded-kernel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityasinghz%2Fmultithreaded-kernel/lists"}