Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 957 Bytes

readme.md

File metadata and controls

15 lines (8 loc) · 957 Bytes

Assests for PhoenixOS

This repo contains assets for supporting building and using PhoenixOS (PhOS).

[Background] As PhOS targts at providing seamless experience to our users, we want one could build and run PhOS on native images provided by vendors. We exported assets which are relied by PhOS yet with large size in this repo, so that PhOS's build system can download them from here before start everything.

[Contents] These assets are:

  • go1.23.2.linux-amd64.tar.gz

    Currently PhOS's building system is written in golang. This tarball contains golang 1.23.2, downloaded from golang official.

  • libclang-static-build.tar.gz

    PhOS uses libclang for parsing the signature of kernels, and we also use it for auto-generating code of parsers and workers. Note that this asset is from deech/libclang-static-build.