{"id":13470289,"url":"https://github.com/davxy/beeos","last_synced_at":"2025-05-07T22:29:22.538Z","repository":{"id":27187979,"uuid":"112832355","full_name":"davxy/beeos","owner":"davxy","description":"A simple Unix-like kernel trying to be POSIX compliant","archived":false,"fork":false,"pushed_at":"2024-08-11T08:48:32.000Z","size":726,"stargazers_count":135,"open_issues_count":2,"forks_count":12,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-02T23:47:12.433Z","etag":null,"topics":["kernel","operating-system","os","osdev","posix"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davxy.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-02T10:17:12.000Z","updated_at":"2025-04-25T08:47:43.000Z","dependencies_parsed_at":"2024-08-11T09:46:31.622Z","dependency_job_id":"8220490a-fecd-4c3d-9135-3c51a276ba89","html_url":"https://github.com/davxy/beeos","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davxy%2Fbeeos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davxy%2Fbeeos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davxy%2Fbeeos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davxy%2Fbeeos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davxy","download_url":"https://codeload.github.com/davxy/beeos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252964424,"owners_count":21832691,"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","operating-system","os","osdev","posix"],"created_at":"2024-07-31T16:00:27.815Z","updated_at":"2025-05-07T22:29:22.504Z","avatar_url":"https://github.com/davxy.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# BeeOS\n\nA simple and minimal \"Unix-like\" kernel trying to be POSIX compliant.\n\nThe kernel is **NOT STABLE** and is a discontinuous work mainly used as a didactical\ntool for operating systems and low level programming.\n\nBecause of it's simplicity it can be used as a trampoline to start digging with\ncommon operating system problems. Once you've mastered the BeeOS sources it will\nbe a lot easier to start hacking with more complex OS projects.\n\n## Building\n\n### Prerequisites\n\n- gcc\n- binutils\n- make\n- qemu (qemu-system)\n\n### Quickstart\n\n1. `make all`\n\n    This command will build the kernel, standard library (libc), user utility\n    library (libu) and user applications.\n\n2. `(cd misc \u0026\u0026 sudo ./mkfs.sh)`\n\n    Creates the root filesystem ramdisk with the user applications.\n\n3. `(cd misc \u0026\u0026 ./qemu.sh)`\n\n    Starts qemu and BeeOS.\n\n## Implemented Milestones\n  \n**Supported Architectures**\n- x86\n\n**Core**\n- Multitasking\n- Syscalls\n- Virtual Memory\n- Virtual File System: ext2, devfs\n- SLAB  allocator\n- Buddy allocator\n- Timer queues\n\n**IPC**\n- Signals\n- Pipes\n    \n**Synchronization**\n- Spinlocks\n- Wait queues\n\n**Drivers**\n- TTY\n- Screen\n- Ramdisk\n- Keyboard\n- PRNG\n\n**Other**\n- Multi TTY console\n\n## Contributions\n\nAll contributions to the project will be listed in the AUTHORS file.\n  \n## Licensing\n\nBeeOS is free software. See the file COPYING for licensing conditions.\n\n## Content\n\n- `ChangeLog`: Version history\n- `COPYING`: Distribution and modification conditions and terms.\n- `kernel/`: BeeOS kernel sources.\n- `libc/`: BeeOS standard C library.\n- `libu/`: Common userland functions.\n- `user/`: Various user applications and test programs.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavxy%2Fbeeos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavxy%2Fbeeos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavxy%2Fbeeos/lists"}