Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hust-open-atom-club/hust-os-kernel-contribution


https://github.com/hust-open-atom-club/hust-os-kernel-contribution

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# HUST-OS-Kernel-Contribution

## Introduction

HUST OS Kernel Contribution Team

### Clone This Repository

```
git clone --recurse-submodules [email protected]:hust-open-atom-club/HUST-OS-Kernel-Contribution.git
```

### Testing Kernel with Smatch

Run smatch over linux kernel mainline, linux-next, and openeuler kernel repositories.

```
./update_kernel_repo mainline

./update_kernel_repo linux-next

./update_kernel_repo openeuler
```

If you would like to update smatch, directly `cd` to the smatch folder and do `git pull`.

## References

[1]