Kernel version 0.9 : fixed crash due to improper call to PrintCStrAX

This commit is contained in:
Rémy GIBERT 2017-02-19 21:10:06 +01:00
parent af6df48f4e
commit ed63d97fa0

View File

@ -117,7 +117,7 @@ GO.OLDMLI jmp $ffff
*--------------------------------------
MSG.INIT >CSTR "AppleTalk Driver For A2osX\n"
MSG.NOHW >CSTR "AppleTalk Workstation Card Not Found.\n"
MSG.HWOK >CSTR "AppleTalk Workstation Card Type #%n Found In Slot #%n.\n"
MSG.HWOK >CSTR "AppleTalk Workstation Card Type #%d Found In Slot #%d.\n"
MSG.FAILED >CSTR "AppleTalk Workstation Card Failed Power Up Diagnostics : EC=%h.\n"
MSG.OK >CSTR "AppleTalk Driver Successfully Installed.\n"
MSG.KO >CSTR "AppleTalk Driver Install Failed : EC=%h.\n"