Skip to content

Commit

Permalink
Merge pull request #118 from KouweiLee/main
Browse files Browse the repository at this point in the history
according to time order the docs
  • Loading branch information
ken4647 authored Apr 20, 2024
2 parents 44a573f + 89d19e2 commit 72b9745
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 136 deletions.
60 changes: 30 additions & 30 deletions docs/2023/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# 矽望社区技术报告 - 2023

## Jailhouse PCI 与 ivshmem 机制

**时间:** 2023年11月28日

**作者:** 陈林锟

**摘要:** 介绍了Jailhouse PCI与ivshmem机制,分析了jailhouse中guest的PCI设备driver如何与hypervisor交互,以及虚拟机之间如何通过ivshmem通信

[正文](20231109_cstart.md)

## Linux console,tty,serial学习笔记

**时间:** 2023年12月21日
Expand All @@ -20,45 +10,45 @@

[正文](20231220_linux_console_tty.md)

## 在 rukos 上支持 nginx
## RukOS中的9pfs

**时间:** 2023年11月28日
**时间:** 2023年12月6日

**作者:** 刘昊文
**作者:** 吴政

**摘要:** 介绍了 如何在rukos上运行nginx
**摘要:** 主要介绍了RukOS的9pfs模块的使用方式,以及它的具体实现原理。

[正文](20231128_nginx_run.md)
[正文](20231113_how-9pfs-is-integrated-to-rukos.md)

## 在 rukos 上支持 musl libc
## Jailhouse PCI 与 ivshmem 机制

**时间:** 2023年11月15日
**时间:** 2023年11月28日

**作者:** 晏巨广
**作者:** 陈林锟

**摘要:** 介绍了 musl libc 的调用链和集成过程中遇到的困难,以及 APP 的测试结果
**摘要:** 介绍了Jailhouse PCI与ivshmem机制,分析了jailhouse中guest的PCI设备driver如何与hypervisor交互,以及虚拟机之间如何通过ivshmem通信

[正文](20231115_MUSL_on_Rukos.md)
[正文](20231109_cstart.md)

## 龙芯Loongarch架构研究笔记
## 在 rukos 上支持 nginx

**时间:** 2023年9月13日
**时间:** 2023年11月28日

**作者:** 韩喻泷
**作者:** 刘昊文

**摘要:** 研究QEMU对Loongarch的支持情况,以及记录了Loongarch相关指令集/CPU等手册的学习笔记
**摘要:** 介绍了 如何在rukos上运行nginx

[正文](20230913_QEMU_Loongarch.md)
[正文](20231128_nginx_run.md)

## RukOS中的9pfs
## 在 rukos 上支持 musl libc

**时间:** 2023年12月6日
**时间:** 2023年11月15日

**作者:** 吴政
**作者:** 晏巨广

**摘要:** 主要介绍了RukOS的9pfs模块的使用方式,以及它的具体实现原理。
**摘要:** 介绍了 musl libc 的调用链和集成过程中遇到的困难,以及 APP 的测试结果

[正文](20231113_how-9pfs-is-integrated-to-rukos.md)
[正文](20231115_MUSL_on_Rukos.md)

## C程序的启动过程

Expand All @@ -80,6 +70,16 @@

[正文](20231103_Linux-initrd.md)

## 龙芯Loongarch架构研究笔记

**时间:** 2023年9月13日

**作者:** 韩喻泷

**摘要:** 研究QEMU对Loongarch的支持情况,以及记录了Loongarch相关指令集/CPU等手册的学习笔记

[正文](20230913_QEMU_Loongarch.md)

## ArceOS 运行 Redis

**时间:** 2023年7月30日
Expand Down
4 changes: 2 additions & 2 deletions docs/2023/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
- [Jailhouse PCI与ivshmem机制](20231228_jailhouse-pci-ivshmem.md)
- [Linux console,tty,serial学习笔记](20231220_linux_console_tty.md)
- [龙芯Loongarch架构研究笔记](20230913_QEMU_Loongarch.md)
- [在 rukos 上支持 nginx](20231128_nginx_run.md)
- [在 rukos 上支持 musl libc](20231115_MUSL_on_Rukos.md)
- [RukOS的 9PFS 的使用与实现](20231113_how-9pfs-is-integrated-to-rukos.md)
- [C程序的启动过程](20231109_cstart.md)
- [Linux initrd机制](20231103_Linux-initrd.md)
- [龙芯Loongarch架构研究笔记](20230913_QEMU_Loongarch.md)
- [在 ArceOS 上运行 Redis](20230730_Redis_On_ArceOS.md)
- [RukOS的 9PFS 的使用与实现](20231113_how-9pfs-is-integrated-to-rukos.md)
- [ARMv8 内存虚拟化](20230724_virtual_memory.md)
- [使用qemu测试sysHyper步骤](20230723_Demonstration_in_QEMU.md)
- [Jailhouse中的Hypercall整理](20230721_jailhouse_hypercall.md)
Expand Down
39 changes: 20 additions & 19 deletions docs/2024/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# 矽望社区技术报告 - 2024

## NXP OK8MP 开发板启动Jailhouse
## 在hvisor上使用Virtio磁盘和网络设备

**时间:** 2024年2月23日
时间:2024年4月15日

**作者:** 杨竣轶
作者:李国玮

**摘要:** 介绍了在NXP OK8MP开发板上启动Jailhouse的详细过程与配置
摘要:介绍如何在hvisor上使用Virtio-blk和Virtio-net设备。

[正文](20240223_NXP_Boot_Jailhouse_Tutorial.md)
[正文](20240415_Virtio_devices_tutorial.md)

## RISC-V APLIC 线中断总结

**时间:** 2024年3月11日

**作者:** 刘景宇

摘要:介绍了RISC-V架构中断控制器APLIC,主要包含直接传递中断方式(即非MSI)的部分。

[正文](20240311_APLIC.md)

## 在RuxOS上支持c++

Expand All @@ -20,22 +30,13 @@

[正文](20240229_Support_c++_on_RuxOS.md)

## RISC-V APLIC 线中断总结

**时间:** 2024年3月11日

**作者:** 刘景宇

摘要:介绍了RISC-V架构中断控制器APLIC,主要包含直接传递中断方式(即非MSI)的部分。

[正文](20240311_APLIC.md)
## NXP OK8MP 开发板启动Jailhouse

## 在hvisor上使用Virtio磁盘和网络设备
**时间:** 2024年2月23日

时间:2024/4/15
**作者:** 杨竣轶

作者:李国玮
**摘要:** 介绍了在NXP OK8MP开发板上启动Jailhouse的详细过程与配置

摘要:介绍如何在hvisor上使用Virtio-blk和Virtio-net设备。
[正文](20240223_NXP_Boot_Jailhouse_Tutorial.md)

[正文](20240415_Virtio_devices_tutorial.md)
6 changes: 3 additions & 3 deletions docs/2024/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- [在hvisor上使用Virtio设备](20240415_Virtio_devices_tutorial.md)
- [RISC-V APLIC 介绍](20240311_APLIC.md)
- [在RuxOS上支持c++](20240229_Support_c++_on_RuxOS.md)
- [在NXP OK8MP启动Jailhouse](20240223_NXP_Boot_Jailhouse_Tutorial.md)

- [在RuxOS上支持c++](20240229_Support_c++_on_RuxOS.md)

- [RISC-V APLIC 介绍](20240311_APLIC.md)

- [在hvisor上使用Virtio设备](20240415_Virtio_devices_tutorial.md)
Loading

0 comments on commit 72b9745

Please sign in to comment.