| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make "struct buffer"s reusable between sessions. | Michael Brown | 2005-05-09 | 1 | -2/+4 |
| | | |||||
| * | Return -1 to indicate buffer overflow. Allow buffer fill level to be read | Michael Brown | 2005-05-09 | 1 | -9/+14 |
| | | | | | easily from struct buffer. | ||||
| * | Modified to use physical addresses, and to not assume that we can directly | Michael Brown | 2005-05-09 | 1 | -7/+29 |
| | | | | | refer to data outside of our data or stack segments. | ||||
| * | Start of an implementation using doubly-linked lists and virtual | Michael Brown | 2005-05-09 | 1 | -0/+16 |
| addresses. This will have to be reworked to use physical addresses thanks to the PXE spec. | |||||
