add debug log for driver mappings

git-svn-id: svn://kolibrios.org@5559 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2015-05-25 15:44:26 +00:00
parent a2738af006
commit a0f73145c4
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ proc load_PE stdcall, file_name:dword
jz .cleanup
mov [base], eax
DEBUGF 1,'K : driver %s mapped to %x\n',[file_name],[base]
push ebx ebp
mov ebx, [image]