Skip to content

Commit

Permalink
Merge pull request #121 from caodg/main
Browse files Browse the repository at this point in the history
change name report to blog
  • Loading branch information
KouweiLee authored May 25, 2024
2 parents f8e0984 + 073cfdc commit 2da3088
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions docs/2023/20230915_references.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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)
2 changes: 1 addition & 1 deletion docs/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
report.syswonder.org
blog.syswonder.org
2 changes: 1 addition & 1 deletion docs/_navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
- 文档
- [RuxOS Book](https://ruxos.syswonder.org)
- [Hvisor Book](https://hvisor.syswonder.org)
- [技术报告](https://report.syswonder.org)
- [技术博客](https://blog.syswonder.org)
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<div id="app"></div>
<script>
window.$docsify = {
name: 'syswonder report',
repo: 'https://github.com/syswonder/report',
name: 'syswonder tech blog',
repo: 'https://github.com/syswonder/blog',
loadSidebar: true,
loadNavbar: true,
mergeNavbar: true,
Expand Down

0 comments on commit 2da3088

Please sign in to comment.