Hello, 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. Martin _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
