Fix documentation issues found in code review

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-28 20:59:28 +00:00
parent f4a0b32998
commit 0a8ba00c2a
2 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ cmake ..
cmake --build . --target image
```
This creates `build/build/metalos.img` - a bootable disk image containing:
This creates the bootable disk image at `<build-directory>/build/metalos.img` (e.g., `build/build/metalos.img` if your build directory is named `build/`). The image contains:
- EFI System Partition with bootloader
- Kernel binary
- Any required data files

View File

@@ -55,7 +55,7 @@ cmake --build . --target kernel_bin
cmake --build . --target image
# Create bootable image
make image
cmake --build . --target image
# Run in QEMU
cmake --build . --target qemu # Headless mode