Update README.md

This commit is contained in:
Ivan 2026-07-16 11:40:48 +03:00 committed by GitHub
parent ffb7cbd362
commit 5429e2c4b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
# Micro-OS "RUSSIA" (Bare-Metal x86)
An independent 32-bit operating system built completely from scratch.
**Key Features:**
* **100% Python-Generated:** No external assemblers, compilers, or third-party code were used. Custom Python scripts handle all logic translation, offset calculations, and binary compilation.
* **Custom Architecture:** Features isolated custom formats including a monolithic boot sector (`загрузчик.рф`) and a protected-mode kernel (`ядро.рф`).
* **Hardware Native:** Runs on bare-metal x86 architecture via Legacy BIOS. Fully compatible with QEMU emulator.
*Ниже приведено подробное описание на русском языке:*
***
# Микро-ОС «РОССИЯ» (Bare-Metal x86) # Микро-ОС «РОССИЯ» (Bare-Metal x86)
Суверенная 32-битная операционная система, созданная с чистого листа на голом железе (Bare-Metal). Суверенная 32-битная операционная система, созданная с чистого листа на голом железе (Bare-Metal).