Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cdemu: store internal cdemu fields in standard "el-torito" spec format. | Kevin O'Connor | 2014-06-04 | 1 | -5/+3 |
| | | | | | | | | | Store the fields necessary to export the "el-torito" spec information directly in an internal copy of the "el-torito" struct. This simplifies the interface and obviates the need for an internal home grown struct with the same info. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | Move standard bda type info from biosvar.h to std/bda.h. | Kevin O'Connor | 2013-09-18 | 1 | -0/+16 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | Split disk.h into block.h and std/disk.h. | Kevin O'Connor | 2013-09-18 | 1 | -0/+161 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |