We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c4aa3 commit 3712a00Copy full SHA for 3712a00
README.md
@@ -78,13 +78,13 @@ From the project root:
78
```bash
79
make
80
```
81
- Kernel file at `kernel/kernel`.
+ The kernel file will be put at `output/kernel`.
82
83
3. **Build ISO Image**:
84
85
make iso
86
87
- ISO file `proka-kernel.iso` in project root.
+ The ISO file will be put at `output/proka-kernel.iso` in project root.
88
89
4. **Run in QEMU**:
90
0 commit comments