5 Commits

Author SHA1 Message Date
73fb76098e Reorganize BBeOS project structure for better maintainability
Some checks failed
CI / markdown-lint (push) Failing after 14s
- Reorganized directory structure following open source best practices
- Created src/ directory for all source code components
- Moved build artifacts to build/ subdirectories
- Organized documentation into phases/, guides/, and api/ subdirectories
- Moved third-party code to vendor/ directory
- Moved downloads to downloads/ directory
- Updated all build scripts to reference new directory structure
- Created comprehensive PROJECT_STRUCTURE.md documentation
- Added DEVELOPMENT_GUIDE.md as main entry point
- Improved separation of concerns and maintainability
- Follows standard open source project conventions
2025-08-01 11:48:06 +02:00
7b53cde2ae Complete BBeOS project implementation with BlackBerry-inspired website
Some checks failed
CI / markdown-lint (push) Failing after 14s
- Updated .gitignore with comprehensive exclusions for build artifacts, IDE files, and OS-specific files
- Created BlackBerry-inspired website with Heroicons and Gitea integration
- Added complete project structure with all 7 phases implemented
- Included kernel drivers, UI components, telephony stack, and packaging tools
- Added emulation scripts for testing and development
- Comprehensive documentation for all development phases
- Security analysis and hardware testing guides
- SDK and application framework for third-party development
2025-08-01 10:20:28 +02:00
71941f0584 Phase 1: Initial kernel development setup
Some checks failed
CI / markdown-lint (push) Failing after 15s
- Added comprehensive hardware research documentation
- Created bootloader analysis and driver compatibility research
- Set up development environment with cross-compilation tools
- Created Q20-specific device tree (simplified version)
- Added kernel build scripts and configuration
- Set up CI/CD pipeline with Gitea Actions
- Added .gitignore for build artifacts
2025-07-31 17:43:09 +02:00
e557eecbc8 Add Gitea Actions workflow for Markdown linting and CI scaffold
Some checks failed
CI / markdown-lint (push) Failing after 37s
2025-07-31 16:30:25 +02:00
b748805c71 Initial BBeOS project structure and detailed phase documentation 2025-07-31 16:26:52 +02:00