保存了关于openKylin社区已创建的 SIG 组的相关信息
The Community repo is to store all the information about openEuler Community, inclouding governance, SIGs(project teams), Communications and etc.
飞腾嵌入式Linux内核基于上游Linux LTS 内核,加入了飞腾CPU的相关驱动,飞腾开发板外设的相关驱动和飞腾CPU的相关优化。 目前支持E2000,飞腾派等飞腾CPU,主推Linux 内核 5.10基线,也支持 内核4.19,6.6 基线。
This is an open-source EtherCAT master.
Community governance is listed in the repository.
Jailhouse is a partitioning Hypervisor based on Linux. It is able to run bare-metal applications or (adapted) operating systems besides Linux. For this purpose, it configures CPU and device virtualization features of the hardware platform in a way that none of these domains, called "cells" here, can interfere with each other in an unacceptable way.
The rteval script is a utility for measuring various aspects of realtime behavior on a system under load.
This repository contains some programs that test various rt-linux features.
CANopenNode is free and open source CANopen protocol stack.
The rtcheck program is an application that tests the running system for real-time capabilities.
Linux in itself is not real time capable. With the additional PREEMPT_RT patch it gains real-time capabilities. The key point of the PREEMPT_RT patch is to minimize the amount of kernel code that is non-preemptible, while also minimizing the amount of code that must be changed in order to provide this added preemptibility. In particular, critical sections, interrupt handlers, and interrupt-disable code sequences are normally preemptible. The PREEMPT_RT patch leverages the SMP capabilities of the Linux kernel to add this extra preemptibility without requiring a complete kernel rewrite.