Displaying 1 result from an estimated 1 matches for "obejoh".
Did you mean:
obejct
2019 May 16
0
Serial output does not work
...than the variable is zero.
We have a own c32 file. And with this I show (printf) the variable.
-------- our cfg file ------------------------
#
# EFI64 configuration
#
PATH x64
# Include does not work corret in this version
# INCLDUE /COMMON/common.cfg
CONSOLE 1
serial 0 115200 0
# 2017-11-07 obejoh: add threadirqs to activate threaded irqs
#
# Clear LEDs before starting Linux. After this salamander LABEL is called internally.
# show screen
DISPLAY screen.lpg
# load plugin
DEFAULT hardware_init.c32
LABEL salamander
KERNEL /bzImage
APPEND root=/dev/sda2 rw nohlt idle=poll quie...