microkernel icon indicating copy to clipboard operation
microkernel copied to clipboard

[dev] Device System Kernel Interface

Open ppenna opened this issue 6 years ago • 0 comments

Description

  • [ ] intcl(): controls the behavior of an interrupt

  • [ ] intwait(): waits for the delivery of an interrupt

  • [ ] intreturn(): returns from an interrupt handler

  • [ ] iograb(): allocates an I/O port

  • [ ] iorelease(): releases an I/O port

  • [ ] ioread(): reads from an I/O port

  • [ ] iowrite() writes to an I/O port

  • [ ] mmiograb(): allocates a memory mapped I/O region

  • [ ] mmiorelease(): releases a memory mapped I/O region

  • [ ] mmioread(): reads from an memory mapped I/O region

  • [ ] mmiowrite(): writes to a memory mapped I/O region`

ppenna avatar Feb 01 '19 15:02 ppenna