{"id":16277234,"url":"https://github.com/rbourgeat/minios","last_synced_at":"2025-07-12T05:09:59.456Z","repository":{"id":114431919,"uuid":"421204606","full_name":"rbourgeat/miniOS","owner":"rbourgeat","description":"💾 A simple Hello World OS","archived":false,"fork":false,"pushed_at":"2021-10-27T12:31:37.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T17:21:25.255Z","etag":null,"topics":["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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rbourgeat.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":"2021-10-25T22:35:58.000Z","updated_at":"2021-10-28T15:40:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"afa06adb-d794-4a58-a0ac-64dc1d984b8f","html_url":"https://github.com/rbourgeat/miniOS","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"f391d65627eb6df7c71775f148d2f3a3c1b0260d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rbourgeat/miniOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbourgeat%2FminiOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbourgeat%2FminiOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbourgeat%2FminiOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbourgeat%2FminiOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbourgeat","download_url":"https://codeload.github.com/rbourgeat/miniOS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbourgeat%2FminiOS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263507899,"owners_count":23477406,"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":["kernel","os"],"created_at":"2024-10-10T18:53:30.688Z","updated_at":"2025-07-04T12:07:06.303Z","avatar_url":"https://github.com/rbourgeat.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💾 rbOS\n\n## 🔌 Build\n\n- ```i686-elf-as boot.s -o boot.o```\n- ```i686-elf-gcc -c kernel.c -o kernel.o -std=gnu99 -ffreestanding -O2 -Wall -Wextra```\n- ```i686-elf-gcc -T linker.ld -o rbOS.bin -ffreestanding -O2 -nostdlib boot.o kernel.o -lgcc```\n\n## 🐧 Linux\n\nUse grub with `grub.cfg`.\n\n```\nmkdir -p isodir/boot/grub\n\ncp rbOS.bin isodir/boot/myos.bin\n\ncp grub.cfg isodir/boot/grub/grub.cfg\n\ngrub-mkrescue -o rbOS.iso isodir\n```\n\n\n##  Mac\n\nUse bchunk with `rbOS.cue` for creating iso file.\n\n```bchunk rbOS.bin rbOS.cue rbOS.iso```\n\n## 🙏🏻 Thanks to\n\n- [OSdev](https://wiki.osdev.org/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbourgeat%2Fminios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbourgeat%2Fminios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbourgeat%2Fminios/lists"}