Skip to content

Commit

Permalink
docs/concepts: Reference catalog guides in bincompat
Browse files Browse the repository at this point in the history
Reference bincompat guides in the bincompat concepts page.

Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
  • Loading branch information
razvand committed Jan 27, 2024
1 parent 1834616 commit 7707676
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/docs/concepts/bincompat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ This is the default build mode for the majority of Linux distributions, so it sh
Note that, because Linux binaries are included, constructing new Linux binaries requires a Linux or Linux-compatible development environement (such as WSL - _Windows Subsystem for Linux_).
This is only the case for building binaries -- prebuilt binaries can be used and the ELF loader app itself can be built on multiple platforms (Linux, Windows, macOS).
</Info>

Binary-compatible apps are located in the Unikraft [application `catalog` repository](https://github.com/unikraft/catalog).
Follow the guides below to know how to use and develop for the application catalog:

- [Using the Application Catalog](/guides/catalog)
- [Application Catalog: Behind the Scenes](/guides/catalog-internals)
- [Application Catalog: Using Firecracker](/guides/catalog-firecracker)
- [Adding Applications to the Catalog](/guides/catalog-add)

0 comments on commit 7707676

Please sign in to comment.