mirror of
https://github.com/johndoe6345789/MetalOS.git
synced 2026-04-24 13:45:02 +00:00
Fix documentation issues found in code review
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user