mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-16 01:31:45 +00:00
Update debug messages
This commit is contained in:
@@ -177,7 +177,7 @@ namespace Execute
|
|||||||
vAddr, pAddr, ProgramHeader.p_memsz);
|
vAddr, pAddr, ProgramHeader.p_memsz);
|
||||||
debug("Segment Offset is %#lx", SegDestOffset);
|
debug("Segment Offset is %#lx", SegDestOffset);
|
||||||
|
|
||||||
debug("Copying segment to p: %#lx-%#lx; v: %#lx-%#lx (%ld file bytes, %ld mem bytes)",
|
debug("Copying PT_LOAD to p: %#lx-%#lx; v: %#lx-%#lx (%ld file bytes, %ld mem bytes)",
|
||||||
uintptr_t(pAddr) + SegDestOffset,
|
uintptr_t(pAddr) + SegDestOffset,
|
||||||
uintptr_t(pAddr) + SegDestOffset + ProgramHeader.p_memsz,
|
uintptr_t(pAddr) + SegDestOffset + ProgramHeader.p_memsz,
|
||||||
ProgramHeader.p_vaddr,
|
ProgramHeader.p_vaddr,
|
||||||
|
Reference in New Issue
Block a user