Displaying 6 results from an estimated 6 matches for "cfarcall".
Did you mean:
farcall
2009 Oct 13
2
isolinux problem since 3.74
...-12 16:51:06.294747337
-0600
+++ syslinux-3.74/core/com32.inc 2009-10-12 16:51:09.750744468
-0600
@@ -172,13 +172,14 @@
; Now everything is set up for interrupts...
+ push dword [HighMemSize] ; Memory managed by
Syslinux
push dword com32_cfarcall ; Cfarcall entry point
push dword com32_farcall ; Farcall entry point
push dword (1 << 16) ; 64K bounce buffer
push dword (comboot_seg << 4) ; Bounce buffer address
push dword com32_intcall...
2008 Aug 16
1
Minimal COM32 Root Module
...articular, hpa)
about what are the object files that you don't consider a basic
service and don't need to be present in the root module. If you
consider 25K an acceptable size for the root module, those objects, of
course, don't need to be removed.
LIBENTRY_OBJS = \
sys/farcall.o sys/cfarcall.o sys/zeroregs.o \
sys/argv.o \
sys/ftell.o \
sys/isatty.o sys/fstat.o
LIBGCC_OBJS = \
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...
2010 Jul 15
1
Accessing command_line from core C code
...ing on is only for PXELINUX because of different vkernel structure:
diff --git a/core/com32.inc b/core/com32.inc
index 111590c..f19df7c 100644
--- a/core/com32.inc
+++ b/core/com32.inc
@@ -135,6 +135,7 @@ __com32:
dd 0 ; 64K bounce buffer
dd core_farcall ; Farcall entry point
dd core_cfarcall ; Cfarcall entry point
+global HighMemSize
HighMemSize dd 0 ; End of memory pointer (bytes)
dd 0 ; No module name
dd pm_api_vector ; Protected mode functions
diff --git a/core/display_labels.c b/core/display_labels.c
new file mode 100644
index 0000000..a8ba945
--- /dev/null
+++ b/cor...
2013 Jun 29
0
Syslinux 6.00 released
.../com32/lib/libgcc/__udivmoddi4.o
/tmp/syslinux/efi64/com32/lib/libgcc/__umoddi3.o
/tmp/syslinux/efi64/com32/lib/libgcc/__divdi3.o
/tmp/syslinux/efi64/com32/lib/libgcc/__moddi3.o
/tmp/syslinux/efi64/com32/lib/sys/intcall.o
/tmp/syslinux/efi64/com32/lib/sys/farcall.o
/tmp/syslinux/efi64/com32/lib/sys/cfarcall.o
/tmp/syslinux/efi64/com32/lib/sys/zeroregs.o
/tmp/syslinux/efi64/com32/lib/sys/argv.o
/tmp/syslinux/efi64/com32/lib/sys/sleep.o
/tmp/syslinux/efi64/com32/lib/sys/fileinfo.o
/tmp/syslinux/efi64/com32/lib/sys/opendev.o
/tmp/syslinux/efi64/com32/lib/sys/read.o
/tmp/syslinux/efi64/com32/lib/sys/write...
2013 Jun 29
6
Syslinux 6.00 released
On Sat, 29 Jun, at 01:57:58AM, Igor Sverkos wrote:
> Hi,
>
> Matt Fleming wrote:
> > 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
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