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