x86-native 0.1.6

Cross-platform native x86 machine library with image, bootloader, and saved-state APIs
Documentation
# Нативна консоль

Запуск:

```bash
cargo run --bin x86-console
```

![Нативна консоль x86](../assets/console-uk.png)

Приклад сесії:

```text
x86> capabilities
- raw-image-memory
- raw-image-file
- bootloader-file
- bootloader-http
- bootloader-https
- saved-state-v86-v6
- console-host-api
- backend-trait
- no-webassembly-runtime

x86> load state machine-state.bin.zst
saved state loaded
x86> load bootloader seabios.bin
bootloader loaded
x86> info
status: Created
saved-state: version 6, compressed=true, 66 buffers
x86> checksum state
state: <sha256>
x86> prepare
machine is not ready: no ExecutionBackend attached
x86> quit
```

Повідомлення `no ExecutionBackend attached` є очікуваним: поточний host API відділяє підготовку ресурсів від фактичного виконання гостьової системи.