Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 239 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 239 Bytes

RAY modules:

A user-mode library to access kernel functions in a modular way (APIs, syscalls etc.) Not strictly needed, but way easier to program against the kernel.

Check out ray-usermode for examples of usage of this library