Modules to be used with the Lambda kernel
Find a file
2022-06-29 19:29:45 -05:00
linker Initial commit. 2021-05-04 22:04:19 -05:00
modules Add partial /dev/null and /dev/zero module 2022-06-29 19:29:45 -05:00
utils/modutil Use module.json in build process. 2021-08-23 20:32:41 -05:00
.gitignore Add module providing /dev to other modules 2022-06-29 19:22:34 -05:00
.gitmodules Use module.json in build process. 2021-08-23 20:32:41 -05:00
LICENSE Add module providing /dev to other modules 2022-06-29 19:22:34 -05:00
Makefile Automatically build modutil when required. 2021-08-23 20:37:25 -05:00
module.mk Add module providing /dev to other modules 2022-06-29 19:22:34 -05:00
README.md Add module providing /dev to other modules 2022-06-29 19:22:34 -05:00

Drivers and kernel modules for Lambda OS

Directories:

  • drivers/
    • Contains user-space drivers
  • modules/
    • Contains kernel-space modules needed to support user-space drivers
  • utils/
    • Contains utilities for generation of module binaries