2023-07-21 19:01:40 +08:00
2023-07-21 19:01:40 +08:00
2023-06-15 17:46:12 +08:00
2023-07-21 19:01:40 +08:00
2023-07-21 17:13:18 +08:00

Proxmox-Port

I plan to port Proxmox VE and Proxmox Backup Server to any architecture.

By now, arm64 is finished. https://github.com/jiangcuo/Proxmox-Arm64

Progress

  • pve6 base on debian sid -> done

Current difficulties

Proxmox VE 7 and Proxmox Backup Server use rust.

Some crates and pkg don't work on riscv and loongarch64 yet,cause I can't build pve7.

such as:

I will test the pve6 first.

Interesting thing

Proxmox VE is really awesome

Thanks to Proxmox adding support for Arm, now I just need to change code

- $arch eq 'aarch64'
+ $arch ne 'x86_64'

and easy support other architectures.

I sincerely hope that Proxmox can make their products support any platform which has kvm supported !

Description
Proxmox VE arm64 riscv64 loongarch64
Readme 1.9 MiB
Languages
Diff 100%