Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hust-open-atom-club/hust-os-kernel-contribution
- Owner: hust-open-atom-club
- License: cc-by-sa-4.0
- Created: 2024-03-23T14:33:16.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-15T14:34:47.000Z (4 months ago)
- Last Synced: 2024-11-07T03:12:16.004Z (2 months ago)
- Language: Shell
- Size: 509 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]