Hi,
the new multi-segment lar handling has an off-by-one error in the
printk.
--
Alex
Index: stage1.c
===================================================================
--- stage1.c (revision 486)
+++ stage1.c (working copy)
@@ -182,7 +182,7 @@
archive.len = *(u32 *)0xfffffff4;
archive.start =(void *)(0UL-archive.len);
newentry = load_file(&archive, filename);
- printk("newentry is %p\n", newentry);
+ printk(BIOS_SPEW, "newentry is %p\n", newentry);
if (newentry == (void *)-1)
break;
if (! entry)
--
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios