https://github.com/sjtu-ipads/phoenixos-assets
https://github.com/sjtu-ipads/phoenixos-assets
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sjtu-ipads/phoenixos-assets
- Owner: SJTU-IPADS
- Created: 2024-10-22T12:09:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T18:13:41.000Z (12 months ago)
- Last Synced: 2025-01-18T05:21:05.401Z (9 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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.