{"id":27636979,"url":"https://github.com/melchizedek6809/vibeos","last_synced_at":"2026-04-29T15:40:17.242Z","repository":{"id":288970725,"uuid":"969700027","full_name":"Melchizedek6809/vibeos","owner":"Melchizedek6809","description":"Experimenting whether one can vibecode an entire OS","archived":false,"fork":false,"pushed_at":"2025-04-21T02:49:04.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T21:15:37.288Z","etag":null,"topics":["assembly","c","osdev"],"latest_commit_sha":null,"homepage":"https://cocz.net/","language":"C","has_issues":true,"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/Melchizedek6809.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-04-20T18:34:19.000Z","updated_at":"2025-04-21T02:49:08.000Z","dependencies_parsed_at":"2025-04-20T19:36:49.376Z","dependency_job_id":"de93d8ee-31eb-4b84-9ded-8ec80d41ef44","html_url":"https://github.com/Melchizedek6809/vibeos","commit_stats":null,"previous_names":["melchizedek6809/vibeos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Melchizedek6809%2Fvibeos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Melchizedek6809%2Fvibeos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Melchizedek6809%2Fvibeos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Melchizedek6809%2Fvibeos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Melchizedek6809","download_url":"https://codeload.github.com/Melchizedek6809/vibeos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250514777,"owners_count":21443219,"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","c","osdev"],"created_at":"2025-04-23T21:15:40.794Z","updated_at":"2026-04-29T15:40:17.213Z","avatar_url":"https://github.com/Melchizedek6809.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VibeOS - LLM-Assisted OS Development\n\n## Project Description\nVibeOS is an educational project aimed at building a small Unix-like operating system kernel with the assistance of LLM tools. The goal is to explore OS development concepts in a structured, modular way while leveraging AI assistance for implementation and problem-solving.\n\nThis project serves as both a learning platform for OS fundamentals and an experiment in LLM-assisted software development for complex low-level systems.\n\n## Project Structure\n\n```\nvibeos/\n├── kernel/              # Core kernel code\n│   ├── arch/            # Architecture-specific code\n│   │   └── x86/         # x86 architecture implementation\n│   ├── drivers/         # Hardware drivers\n│   ├── include/         # Header files and standard library headers\n│   ├── mm/              # Memory management\n│   └── stdlib/          # Custom standard library implementations\n├── build/               # Build output directory\n└── Makefile             # Build configuration\n```\n\n## General Guidelines\n\n### Development Approach\n- **Incremental Progress**: Build the system piece by piece, starting with the basics\n- **Learning-Focused**: Prioritize clear, well-commented code over optimization\n- **LLM Collaboration**: Use AI tools to help design, implement, and debug components\n- **Hands-On Learning**: Implement core OS concepts from scratch rather than using libraries\n\n### Architecture Guidelines\n- **32-bit x86**: Target the i386 architecture for simplicity and educational value\n- **Modular Design**: Separate functionality into cohesive, well-defined modules\n- **Unix Inspiration**: Follow Unix-like design principles where appropriate\n- **Self-Contained**: Implement custom versions of standard libraries rather than using existing ones\n\n### Code Style\n- **Clear Organization**: Maintain a consistent, logical file structure\n- **Descriptive Naming**: Use explicit names for functions, variables, and constants\n- **Comprehensive Comments**: Document the purpose of functions and complex logic\n- **Consistent Styling**: Follow established formatting patterns throughout the codebase\n\n### Implementation Priorities\n1. **Core Kernel**: Basic initialization, I/O, and terminal functionality\n2. **Memory Management**: Paging, allocation, and virtual memory\n3. **Process Management**: Task scheduling and execution\n4. **File Systems**: Basic file operations and storage\n5. **User Space**: Applications and system calls\n6. **Networking**: Basic communication capabilities\n\n## Building and Running\n\n### Requirements\n- GCC with i386 multilib support\n- NASM or GAS assembler\n- GNU Make\n- QEMU for emulation\n\n### Building\n```bash\nmake\n```\n\n### Running\n```bash\nmake run\n```\n\n### Debugging\n```bash\nmake debug\n```\n\n## Features\n\n- **Modular Design**: Code is organized into logical modules with clear responsibilities\n- **Multiboot Support**: Compatible with GRUB and other multiboot-compliant bootloaders\n- **Dual Output**: All kernel messages are displayed on both VGA console and serial port\n- **Custom Standard Library**: Independent implementation of common C headers\n- **Formatted Output**: Support for formatted string output with snprintf\n- **String Utilities**: Complete suite of string and memory manipulation functions\n\n## License\n\nThis project is released as open source software.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelchizedek6809%2Fvibeos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelchizedek6809%2Fvibeos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelchizedek6809%2Fvibeos/lists"}