Start adding an infrastructure for returning system information to the payloads. First up is a function to return the multiboot table address. This is used by coreinfo to dump the multiboot table (patch coming next).
Jordan
Jordan Crouse wrote:
[PATCH] Add sysinfo_have_multiboot function
Add a new infrastructure for returning system information to payloads. First up - a pointer to the multiboot table.
Signed-off-by: Jordan Crouse jordan@cosmicpenguin.net
Acked-by: Peter Stuge peter@stuge.se