Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.38 KB

RELEASE_NOTES.md

File metadata and controls

50 lines (41 loc) · 1.38 KB

Release Notes - v1.1.1

Overview

Improved release of our custom operating system with enhanced stability, better keyboard handling, and improved text editor functionality.

What's New

  • Enhanced keyboard handling with special key support
  • Improved text editor performance and usability
  • Better memory management
  • Updated build system
  • Comprehensive documentation

Bug Fixes

  • Fixed keyboard buffer overflow issues
  • Improved error handling in file operations
  • Fixed screen refresh glitches
  • Better memory cleanup

Features

  • 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

Installation

  1. Download the ISO file from the release package
  2. Create a bootable USB drive or run in QEMU
  3. For QEMU: qemu-system-i386 -cdrom os.iso

System Requirements

  • x86 compatible system
  • 32MB RAM minimum
  • VGA-compatible display

Known Limitations

  • Editor buffer size limited to 4KB
  • Basic text editing features only
  • Single file editing at a time

Future Plans

  • Increase editor buffer size
  • Add multi-file support
  • Implement more advanced text editing features
  • Add support for more keyboard layouts

Support

Report issues and suggestions through the project's issue tracker.