Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikehorn-git/kernel-dev
https://github.com/mikehorn-git/kernel-dev
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikehorn-git/kernel-dev
- Owner: MikeHorn-git
- License: mit
- Created: 2024-09-18T14:49:23.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T22:14:52.000Z (4 days ago)
- Last Synced: 2024-11-13T22:31:20.796Z (4 days ago)
- Language: C
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![image](https://github.com/user-attachments/assets/95a8f601-2a65-4563-b359-861b5b49eb8c)](https://kernelnewbies.org/)
# Requirements
* [Getoptlong](https://github.com/ruby/getoptlong)
* Vagrant
* Virtualbox# Usage
```Makefile
Usage: make
Targets:
help Display this help message
build Deploy VM and build kernel with defconfig
convert Convert Kernel VM to QCOW2 format
deploy Deploy VM with utils
clean Clean up VM images
prune Destroy Vagrant VM
distclean Execute clean and prune command
```# Module
* file_hide
* hello
* lkm_hide
* pid_hide# SRC
* Modified files from kernel source tree
* Custom syscall created
* Userland call in test/