Skip to content

Commit

Permalink
updating readme to reflect new klib location (#2077)
Browse files Browse the repository at this point in the history
* updating readme to reflect new klib location

* .
  • Loading branch information
eyberg authored Nov 12, 2024
1 parent 1035180 commit c345e6f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,17 @@ make TARGET=mynewtarget run

You may also wish to use [ops](https://github.com/nanovms/ops) to
develop locally. If that's the case a commonly used idiom is to simply
copy the 3 required files to an appropriate release:
copy the 2 required files to an appropriate release:

```
cp output/tools/bin/mkfs ~/.ops/0.1.47/.
cp output/platform/pc/boot/boot.img ~/.ops/0.1.47/.
cp output/platform/pc/bin/kernel.img ~/.ops/0.1.47/.
cp output/platform/pc/boot/boot.img ~/.ops/0.1.52/.
cp output/platform/pc/bin/kernel.img ~/.ops/0.1.52/.
```

You may also copy the klibs over if you wish to use any of those:

```
cp output/platform/pc/bin/!(test|*.dbg|kernel.*) ~/.ops/0.1.52/klibs/.
```

### Contributing
Expand Down

0 comments on commit c345e6f

Please sign in to comment.