Skip to content

Commit 46a837e

Browse files
authored
Update README.md
1 parent 8e8af69 commit 46a837e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
# Linux Kernel Message Slot Module
44

5-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)
6-
[![Kernel](https://img.shields.io/badge/Linux%20Kernel-5.x%2B-orange.svg)]()
7-
[![Language](https://img.shields.io/badge/Language-C-blue.svg)]()
8-
<a href="https://github.com/odeliyach/Network-Infrastructure-C/actions"><img src="https://github.com/odeliyach/Network-Infrastructure-C/actions/workflows/ci.yml/badge.svg"></a>
5+
<p align="center">
6+
<a href="https://github.com/odeliyach/Network-Infrastructure-C/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/odeliyach/Network-Infrastructure-C/ci.yml?label=CI&color=BAFFC9&logo=github-actions&logoColor=white" alt="CI"></a>
7+
<img src="https://img.shields.io/badge/Linux%20Kernel-5.x%2B-B2B2FD?logo=linux&logoColor=white" alt="Kernel">
8+
<img src="https://img.shields.io/badge/Language-C-B2B2FD?logo=c&logoColor=white" alt="C">
9+
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-MIT-E2E2E2" alt="License"></a>
10+
</p>
911
> A Linux kernel module implementing a character device driver for inter-process communication (IPC) via message slots with multiple concurrent channels.
1012
</div>
1113

0 commit comments

Comments
 (0)