Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.12 KB

GITHUB_RELEASE_NOTES.md

File metadata and controls

44 lines (37 loc) · 1.12 KB

Custom OS v1.0.0 - First Stable Release 🚀

Features

  • Custom bootloader with GRUB integration
  • Text editor with basic editing capabilities
  • Full keyboard support with special keys
  • Basic filesystem operations
  • Memory management system
  • Interrupt handling
  • Text-mode display output

Installation

Download the release package and follow these steps:

  1. Extract: tar xzf custom-os-v1.0.0-complete.tar.gz
  2. Build: cd v1.0.0 && ./scripts/build.sh
  3. Run: ./scripts/run.sh

Requirements

  • x86-compatible system
  • QEMU for testing
  • Cross-compiler toolchain (setup script included)
  • NASM assembler
  • GRUB bootloader tools

What's New

  • First stable release
  • Complete documentation
  • Build and test scripts
  • Installation guide
  • Bug fixes and improvements

Known Limitations

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

Documentation

See the following files in the release package:

  • README.md - Overview and setup
  • INSTALL.md - Detailed installation guide
  • CHANGELOG.md - Complete change history

Support

Report issues through GitHub issues tracker