From 073cfdcdaefedd87d186d9b07656f0b4d0417320 Mon Sep 17 00:00:00 2001 From: Donggang Cao Date: Sat, 25 May 2024 21:09:57 +0800 Subject: [PATCH] change name report to blog --- docs/2023/20230915_references.md | 32 ++++++++++++++++---------------- docs/CNAME | 2 +- docs/_navbar.md | 2 +- docs/index.html | 4 ++-- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/2023/20230915_references.md b/docs/2023/20230915_references.md index 29f5838..ca0659e 100644 --- a/docs/2023/20230915_references.md +++ b/docs/2023/20230915_references.md @@ -2,24 +2,24 @@ ## Arm入门教程 -1. [aarch64异常处理教程](https://github.com/syswonder/report/blob/documents/resources/AArch64_exception.pdf) -2. [aarch64内存管理教程](https://github.com/syswonder/report/blob/documents/resources/AArch64_memory_management.pdf) -3. [aarch64虚拟化教程](https://github.com/syswonder/report/blob/documents/resources/AArch64_virtualization.pdf) +1. [aarch64异常处理教程](https://github.com/syswonder/blog/blob/documents/resources/AArch64_exception.pdf) +2. [aarch64内存管理教程](https://github.com/syswonder/blog/blob/documents/resources/AArch64_memory_management.pdf) +3. [aarch64虚拟化教程](https://github.com/syswonder/blog/blob/documents/resources/AArch64_virtualization.pdf) ## Arm相关 -1. [ARM Cortex-A72 MPCore Processor Technical Reference Manual](https://github.com/syswonder/report/blob/documents/resources/ARM_Cortex-A72_MPCore_Processor_Technical_Reference_Manual.pdf) -2. [Arm A64 Instruction Set Architecture for Armv9-A](https://github.com/syswonder/report/blob/documents/resources/Arm_A64_Instruction_Set_Architecture_for_Armv9-A.pdf) -3. [Armv8 Architecture Reference Manual](https://github.com/syswonder/report/blob/documents/resources/Armv8_Architecture_Reference_Manual.pdf) -4. [Programmer’s Guide for ARMv8-A](https://github.com/syswonder/report/blob/documents/resources/Programmer’s_Guide_for_ARMv8-A.pdf) -5. [The GNU Assembler](https://github.com/syswonder/report/blob/documents/resources/The_GNU_Assembler.pdf) -6. [The GNU linker](https://github.com/syswonder/report/blob/documents/resources/The_GNU_linker.pdf) -7. [The Scalable Vector Extension](https://github.com/syswonder/report/blob/documents/resources/The_Scalable_Vector_Extension.pdf) -8. [armasm User Guide](https://github.com/syswonder/report/blob/documents/resources/armasm_User_Guide.pdf) +1. [ARM Cortex-A72 MPCore Processor Technical Reference Manual](https://github.com/syswonder/blog/blob/documents/resources/ARM_Cortex-A72_MPCore_Processor_Technical_Reference_Manual.pdf) +2. [Arm A64 Instruction Set Architecture for Armv9-A](https://github.com/syswonder/blog/blob/documents/resources/Arm_A64_Instruction_Set_Architecture_for_Armv9-A.pdf) +3. [Armv8 Architecture Reference Manual](https://github.com/syswonder/blog/blob/documents/resources/Armv8_Architecture_Reference_Manual.pdf) +4. [Programmer’s Guide for ARMv8-A](https://github.com/syswonder/blog/blob/documents/resources/Programmer’s_Guide_for_ARMv8-A.pdf) +5. [The GNU Assembler](https://github.com/syswonder/blog/blob/documents/resources/The_GNU_Assembler.pdf) +6. [The GNU linker](https://github.com/syswonder/blog/blob/documents/resources/The_GNU_linker.pdf) +7. [The Scalable Vector Extension](https://github.com/syswonder/blog/blob/documents/resources/The_Scalable_Vector_Extension.pdf) +8. [armasm User Guide](https://github.com/syswonder/blog/blob/documents/resources/armasm_User_Guide.pdf) ## 外设相关 -1. [Address Translation Services_PCI EXPRESS](https://github.com/syswonder/report/blob/documents/resources/Address_Translation_Services_PCI_EXPRESS.pdf) -2. [PrimeCell UART PL011 Technical Reference Manual](https://github.com/syswonder/report/blob/documents/resources/PrimeCell_UART_PL011_Technical_Reference_Manual.pdf) -3. [GIC-400 Generic Interrupt Controller Technical Reference Manual](https://github.com/syswonder/report/blob/documents/resources/CoreLink_GIC-400_Generic_Interrupt_Controller_Technical_Reference_Manual.pdf) -4. [Raspberry Pi BCM2711 ARM Peripherals v1.0](https://github.com/syswonder/report/blob/documents/resources/Raspberry_Pi_BCM2711_ARM_Peripherals_v1.0.pdf) -5. [Raspberry Pi BCM2711 ARM Peripherals v1.3](https://github.com/syswonder/report/blob/documents/resources/Raspberry_Pi_BCM2711_ARM_Peripherals_v1.3.pdf) \ No newline at end of file +1. [Address Translation Services_PCI EXPRESS](https://github.com/syswonder/blog/blob/documents/resources/Address_Translation_Services_PCI_EXPRESS.pdf) +2. [PrimeCell UART PL011 Technical Reference Manual](https://github.com/syswonder/blog/blob/documents/resources/PrimeCell_UART_PL011_Technical_Reference_Manual.pdf) +3. [GIC-400 Generic Interrupt Controller Technical Reference Manual](https://github.com/syswonder/blog/blob/documents/resources/CoreLink_GIC-400_Generic_Interrupt_Controller_Technical_Reference_Manual.pdf) +4. [Raspberry Pi BCM2711 ARM Peripherals v1.0](https://github.com/syswonder/blog/blob/documents/resources/Raspberry_Pi_BCM2711_ARM_Peripherals_v1.0.pdf) +5. [Raspberry Pi BCM2711 ARM Peripherals v1.3](https://github.com/syswonder/blog/blob/documents/resources/Raspberry_Pi_BCM2711_ARM_Peripherals_v1.3.pdf) diff --git a/docs/CNAME b/docs/CNAME index 54582bf..b0f361d 100644 --- a/docs/CNAME +++ b/docs/CNAME @@ -1 +1 @@ -report.syswonder.org \ No newline at end of file +blog.syswonder.org diff --git a/docs/_navbar.md b/docs/_navbar.md index 66ee77e..535b578 100644 --- a/docs/_navbar.md +++ b/docs/_navbar.md @@ -5,4 +5,4 @@ - 文档 - [RuxOS Book](https://ruxos.syswonder.org) - [Hvisor Book](https://hvisor.syswonder.org) - - [技术报告](https://report.syswonder.org) + - [技术博客](https://blog.syswonder.org) diff --git a/docs/index.html b/docs/index.html index 3431d40..9472031 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,8 +22,8 @@