]> xenbits.xensource.com Git - seabios.git/commit
Allocate cdemu buffer in low mem instead of ebda.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 6 Jun 2010 20:18:03 +0000 (16:18 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 6 Jun 2010 20:18:03 +0000 (16:18 -0400)
commitd5d02b6c979da4baeae3a35e7f149881203e6255
tree2c9e06af745bf23935b66c0695c7a51c02768fbb
parent8f59aa38ba522f63824552a15afc363e2d231fc1
Allocate cdemu buffer in low mem instead of ebda.

Using the low memory buffer gives more flexibility with the final
location of the buffer.

Don't allocate the buffer at all if no cdrom drives are present.
src/biosvar.h
src/cdrom.c
src/post.c