Module os1::io [] [src]

A module for I/O stuff

Reexports

use core::prelude::v1::*;

Modules

block

A module for accessing hard disks

ide

A module for accessing IDE block devices via PIO TODO: Add DMA support for performance

kbd

A module for getting keyboard input

nbb

A Non-blocking buffer implementation

stream

The abstraction of a stream of data

Structs

NonBlockingBuffer

A non-blocking circular buffer for use by interrupt handlers