{"id":21578499,"url":"https://github.com/thamugadi/meli","last_synced_at":"2025-04-10T17:38:12.716Z","repository":{"id":65517846,"uuid":"502768747","full_name":"thamugadi/meli","owner":"thamugadi","description":"i386 hobby kernel.","archived":false,"fork":false,"pushed_at":"2023-10-05T10:03:37.000Z","size":115,"stargazers_count":25,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T15:21:33.397Z","etag":null,"topics":["gdt","grub","idt","kernel","osdev","paging","x86"],"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/thamugadi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2022-06-13T01:26:02.000Z","updated_at":"2024-11-26T11:44:42.000Z","dependencies_parsed_at":"2023-02-15T03:46:31.058Z","dependency_job_id":"51857e8b-5023-4e8a-b1b8-8a0b5728e936","html_url":"https://github.com/thamugadi/meli","commit_stats":null,"previous_names":["thamugadi/meli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thamugadi%2Fmeli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thamugadi%2Fmeli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thamugadi%2Fmeli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thamugadi%2Fmeli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thamugadi","download_url":"https://codeload.github.com/thamugadi/meli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248262051,"owners_count":21074239,"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":["gdt","grub","idt","kernel","osdev","paging","x86"],"created_at":"2024-11-24T13:10:44.391Z","updated_at":"2025-04-10T17:38:12.696Z","avatar_url":"https://github.com/thamugadi.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mel\n32-bit hobby kernel.\n\n![Screenshot](https://i.imgur.com/fRMQ87i.png)\n\nIt aims to implement the basic features of a kernel: paging, usermode, basic syscalls, scheduling.\n\n\nFor the moment there is little interaction that is possible. I will try to implement a shell when the rest is a bit more developed.\n\n\nThe memory is subdivided in this way for programs loaded in user mode:\n\n\n|Memory region  | Address\n|---------------|------------\n|Kernel code    | ``0x00100000``\n|Kernel data    | ``0x00200000``\n|Kernel stack   | ``0x00800000``\n|User data      | ``0x10000000``\n|User code      | ``0x20000000``\n|User stack     | ``0x28000000``\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthamugadi%2Fmeli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthamugadi%2Fmeli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthamugadi%2Fmeli/lists"}