Displaying 7 results from an estimated 7 matches for "reportmode".
2013 Jun 25
0
Syslinux 6.00 released
...al_write.o sys/vesa/initvesa.o sys/vesa/drawtxt.o sys/vesa/background.o sys/vesa/alphatbl.o sys/vesa/screencpy.o sys/vesa/fmtpixel.o syslinux/reboot.o syslinux/keyboard.o syslinux/version.o syslinux/pxe_get_cached.o syslinux/pxe_get_nic.o syslinux/pxe_dns.o syslinux/video/fontquery.o syslinux/video/reportmode.o syslinux/addlist.o syslinux/freelist.o syslinux/memmap.o syslinux/movebits.o syslinux/shuffle.o syslinux/shuffle_pm.o syslinux/shuffle_rm.o syslinux/zonelist.o syslinux/dump_mmap.o syslinux/dump_movelist.o syslinux/run_default.o syslinux/run_command.o syslinux/cleanup.o syslinux/localboot.o sysli...
2012 Jul 16
5
[PATCH 0/5] Deleting __intcall() from Syslinux
...| 10 +--
com32/lib/syslinux/runimage.c | 19 ++---
com32/lib/syslinux/serial.c | 19 +++--
com32/lib/syslinux/shuffle.c | 9 +--
com32/lib/syslinux/version.c | 21 ++++---
com32/lib/syslinux/video/fontquery.c | 16 ++---
com32/lib/syslinux/video/reportmode.c | 11 +--
com32/libupload/upload_tftp.c | 18 +----
com32/menu/menumain.c | 6 +-
com32/menu/readconfig.c | 2 +-
com32/modules/gpxecmd.c | 11 +---
com32/modules/pxechn.c | 16 +----
com32/modules/sanboot.c...
2013 Jun 25
4
Syslinux 6.00 released
On Tue, 25 Jun, at 01:52:00PM, Helmut Hullen wrote:
> Thanks - now it crashes later ...
What crash are you seeing?
> I don't have the ia64 files which are needed for a complete binary. But
> maybe that's only my special problem.
You shouldn't need ia64 files to build ia32 and x86-64 versions of
gnu-efi or Syslinux.
--
Matt Fleming, Intel Open Source Technology Center
2012 Aug 14
1
[GIT PULL] elflink fixes
...| 10 +--
com32/lib/syslinux/runimage.c | 19 ++---
com32/lib/syslinux/serial.c | 19 +++--
com32/lib/syslinux/shuffle.c | 9 +--
com32/lib/syslinux/version.c | 21 ++++---
com32/lib/syslinux/video/fontquery.c | 16 ++---
com32/lib/syslinux/video/reportmode.c | 11 +--
com32/libupload/upload_tftp.c | 18 +----
com32/menu/menumain.c | 6 +-
com32/menu/readconfig.c | 2 +-
com32/modules/Makefile | 18 +----
com32/modules/gpxecmd.c | 11 +---
com32/modules/pxechn.c...
2011 May 25
1
[GIT PULL] elflink ldlinux
...slinux/ipappend.o syslinux/dsinfo.o syslinux/version.o \
syslinux/pxe_get_cached.o syslinux/pxe_get_nic.o \
syslinux/pxe_dns.o \
- syslinux/adv.o syslinux/advwrite.o syslinux/getadv.o \
- syslinux/setadv.o \
syslinux/video/fontquery.o syslinux/video/forcetext.o \
syslinux/video/reportmode.o
diff --git a/com32/lib/syslinux/adv.c b/com32/lib/syslinux/adv.c
deleted file mode 100644
index be38e89..0000000
--- a/com32/lib/syslinux/adv.c
+++ /dev/null
@@ -1,49 +0,0 @@
-/* ----------------------------------------------------------------------- *
- *
- * Copyright 2007-2008 H. Peter Anv...
2012 Jun 26
2
[GIT PULL] elflink bug fixes
...284..57e9c2f 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -49,6 +49,7 @@ LIBSYSLINUX_OBJS = \
syslinux/features.o syslinux/config.o \
syslinux/version.o \
syslinux/pxe_get_cached.o syslinux/pxe_get_nic.o \
+ syslinux/pxe_dns.o \
syslinux/video/fontquery.o syslinux/video/reportmode.o
LIBLOAD_OBJS = \
@@ -125,7 +126,7 @@ LIBOTHER_OBJS = \
strnlen.o \
strncat.o strndup.o \
stpncpy.o \
- strntoimax.o strntoumax.o strrchr.o strsep.o strspn.o strstr.o \
+ strntoimax.o strntoumax.o strsep.o strspn.o strstr.o \
strtoimax.o strtok.o strtol.o strtoll.o strtoul.o...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and