File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -212,12 +212,17 @@ make TARGET=mynewtarget run
212
212
213
213
You may also wish to use [ ops] ( https://github.com/nanovms/ops ) to
214
214
develop locally. If that's the case a commonly used idiom is to simply
215
- copy the 3 required files to an appropriate release:
215
+ copy the 2 required files to an appropriate release:
216
216
217
217
```
218
- cp output/tools/bin/mkfs ~/.ops/0.1.47/.
219
- cp output/platform/pc/boot/boot.img ~/.ops/0.1.47/.
220
- cp output/platform/pc/bin/kernel.img ~/.ops/0.1.47/.
218
+ cp output/platform/pc/boot/boot.img ~/.ops/0.1.52/.
219
+ cp output/platform/pc/bin/kernel.img ~/.ops/0.1.52/.
220
+ ```
221
+
222
+ You may also copy the klibs over if you wish to use any of those:
223
+
224
+ ```
225
+ cp output/platform/pc/bin/!(test|*.dbg|kernel.*) ~/.ops/0.1.52/klibs/.
221
226
```
222
227
223
228
### Contributing
You can’t perform that action at this time.
0 commit comments