RedPill-TTG / redpill-lkm

Linux kernel module for RedPill
GNU General Public License v3.0
307 stars 174 forks source link

Can you add boot parameter for debug? #22

Closed dateno1 closed 2 years ago

dateno1 commented 2 years ago

Please add it for machine without serial port.

Just print out message on screen (not tty)

If someone use Low-end board (like GA-H110M-DS2V) or mini PC or Laptop they can't add serial port on board

Also recently released system board hasn't serial port (has serial head but optional part needs) (or hasn't any port or head)

WiteWulf commented 2 years ago

The Synology kernel has no video/framebuffer drivers in it, this is why there’s no screen output once the kernel is loaded. Console logging can only be done to a serial port (virtual or hardware).

dateno1 commented 2 years ago

The Synology kernel has no video/framebuffer drivers in it, this is why there’s no screen output once the kernel is loaded. Console logging can only be done to a serial port (virtual or hardware).

OK thanks for reply