Improved release of our custom operating system with enhanced stability, better keyboard handling, and improved text editor functionality.
- Enhanced keyboard handling with special key support
- Improved text editor performance and usability
- Better memory management
- Updated build system
- Comprehensive documentation
- Fixed keyboard buffer overflow issues
- Improved error handling in file operations
- Fixed screen refresh glitches
- Better memory cleanup
- Custom bootloader using GRUB
- Text editor with improved editing capabilities
- Enhanced keyboard support with special keys
- Reliable filesystem operations
- Efficient memory management system
- Stable interrupt handling
- Smooth text-mode display output
- Download the ISO file from the release package
- Create a bootable USB drive or run in QEMU
- For QEMU:
qemu-system-i386 -cdrom os.iso
- x86 compatible system
- 32MB RAM minimum
- VGA-compatible display
- Editor buffer size limited to 4KB
- Basic text editing features only
- Single file editing at a time
- Increase editor buffer size
- Add multi-file support
- Implement more advanced text editing features
- Add support for more keyboard layouts
Report issues and suggestions through the project's issue tracker.