Ticket #1632 (closed enhancement: fixed)
Extended syslog capabilities in KDL
| Reported by: | pieterpan | Owned by: | axeld |
|---|---|---|---|
| Priority: | low | Milestone: | Unscheduled |
| Component: | System/Kernel | Version: | R1 development |
| Cc: | Blocked By: | ||
| Platform: | All | Blocking: |
Description
Quite often it is not possible to do serial debugging of the kernel (new laptop, no serial port, etc). At the same time, sometimes the syslog is not saved to the harddrive, while for example AHCI is being worked on.
In those times it would be very useful to see all the debug output that scrolls by so quickly. I have 2 requests: 1) Implement a wait-for-next-page feature (see a diff for ticket 1444) Perhaps this can be set in the kernel driver file, or at the boot menu. 2) Actually store the syslog in a buffer and add a KDL command to scroll back into the syslog. (nicer solution, takes a bit more work)
The need for 2 is actually less if 1 is implemented, but still it would be nice to be able to go back and forth and take pictures of the screen.
