Re: [PATCH v3 1/2] printk: console: Create console= parser that supports named options

From: Chris Down
Date: Mon Apr 17 2023 - 11:08:22 EST


Chris Down writes:
Any thoughts on something simple like this that takes advantage of memmove()? This should overcome the mmio/io concerns, and it's fairly simple.

(although coming to think of it, this can just use memcpy(), but the same idea applies)