{"id":15003515,"url":"https://github.com/emomaxd/kernel","last_synced_at":"2026-03-17T15:03:03.316Z","repository":{"id":254436742,"uuid":"846015314","full_name":"emomaxd/kernel","owner":"emomaxd","description":"could it be real??","archived":false,"fork":false,"pushed_at":"2024-10-13T20:08:43.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-18T14:23:17.335Z","etag":null,"topics":["assembly","bootloader","c-language","kernel","low-level","operating-system","system-programming","x86","x86-64"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emomaxd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-22T11:27:42.000Z","updated_at":"2024-10-24T16:51:01.000Z","dependencies_parsed_at":"2024-08-29T20:44:07.305Z","dependency_job_id":"06561aec-6b2c-418c-882c-847392324a77","html_url":"https://github.com/emomaxd/kernel","commit_stats":null,"previous_names":["emomaxd/kernel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emomaxd%2Fkernel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emomaxd%2Fkernel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emomaxd%2Fkernel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emomaxd%2Fkernel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emomaxd","download_url":"https://codeload.github.com/emomaxd/kernel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243154868,"owners_count":20245004,"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","bootloader","c-language","kernel","low-level","operating-system","system-programming","x86","x86-64"],"created_at":"2024-09-24T18:58:45.250Z","updated_at":"2025-12-24T14:28:51.600Z","avatar_url":"https://github.com/emomaxd.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Kernel\n\n## Overview\n\nThis project involves developing a custom operating system (OS) that includes a bootloader and a kernel. The OS is written in Assembly and C and is intended to run on both real hardware and virtual machines. The project features a basic bootloader using Limine.\n\n## Features to come\n\n- Dynamic Memory Allocation\n- File System\n- Process Scheduling\n- User Space\n- System Calls\n\n## Building \u0026 Running\n\nTo run the OS in a virtual environment, simply execute:\n\n```bash\nmake all \u0026 make run\n```\n\n## Burning into Flash\n\n1. Identify the address of your flash drive (e.g., `/dev/sdX`).\n2. Run the following command, this will create image.hdd file\n\n    ```bash\n    ./flash.sh\n    ```\n3. Use the `prepare_flash.sh` script with two command-line parameters:\n\n    ```bash\n    sudo ./prepare_flash.sh image.hdd /dev/sdX\n    ```\n\n4. Once the OS is burned onto the flash drive, you can boot it on real hardware.\n\n---\n\n![OS Output](git/OS_output_qemu.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femomaxd%2Fkernel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femomaxd%2Fkernel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femomaxd%2Fkernel/lists"}