Crate bern_kernel_macros

Source
Expand description

Procedural macros for the bern_kernel.

This crate provides macros that:

  • simplify the kernel usage
  • make kernel development less tedious (used internally)

Macrosยง

new_process
Creates a new process and the required linker sections.