aboutsummaryrefslogtreecommitdiff
path: root/src/std/bda.h
AgeCommit message (Collapse)AuthorFilesLines
2016-09-12kbd: Merge bda->kbd_flag0 and bda->kbd_flag1Kevin O'Connor1-3/+23
Merge the two consecutive u8 fields into a single u16 field. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2015-10-09Fix typos found by codespellStefan Weil1-1/+1
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2014-10-27vgabios: Don't declare custom internal BDA storage in std/bda.hKevin O'Connor1-6/+1
The vgabios uses storage in the BDA at offset 0xb9 for internal custom storage (the contents do not appear to be part of any bios standard). Move the description of this custom vgabios area from std/bda.h to vgasrc/vgabios.h. Add two new macros (GET_BDA_EXT and SET_BDA_EXT). This should make it more clear that the area is for custom internal storage. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2013-09-18Move standard bda type info from biosvar.h to std/bda.h.Kevin O'Connor1-0/+159
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>