- First stable release of our custom operating system
- Complete text editor implementation
- Full keyboard support with special keys
- Basic filesystem operations
- Memory management and interrupt handling
- Download the release package
- Extract:
tar xzf complete-release-v1.0.0.tar.gz
- Build:
./tools/build.sh
- Run:
./tools/run.sh
- Basic text editing
- File operations (open/save)
- Status bar with helpful messages
- Special key support
- Custom bootloader
- Memory management
- Interrupt handling
- PS/2 keyboard support
- VGA text mode display
- See
docs/
directory for full documentation - Quick start guide included
- Example files in
examples/
- x86-compatible system
- 32MB RAM minimum
- QEMU for testing
- Build tools (provided in package)
- 4KB file size limit
- Basic text editing features
- Single file editing
- Report issues on GitHub
- See documentation for common solutions
- Join our community discussions
- Try the example files
- Read the quick start guide
- Check out the documentation
- Report any issues you find
Thank you for trying our custom OS! 🙏