| 7 Jul 2021 |
Mic92 (Old) | But I think one can also do this in bash with some ansi escapes | 21:43:33 |
Astro | nice, thank you | 21:44:00 |
Astro | so how do I attach to the serial console? unix socket? | 21:44:56 |
Mic92 (Old) | You can if you configure it that way, by default it just uses the current console. | 21:45:23 |
Mic92 (Old) | *terminal | 21:45:26 |
Mic92 (Old) | and than you can use Ctrl-a to jump to qemu monitor | 21:45:51 |
Astro | I'd like some service that opens the socket to buffer the last n lines | 21:46:20 |
Astro | * I'd like to have some service that opens the socket to buffer the last n lines | 21:46:28 |
Mic92 (Old) | What do you want to buffer? | 21:46:45 |
Astro | console output | 21:46:55 |
Mic92 (Old) | You get kernel boot logged as well on their | 21:46:57 |
Mic92 (Old) | So everything from /dev/kmsg | 21:47:07 |
Mic92 (Old) | I use this for kernel debugging. | 21:47:15 |
Mic92 (Old) | It's not just a login tty | 21:47:40 |
Mic92 (Old) | * You get kernel boot logged as well on there | 21:48:02 |