Skip to content

Releases: SJTU-IPADS/PhoenixOS-Assets

Assets for PhoenixOS

02 Nov 17:17
Compare
Choose a tag to compare

This repo contains assets for supporting building and using PhoenixOS (PhOS). 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.