Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Kernel Module Examples

BSD Kernel Loadable (KLD).

Introduction

For English version, see README.EN.md.

Kernel Loadable (KLD) adalah istilah di BSD untuk menyebut Kernel Module. Sebuah KLD merupakan object code, potongan kode yang dapat dimuat (load) dan dibongkar (unload) dari kernel pada saat runtime.

Kernel BSD bersifat modular.