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



_______________________________________________
Ros-dev mailing list
[email protected]
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to