From 14c23592e49c6d44b9f1f97d9f229be1368ddd17 Mon Sep 17 00:00:00 2001 From: Mingcong Bai Date: Wed, 17 Jan 2024 22:10:23 -0800 Subject: [PATCH] chore: fix links la_ow_syscall is now under AOSC-Dev. --- README.md | 2 +- README.zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e5afa4..7cd63ad 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Components libLoL consists of two components, one in the kernel-space and the other in the user-space. -- Kernel: The [la_ow_syscall](https://github.com/shankerwangmiao/la_ow_syscall) +- Kernel: The [la_ow_syscall](https://github.com/AOSC-Dev/la_ow_syscall) modules provides support for old-world system call support in the Linux Kernel, making it possible to run old-world applications on new-world (upstream) kernels. diff --git a/README.zh.md b/README.zh.md index 5809350..11305e7 100644 --- a/README.zh.md +++ b/README.zh.md @@ -14,7 +14,7 @@ libLoL (LoongArch on LoongArch) 是一款用于提供旧世界 ABI 兼容性的 libLoL 由内核空间和用户空间两个组件组成: -- 内核部分:通过 [la_ow_syscall](https://github.com/shankerwangmiao/la_ow_syscall) 模块,给 Linux 内核新增旧世界系统调用支持,进而使得新世界内核得以兼容旧世界运行时和应用程序 +- 内核部分:通过 [la_ow_syscall](https://github.com/AOSC-Dev/la_ow_syscall) 模块,给 Linux 内核新增旧世界系统调用支持,进而使得新世界内核得以兼容旧世界运行时和应用程序 - 用户空间部分:给 [Glibc 打补丁](https://github.com/AOSC-Dev/glibc-loongarch-oldworld)以提供旧世界应用程序所需符号的兼容性。其余运行时库由发行版软件包或 [Loongnix](https://www.loongson.cn/system/loongnix) 的二进制软件包提供。 报告问题