Skip to content

go-freebsd/kld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KLD (Kernel Linker)

GoDoc Coverage 87% FreeBSD 10.3 FreeBSD 11 FreeBSD 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.