Update README.md
This commit is contained in:
parent
ffb7cbd362
commit
5429e2c4b8
10
README.md
10
README.md
|
|
@ -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)
|
||||
|
||||
Суверенная 32-битная операционная система, созданная с чистого листа на голом железе (Bare-Metal).
|
||||
|
|
|
|||
Loading…
Reference in New Issue