1. loaddrv: show load drv result, show hint on error

2. debug.inc no need to use macros.inc for only one mcall
3. small fix in sysfuncs.txt
4. remove duplicated vendors in pcidev app

git-svn-id: svn://kolibrios.org@7644 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2019-04-30 11:05:08 +00:00
parent a867b1b53a
commit 4f9a8d23e4
6 changed files with 23 additions and 10 deletions

View File

@@ -121,7 +121,9 @@ debug_outhex:
and cl, 0x0f
mov cl, [__hexdigits + ecx]
pushad
mcall 63, 1
mov eax, 63
mov ebx, 1
int 0x40
popad
dec edx
jnz .new_char