@@ -754,10 +754,10 @@ function HardwareSection({ onDownloadClick }) {
754754 doc : "docs/quickstart/qemu/aarch64" ,
755755 icon : "chip" ,
756756 guestSupport : [
757- { name : "ArceOS" , description : "ArceOS - 组件化操作系统" } ,
758- { name : "Linux" , description : "Linux - 通用操作系统" } ,
759- { name : "NimbOS" , description : "NimbOS - 轻量级操作系统" } ,
760- { name : "Starry-OS" , description : "Starry-OS - 宏内核操作系统" }
757+ { name : "ArceOS" , description : "组件化操作系统" } ,
758+ { name : "Linux" , description : "通用操作系统" } ,
759+ { name : "NimbOS" , description : "轻量级操作系统" } ,
760+ { name : "Starry-OS" , description : "宏内核操作系统" }
761761 ] ,
762762 performance : {
763763 bootTime : "< 10秒" ,
@@ -773,10 +773,10 @@ function HardwareSection({ onDownloadClick }) {
773773 doc : "docs/quickstart/board/phytiumpi" ,
774774 icon : "chip" ,
775775 guestSupport : [
776- { name : "ArceOS" , description : "ArceOS - 组件化操作系统" } ,
777- { name : "Linux" , description : "Linux - 通用操作系统" } ,
778- { name : "RT-Thread" , description : "RT-Thread - 实时操作系统" } ,
779- { name : "Starry-OS" , description : "Starry-OS - 宏内核操作系统" }
776+ { name : "ArceOS" , description : "组件化操作系统" } ,
777+ { name : "Linux" , description : "通用操作系统" } ,
778+ { name : "RT-Thread" , description : "实时操作系统" } ,
779+ { name : "Starry-OS" , description : "宏内核操作系统" }
780780 ] ,
781781 performance : {
782782 bootTime : "< 3秒" ,
@@ -792,9 +792,9 @@ function HardwareSection({ onDownloadClick }) {
792792 doc : "docs/quickstart/board/roc-rk3568-pc" ,
793793 icon : "chip" ,
794794 guestSupport : [
795- { name : "ArceOS" , description : "ArceOS - 组件化操作系统" } ,
796- { name : "Linux" , description : "Linux - 通用操作系统" } ,
797- { name : "Starry-OS" , description : "Starry-OS - 宏内核操作系统" }
795+ { name : "ArceOS" , description : "组件化操作系统" } ,
796+ { name : "Linux" , description : "通用操作系统" } ,
797+ { name : "Starry-OS" , description : "宏内核操作系统" }
798798 ] ,
799799 performance : {
800800 bootTime : "< 5秒" ,
0 commit comments