Adam Lackorzynski wrote:
multiboot: Support arbitrary number of modules
Signed-off-by: Adam Lackorzynski
---
hw/pc.c | 216 +-
1 files changed, 143 insertions(+), 73 deletions(-)
diff --git a/hw/pc.c b/hw/pc.c
index 6bcfe1b..163bec
On 30.11.2009, at 23:26, Adam Lackorzynski wrote:
> multiboot: Support arbitrary number of modules
Sounds like it's about time to extract the multiboot code from pc.c and move it
to multiboot.c. After all, multiboot is supported on non-x86 as well, so maybe
we can reuse some code here.
Alex
multiboot: Support arbitrary number of modules
Signed-off-by: Adam Lackorzynski
---
hw/pc.c | 216 +-
1 files changed, 143 insertions(+), 73 deletions(-)
diff --git a/hw/pc.c b/hw/pc.c
index 6bcfe1b..163bec1 100644
--- a/hw/pc.c
+++