summaryrefslogtreecommitdiffstats
path: root/src/include/buffer.h
Commit message (Collapse)AuthorAgeFilesLines
* Make "struct buffer"s reusable between sessions.Michael Brown2005-05-091-2/+4
|
* Return -1 to indicate buffer overflow. Allow buffer fill level to be readMichael Brown2005-05-091-9/+14
| | | | easily from struct buffer.
* Modified to use physical addresses, and to not assume that we can directlyMichael Brown2005-05-091-7/+29
| | | | refer to data outside of our data or stack segments.
* Start of an implementation using doubly-linked lists and virtualMichael Brown2005-05-091-0/+16
addresses. This will have to be reworked to use physical addresses thanks to the PXE spec.