https://github.com/go-freebsd/kld
kld (kernel linker)
https://github.com/go-freebsd/kld
cgo freebsd go golang kernel kernel-linker kld
Last synced: 2 months ago
JSON representation
kld (kernel linker)
- Host: GitHub
- URL: https://github.com/go-freebsd/kld
- Owner: go-freebsd
- License: bsd-2-clause
- Created: 2017-03-26T20:17:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T20:18:13.000Z (about 8 years ago)
- Last Synced: 2024-07-30T19:21:10.331Z (10 months ago)
- Topics: cgo, freebsd, go, golang, kernel, kernel-linker, kld
- Language: Go
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KLD (Kernel Linker)
[](https://godoc.org/github.com/go-freebsd/kld)
[]()
[](https://www.freebsd.org/releases/10.3R/announce.html)
[](https://www.freebsd.org/releases/11.0R/announce.html)
[](https://svnweb.freebsd.org/base/head/)The FreeBSD operating system has a kernel that allows the user
to load modules after boot. This is done using the kernel linker.This library enables easy access to the kernel linker to easily
load, unload kernel modules.