{"id":23516472,"url":"https://github.com/spaciouscoder78/ladakh-kernel","last_synced_at":"2025-07-14T18:08:10.977Z","repository":{"id":267902955,"uuid":"902132164","full_name":"SpaciousCoder78/ladakh-kernel","owner":"SpaciousCoder78","description":"A 32-bit x86 based Kernel for khardunglaDOS","archived":false,"fork":false,"pushed_at":"2024-12-13T07:11:11.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T23:46:11.003Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SpaciousCoder78.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}},"created_at":"2024-12-12T01:04:57.000Z","updated_at":"2024-12-13T07:11:15.000Z","dependencies_parsed_at":"2024-12-13T06:27:22.473Z","dependency_job_id":"1aa88471-171d-4bb6-800a-d348ff162fd2","html_url":"https://github.com/SpaciousCoder78/ladakh-kernel","commit_stats":null,"previous_names":["spaciouscoder78/ladakh-kernel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SpaciousCoder78/ladakh-kernel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2Fladakh-kernel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2Fladakh-kernel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2Fladakh-kernel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2Fladakh-kernel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpaciousCoder78","download_url":"https://codeload.github.com/SpaciousCoder78/ladakh-kernel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2Fladakh-kernel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265327786,"owners_count":23747775,"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":[],"created_at":"2024-12-25T15:13:21.807Z","updated_at":"2025-07-14T18:08:10.924Z","avatar_url":"https://github.com/SpaciousCoder78.png","language":"C","readme":"# ladakh-kernel\n![Assembly](https://img.shields.io/badge/Assembly-brown?style=for-the-badge\u0026logo=asm)\n![C](https://img.shields.io/badge/c-%2300599C.svg?style=for-the-badge\u0026logo=c\u0026logoColor=white)\n![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge\u0026logo=linux\u0026logoColor=black)\n![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge\u0026logo=macos\u0026logoColor=F0F0F0)\n\nA 32-bit x86 based Kernel for khardunglaDOS based on i686-elf architecture\n\nSupported Operating Systems for Building: \n\n![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge\u0026logo=macos\u0026logoColor=F0F0F0)\n![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge\u0026logo=linux\u0026logoColor=black)\n\n\n# Installing\n\n- Build and Install GCC and binutils for i686-elf from this guide: https://wiki.osdev.org/GCC_Cross-Compiler\n- Clone this repository\n  ```sh\n  $ git clone https://github.com/SpaciousCoder78/ladakh-kernel.git\n  ```\n- Assemble `boot.s`\n  ```sh\n  $ i686-elf-as boot/boot.s -o boot.o\n  ```\n- Compile `kernel.c`\n  ```sh\n  $ i686-elf-gcc -c kernel/kernel.c -o kernel.o -std=gnu99 -ffreestanding -O2 -Wall -Wextra\n  ```\n- Link kernel and bootstrap using `linker.ld`\n  ```sh\n  $ i686-elf-gcc -T linker.ld -o myos.bin -ffreestanding -O2 -nostdlib boot.o kernel.o -lgcc\n  ```\n- sd\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspaciouscoder78%2Fladakh-kernel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspaciouscoder78%2Fladakh-kernel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspaciouscoder78%2Fladakh-kernel/lists"}