mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 15:31:42 +03:00
[pcbios] Add extra debugging messages relating to the system memory map
This commit is contained in:
@@ -43,6 +43,8 @@ int prep_segment ( userptr_t segment, size_t filesz, size_t memsz ) {
|
||||
physaddr_t end = user_to_phys ( segment, memsz );
|
||||
unsigned int i;
|
||||
|
||||
DBG ( "Preparing segment [%lx,%lx,%lx)\n", start, mid, end );
|
||||
|
||||
/* Sanity check */
|
||||
if ( filesz > memsz ) {
|
||||
DBG ( "Insane segment [%lx,%lx,%lx)\n", start, mid, end );
|
||||
|
||||
Reference in New Issue
Block a user