Minor cleanups.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 31 Mar 2008 01:46:53 +0000 (21:46 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 31 Mar 2008 01:46:53 +0000 (21:46 -0400)
commit438f63515c0fea19d2b2e1f1e5571920d12c6529
tree669d754a4a5f7c7e92009c7e9a32c326dfbe4a5b
parent838f08fcb9f76c99f0845949e60f934572117572
Minor cleanups.

Rename EBDA_SEG to SEG_EBDA - it is more consistent with other defs.
Introduce SEG_BDA definition and use it instead of 0x0000 wherea appropriate.
Move ACPI_DATA_SIZE to CONFIG_ACPI_DATA_SIZE and move to config.h
Use an alias (PORT_HD_DATA) for io port 0x03f6.
src/biosvar.h
src/config.h
src/disk.c
src/ioport.h
src/kbd.c
src/post.c
src/rombios32.c
src/system.c