Displaying 6 results from an estimated 6 matches for "xserial_write".
Did you mean:
serial_write
2006 Oct 29
1
The simple menu system doesn't work with serial console
Hello,
I have just get started using pxelinux, and encountered a problem.
The document says the simple menu system supports serial console,
and it works on syslinux 0.2x, but it doesn't seem to work in 0.3x and 0.4x.
I confirmed that this patch fixed the bug.
*** com32/lib/sys/xserial_write.c~ 2006-10-30 08:30:35.000000000 +0900
--- com32/lib/sys/xserial_write.c 2006-10-30 08:31:30.000000000 +0900
***************
*** 43,49 ****
{
static com32sys_t ireg; /* Zeroed with the BSS */
! ireg.eax.w[0] = 0x0400 | (unsigned char)ch;
__intcall(0x21, &ireg, NULL)...
2008 Aug 16
1
Minimal COM32 Root Module
...libgcc/__ashldi3.o \
libgcc/__negdi2.o libgcc/__ashrdi3.o libgcc/__lshrdi3.o \
libgcc/__muldi3.o \
libgcc/__divdi3.o libgcc/__moddi3.o
LIBCONSOLE_OBJS = \
sys/colortable.o sys/screensize.o \
\
sys/rawcon_write.o \
sys/null_read.o sys/null_write.o sys/serial_write.o \
\
sys/xserial_write.o \
\
sys/ansi.o \
\
sys/ansicon_write.o sys/ansiserial_write.o \
\
syslinux/serial.o
LIBOTHER_OBJS = \
abort.o atexit.o atoi.o atol.o atoll.o calloc.o creat.o \
ctypes.o \
putchar.o setjmp.o \
fread2.o fwrite2.o getopt.o \
lrand48.o memccpy.o memchr.o memcmp.o \
memc...
2012 Jul 16
5
[PATCH 0/5] Deleting __intcall() from Syslinux
...ommon.c | 10 +++-
com32/lib/sys/module/elf_module.c | 15 ++++-
com32/lib/sys/rawcon_read.c | 20 +++---
com32/lib/sys/rawcon_write.c | 8 +--
com32/lib/sys/serial_write.c | 8 +--
com32/lib/sys/stdcon_write.c | 15 ++---
com32/lib/sys/xserial_write.c | 8 +--
com32/lib/syslinux/cleanup.c | 12 ++--
com32/lib/syslinux/features.c | 51 --------------
com32/lib/syslinux/ipappend.c | 20 ++----
com32/lib/syslinux/keyboard.c | 14 +---
com32/lib/syslinux/pxe_dns.c | 14 +---
com32/lib/...
2012 Aug 14
1
[GIT PULL] elflink fixes
...| 36 ++++++++++-
com32/lib/sys/module/elf_module.c | 15 ++++-
com32/lib/sys/rawcon_read.c | 25 +++++---
com32/lib/sys/rawcon_write.c | 8 +--
com32/lib/sys/serial_write.c | 8 +--
com32/lib/sys/stdcon_write.c | 15 ++---
com32/lib/sys/xserial_write.c | 8 +--
com32/lib/syslinux/cleanup.c | 12 ++--
com32/lib/syslinux/features.c | 51 --------------
com32/lib/syslinux/ipappend.c | 20 ++----
com32/lib/syslinux/keyboard.c | 14 +---
com32/lib/syslinux/pxe_dns.c | 14 +---
com32/lib/...
2015 Sep 24
0
[PATCH] com32/disk: add UEFI support
...CFLAGS += -mregparm=3 -DREGPARM=3
endif
VPATH = $(SRC)
+
+LIBSYS_OBJS = \
+ sys/line_input.o \
+ sys/colortable.o sys/screensize.o \
+ \
+ sys/stdcon_read.o sys/stdcon_write.o sys/rawcon_read.o \
+ sys/rawcon_write.o \
+ sys/null_read.o sys/null_write.o sys/serial_write.o \
+ \
+ sys/xserial_write.o \
+ \
+ sys/ansi.o \
+ \
+ sys/ansicon_write.o sys/ansiserial_write.o \
+ \
+ sys/x86_init_fpu.o math/pow.o math/strtod.o \
+ \
+ syslinux/setup_data.o
+
+LIBPCI_OBJS = \
+ pci/cfgtype.o pci/scan.o pci/bios.o \
+ pci/readb.o pci/readw.o pci/readl.o \
+ pci/writeb.o pci/writew.o pci...
2012 Mar 23
19
[PATCH 00/19][elflink] Improve compatibility with 4.x
From: Matt Fleming <matt.fleming at intel.com>
The following patch series is available at,
git://git.zytor.com/users/mfleming/syslinux.git elflink
All patches are against the 'elflink' branch.
This series fixes a few serious bugs and some behavioural
incompatibilities with the 4.x series.
Matt Fleming (19):
ldlinux: Initialise 'p' before using it.
ldlinux: Parse