{"id":22733422,"url":"https://github.com/juoelenis/binux","last_synced_at":"2026-04-12T08:40:51.336Z","repository":{"id":264001003,"uuid":"891463041","full_name":"Juoelenis/Binux","owner":"Juoelenis","description":"Binux is an Operating System Kernel based on POSIX principles and based some components slightly on the first version of Linux","archived":false,"fork":false,"pushed_at":"2025-12-15T14:16:10.000Z","size":157,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-18T18:19:25.613Z","etag":null,"topics":["c","cpp","ez","h","kernel","mit-license","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/Juoelenis.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-20T11:33:35.000Z","updated_at":"2025-12-15T14:16:14.000Z","dependencies_parsed_at":"2024-11-21T13:29:36.358Z","dependency_job_id":"f3210d45-d1a3-4a61-a020-8b69cb5cb3c2","html_url":"https://github.com/Juoelenis/Binux","commit_stats":null,"previous_names":["juoelenis/binux"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Juoelenis/Binux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juoelenis%2FBinux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juoelenis%2FBinux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juoelenis%2FBinux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juoelenis%2FBinux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Juoelenis","download_url":"https://codeload.github.com/Juoelenis/Binux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juoelenis%2FBinux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31709294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["c","cpp","ez","h","kernel","mit-license","os"],"created_at":"2024-12-10T20:14:29.362Z","updated_at":"2026-04-12T08:40:51.328Z","avatar_url":"https://github.com/Juoelenis.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"![5](https://github.com/user-attachments/assets/4b81ccc1-9803-4ad0-b703-e07fdec9429a)\n\n# Binux\n\nBinux is a minimal, POSIX-compliant operating system kernel written from scratch in C and Assembly. It aims to provide a simple and educational platform for understanding OS design, with a basic terminal interface and support for core POSIX syscalls.\n\n## Features\n\n- VT102-compatible terminal interface\n- Basic POSIX syscalls (`read`, `write`, `open`, `close`, `execve`, etc.)\n- Kernel trap and exception handling\n- Bootloader for switching to protected mode\n- Simple userland process initialization\n\n## Requirements\n\n- GCC (C compiler)\n- Binutils (for linking/assembly)\n- QEMU or VirtualBox (for running Binux)\n- Make\n\n## How to Compile\n\n1. **Clone the repository:**\n   ```sh\n   git clone https://github.com/Juoelenis/Binux.git\n   cd Binux\n   ```\n\n2. **Build the kernel and boot image:**\n   ```sh\n   make\n   ```\n   This will compile the kernel and produce a bootable image (e.g., `binux.img`).\n\n## How to Run Binux\n\n### Using QEMU\n\n```sh\nqemu-system-i386 -drive file=binux.img,format=raw\n```\nOr, if your build produces a floppy/ISO image:\n```sh\nqemu-system-i386 -fda binux.img\n```\n\n### Using VirtualBox\n\n1. Create a new VM (choose \"Other\" or \"Linux (32-bit)\").\n2. Add a new virtual hard disk and attach `binux.img` as a virtual floppy or hard disk.\n3. Start the VM.\n\n## Notes\n\n- Binux is not a Linux distribution or a userland application. It's a standalone kernel intended for learning, hacking, and experimentation.\n- You may need to provide your own userland programs for full shell/coreutils functionality.\n- For development, Ubuntu 16.04 or newer is recommended as a build environment.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuoelenis%2Fbinux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuoelenis%2Fbinux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuoelenis%2Fbinux/lists"}