{"id":28951502,"url":"https://github.com/programost/yodaos","last_synced_at":"2025-06-23T15:02:29.384Z","repository":{"id":296052779,"uuid":"992173720","full_name":"programost/YodaOS","owner":"programost","description":"YodaOS - operating system with assembly x86_64 nasm","archived":false,"fork":false,"pushed_at":"2025-06-12T09:11:24.000Z","size":41,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-12T10:25:03.463Z","etag":null,"topics":["assembly","assembly-x86","bootloader","kernel","operating-system","os"],"latest_commit_sha":null,"homepage":"https://github.com/programost","language":"Assembly","has_issues":false,"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/programost.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,"zenodo":null}},"created_at":"2025-05-28T18:25:48.000Z","updated_at":"2025-06-12T09:11:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd06b0d7-952c-4de9-a1bd-54e8b4ba46a6","html_url":"https://github.com/programost/YodaOS","commit_stats":null,"previous_names":["programost/programost"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/programost/YodaOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programost%2FYodaOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programost%2FYodaOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programost%2FYodaOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programost%2FYodaOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/programost","download_url":"https://codeload.github.com/programost/YodaOS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/programost%2FYodaOS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261500286,"owners_count":23168066,"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","assembly-x86","bootloader","kernel","operating-system","os"],"created_at":"2025-06-23T15:02:26.154Z","updated_at":"2025-06-23T15:02:29.372Z","avatar_url":"https://github.com/programost.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ru version:\n\nкомпиляция файлов:\nnasm -f bin boot.asm -o boot.bin\nnasm -f bin kernel.asm -o kernel.asm\n\nдальше создание загрузочного образа\nможно через \"cat\"\ncat boot.bin kernel.bin \u003e os.img\nили через \"dd\"\ndd if=/dev/zero of=os.img bs=512 count=2880\ndd if=boot.bin of=os.img conv=notrunc\ndd if=kernel.bin of=os.img bs=512 seek=1 conv=notrunc\nчтобы запустить систему нужна виртуалка qemu\nqemu-system-x86_64 -hda os.img\nили чтобы не терять время просто написать \nmake run\nEn version:\ncompile file:\nnasm -f bin boot.asm -o boot.bin\nnasm -f bin kernel.asm -o kernel.asm\ncreate bootable image:\ncat boot.bin kernel.bin \u003e os.img\nor\ndd if=/dev/zero of=os.img \ns=512 count=2880\ndd if=boot.bin of=os.img conv=notrunc\ndd if=kernel.bin of=os.img bs=512 seek=1 conv=notrunc\nstarting system on qemu:\nqemu-system-x86_64 -hda os.img\nor starting with make\nmake run\n![best_memory](https://github.com/user-attachments/assets/d927b809-c60f-4cdd-8c04-915999c03fa5)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramost%2Fyodaos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogramost%2Fyodaos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramost%2Fyodaos/lists"}