[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Printing text from exception handler
Hmm, I've traced it down to Fwrite(stdout, count, buff) in console.c and guess what, Fwrite(stdout) works correctly under TOS in the exception handler as well. I've been considering lack of (Supervisor) stack space but how come sprintf() works all right but if I try to print the buffer with puts() *then* it crashes? Really strange, it must have something to do with printing on screen.