[SLOF] [PATCH v7 1/2] Fix output word
Segher Boessenkool
segher at kernel.crashing.org
Fri May 18 01:12:40 AEST 2018
Hi!
On Thu, May 17, 2018 at 03:16:03PM +0200, Laurent Vivier wrote:
> We can select the console output, but it does not really work
>
> Implement term-io-emit, as we have term-io-key to really
> send characters to the output selected by stdout.
>
> Resolve xt-handle and ihandle in the output command.
Just "xt", not "xt-handle"?
> : output ( dev-str dev-len -- )
> open-dev ?dup IF
open-dev dup 0= IF drop EXIT THEN
is easier to read.
Looks good modulo those nits :-)
Segher
More information about the SLOF
mailing list