一、龙芯一些资源查询
主要介绍一些龙芯生态的资源,方便大家查询
生态资源
1、龙芯架构文档(包含指令集、处理器、桥片用户手册,工具链约定等)
https://loongson.github.io/LoongArch-Documentation/README-CN.html
2、龙芯开源社区
http://www.loongnix.cn/
3、龙芯云组件二进制及源码
http://cloud.loongnix.cn/releases
loongarch64适用于OS 6.6内核及以上
4、龙芯镜像仓库
https://cr.loongnix.cn
https://lcr.loongnix.cn
适用于内核6.6及以上OS
5、龙芯镜像开源社区
https://github.com/Loongson-Cloud-Community 源码
https://github.com/Loongson-Cloud-Community/Loongson-Cloud-Community/tree/main/docs 文档指南
https://github.com/Loongson-Cloud-Community/dockerfiles 对应cr.loongnix.cn 镜像
https://github.com/Loongson-Cloud-Community/docker-library 对应lcr.loongnix.cn镜像仓库
6、龙芯golang源码包
http://www.loongnix.cn/zh/toolchain/Golang/
7、龙芯PIP源:
https://pypi.loongnix.cn/loongson/pypi
https://lpypi.loongnix.cn/loongson/pypi 适用于内核6.6及以上OS
8、龙芯mavem仓库:
https://maven.loongnix.cn/
9、龙芯nodejs版本:
http://ftp.loongnix.cn/nodejs/
10、龙芯npm源
https://registry.loongnix.cn:4873
https://registry.loongnix.cn:5873/ 适用于内核6.6及以上OS
11、龙芯helm源
https://gitee.com/cn-loongson/helm-repo
https://gitee.com/cn-loongson/helm-charts
12、龙芯luajit
https://github.com/loongson/LuaJIT
13、config.guess和config.sub下载
wget -O ./config.sub “git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD”
wget -O ./config.guess “git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD”
14、LATX 高性能用户级二进制翻译器
https://github.com/lat-opensource/lat
LATX(Loongson Architecture Translator for x86)即龙芯 x86 架构转译器,是一个面向 LoongArch 架构的高性能用户级二进制翻译器,用于在龙芯(龙架构)系统上高效地运行 32/64 位 x86 应用程序。近日,LATX Version 1.6.0 在 GitHub 开源,遵循 GPLv2 协议。