What about those functions which do change?
WBR,
Aleksey.
On Jun 19, 2011, at 12:02 PM, Timo Kreuzer wrote:
  Hi,
 I'd like to change the Vtbl based architecture of freeldr into a
 normal function call system.
 Currently we have stuff like
 #define MachHwDetect()                MachVtbl.HwDetect()
     MachVtbl.HwDetect = PcHwDetect;
 This is IHO simply useless, since these functions don't change. I
 suggest simply renaming PcHwDetect to MachHwDetect and do that will
 all of those and get rid of the MachVtbl.
 Any objections?
 Regards,
 Timo