Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 870 Bytes

interrupts.md

File metadata and controls

28 lines (18 loc) · 870 Bytes

Interrupts

NAME

interrupts - Usermode I/O interrupt delivery

SYNOPSIS

Interrupt objects allow userspace to create, signal, and wait on hardware interrupts.

DESCRIPTION

TODO

NOTES

Interrupt Objects are private to the DDK and not generally available to userspace processes.

SYSCALLS