- 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
Download the release package and follow these steps:
- Extract:
tar xzf custom-os-v1.0.0-complete.tar.gz
- Build:
cd v1.0.0 && ./scripts/build.sh
- Run:
./scripts/run.sh
- x86-compatible system
- QEMU for testing
- Cross-compiler toolchain (setup script included)
- NASM assembler
- GRUB bootloader tools
- First stable release
- Complete documentation
- Build and test scripts
- Installation guide
- Bug fixes and improvements
- Editor buffer size limited to 4KB
- Basic text editing features only
- Single file editing at a time
See the following files in the release package:
- README.md - Overview and setup
- INSTALL.md - Detailed installation guide
- CHANGELOG.md - Complete change history
Report issues through GitHub issues tracker