Update README.md

This commit is contained in:
2026-03-30 14:35:19 +03:00
parent 9ed7dc024e
commit 921c12ec69

View File

@@ -57,7 +57,7 @@ rustup override set nightly
| Target | Description | Result | | Target | Description | Result |
|--------|-------------|--------| |--------|-------------|--------|
| `make all` | Kernel compilation + ISO creation | `Elyz.iso` | | `make all` | Kernel compilation + ISO creation | `Elyz.iso` |
| `make run` | Full build + QEMU launch (BIOS) | BIOS emulation | | `make run` | Full build + QEMU launch (BIOS) | UEFI emulation |
| `make run-bios` | Run existing image (BIOS) | BIOS emulation | | `make run-bios` | Run existing image (BIOS) | BIOS emulation |
| `make run-uefi` | Full build + QEMU launch (UEFI) | UEFI emulation | | `make run-uefi` | Full build + QEMU launch (UEFI) | UEFI emulation |
| `make all-hdd` | Compilation + HDD/USB image | `Elyz.hdd` | | `make all-hdd` | Compilation + HDD/USB image | `Elyz.hdd` |