commit | 4a16ef64acb83df452576560ba327a8b09213280 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Wed Dec 31 00:09:28 2008 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Wed Dec 31 00:09:28 2008 -0500 |
tree | bb99fd99141126f770932bcdad97c59a3bd8c318 | |
parent | 08815370c94d88b37bc651d6707b6f1d68dc519b [diff] |
Return CDEMU parameters to ebda segment (instead of using globals). The cdemu is setup in the boot stage after globals are made read-only. So, globals can't be used. Also, move hdcount from a global to BDA (it should be in BDA). Don't attempt to set blksize/sector count in atapi_is_ready() - it's not useful.