On 5.1.2014 23:12, Martin Sucha wrote:
> I just cherrypicked my kernel logger implementation. Instead of
> removing the old klog syscall and functionality (as was the case in my
> feature branch), this version renames old klog syscall and application
> to kio, since it was extended to allow executing kconsole commands in
> the meantime (). So if you used klog to control the kernel console
> previously, type kio instead.
> 
> The new logger takes the name klog and stores a kernel log
> message as an atomic unit. Kernel log messages are copied to a userspace
> log called "kernel", so you can view them by looking into log/kernel
> file.

Hi Martin,

my sparc builds no longer build and the compiler complains about
argument count mismatch in the kernel ns16550 driver. I noticed your
changes touch this code. Is it possible you forgot to run make check?

Jakub


_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to