Skip to content

Commit

Permalink
[doc] Update link for CI and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed Oct 20, 2024
1 parent 9855a47 commit 1598a17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# elf-parser

[![Crates.io](https://img.shields.io/crates/v/kernel-elf-parser)](https://crates.io/crates/kernel-elf-parser)
[![Docs.rs](https://docs.rs/kernel-elf-parser/badge.svg)](https://docs.rs/kernel-elf-parser)
[![CI](https://github.com/Starry-OS/elf-parser/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Starry-OS/elf-parser/actions/workflows/ci.yml)

A lightweight ELF parser written in Rust, providing assistance for loading applications into the kernel.

It reads the data of the ELF file, and generates Sections, Relocations, Segments and so on.
Expand Down

0 comments on commit 1598a17

Please sign in to comment.