Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/hpc/stand/hpcboot



Module Name:    src
Committed By:   uwe
Date:           Sun Jan 15 02:20:35 UTC 2006

Modified Files:
        src/sys/arch/hpc/stand/hpcboot: load.cpp

Log Message:
Loader::_load_memory - don't give up so easily if memsz > tagged page
size.  This makes ksyms work, constructed ELF header was too big to
fit into one tagged page.

As a side effect it makes detached miniroot work too, as to locate the
miniroot the symbol table must be correctly skipped.  We probably
should just pass that information in bootinfo.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/hpc/stand/hpcboot/load.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index