Displaying 10 results from an estimated 10 matches for "fancyhello".
2005 Jan 03
1
SYSLINUX 3.01 released
Some people have reported portability problems with SYSLINUX 3.00,
mostly due to the use of HDIO_GETGEO_BIG, which is deprecated;
additionally, the advanced menu system wouldn't build for everyone due
to a spurious reference to %ebp.
This release fixes these things, plus makes the extlinux installer
default to zipdisk geometry (64 heads, 32 sectors) if it can't guess
anything else.
2009 May 03
1
Embedding COM32 modules into pxelinux.0
Aside from it being part of the GSoC CLI rewrite project ("internal module"), has anyone been playing with it?
I just hacked up my copy of pxelinux and it somewhat works:
hello.c32 and fancyhello.c32 work fine, meminfo.c32 "works", rosh.c32 doesn't.
It's likely i broke something somewhere while taking shortcuts thru pxelinux. This might explain why more
complex modules fail. The basic idea seems to work tho.
Is there a size limit for pxelinux.0 (32kb, 64kb) ?
- Sebastian
2015 Dec 01
1
[PATCH 0/2] Do not use the "red zone" on EFI
...rgetting anycomponent of the build.
>
> Best,Patrick
>
>
>
Your mail in in HTML. :)
I checked the whole log. The only lines in the logs of "make efi64"
starting with gcc that do not contain -mno-red-zone are:
- linking invocations
- used to compiles .lo files that produce fancyhello.lnx and
keytest.lnx (what are those?)
- used to build tools that only run on the compiling host: relocs,
prepcore, wrapper (note that relocs is no longer used at all)
- used to compile assembly file which obviously control the stack usage.
The very same goes for "make efi32". "Make...
2015 Jul 03
4
boot... round 2
Hi,
Adam Williamson
> I think it would be better if someone else confirms there's actually
> something to fix.
There was indeed the shortcomming that byte values 128 to 255
were treated as whitespace and mapped to "_" resp. "".
This would affect non-ASCII characters of UTF-8 or old
ISO-8859.
But the reason why gcc 5 made a difference to gcc 4.9
is not found yet.
2014 Aug 24
1
Library_modules (list of & wiki write permissions)
...| libgpl.c32
|whichsys.c32 |com32/modules | libcom32.c32
|zzjson.c32 |com32/modules | libgpl.c32
|rosh.c32 |com32/rosh | libutil.c32 libcom32.c32
|advdump.c32 |com32/samples |
|entrydump.c32 |com32/samples |
|fancyhello.c32 |com32/samples | libutil.c32
|hello.c32 |com32/samples |
|keytest.c32 |com32/samples | libutil.c32
|localboot.c32 |com32/samples | libcom32.c32
|resolv.c32 |com32/samples |
|serialinfo.c32 |com32/samples...
2013 Apr 29
3
ifcpu[64].c32 functions drop to command line
...02:03 display.c32
-rw-rw-r-- 1 root wheel 12656 Apr 27 02:07 dmitest.c32
-rw-rw-r-- 1 root wheel 3296 Apr 27 02:07 elf.c32
-rw-rw-r-- 1 root wheel 1872 Apr 27 02:04 entrydump.c32
-rw-rw-r-- 1 root wheel 2744 Apr 27 02:07 ethersel.c32
-rw-rw-r-- 1 root wheel 1616 Apr 27 02:04 fancyhello.c32
-rw-rw-r-- 1 root wheel 10975 Apr 27 02:06 fancyhello.lnx
-rw-rw-r-- 1 root wheel 10052 Apr 27 01:59 gfxboot.c32
-rw-rw-r-- 1 root wheel 12545 Apr 27 01:59 gfxboot.elf
-rw-rw-r-- 1 root wheel 1596 Apr 27 02:07 gpxecmd.c32
-rw-rw-r-- 1 root wheel 1376 Apr 27 02:04 hello.c32...
2015 Sep 18
1
file names format for c32 files
On 18/09/2015 15:23, Ady via Syslinux wrote:
>
>> On Fri, Sep 18, 2015 at 02:01:32PM +0300, Ady via Syslinux wrote:
>>>>
>>>> We have pxechn.c32 working with pxelinux.0 to switch between the two
>>>> system, but pxechn.c32 under Uefi come up with the folowing error
>>>
>>>
>>> @Developers, please consider using 8.3
2015 Nov 28
3
[PATCH 0/2] Do not use the "red zone" on EFI
2015-11-28 8:47 UTC+01:00, Ady via Syslinux <syslinux at zytor.com>:
>
>> From: Sylvain Gault <sylvain.gault at gmail.com>
>>
>> The System V ABI for x86-64 specify that a "red zone" is an area of 128
>> bytes
>> above the current stack frame. This area can be used by a called function
>> in
>> order to avoid the overhead of
2012 Jun 26
2
[GIT PULL] elflink bug fixes
...)/lib/libcom32.c32
+
rosh.o: rosh.h
rosh.lo: rosh.h
diff --git a/com32/samples/Makefile b/com32/samples/Makefile
index 167c638..bca197e 100644
--- a/com32/samples/Makefile
+++ b/com32/samples/Makefile
@@ -18,6 +18,9 @@ topdir = ../..
MAKEDIR = $(topdir)/mk
include $(MAKEDIR)/elf.mk
+LDFLAGS_fancyhello.o = $(com32)/libutil/libutil_com.c32
+LDFLAGS_keytest.o = $(com32)/libutil/libutil_com.c32
+
all: hello.c32 resolv.c32 serialinfo.c32 \
localboot.c32 \
fancyhello.c32 fancyhello.lnx \
diff --git a/com32/samples/resolv.c b/com32/samples/resolv.c
index 3446bd6..bd49d9f 100644
--- a/com32/samples...
2012 Aug 14
1
[GIT PULL] elflink fixes
...Makefile b/com32/samples/Makefile
index bca197e..c7abadd 100644
--- a/com32/samples/Makefile
+++ b/com32/samples/Makefile
@@ -14,13 +14,12 @@
## samples for syslinux users
##
+LIBS = $(com32)/libutil/libutil_com.c32
+
topdir = ../..
MAKEDIR = $(topdir)/mk
include $(MAKEDIR)/elf.mk
-LDFLAGS_fancyhello.o = $(com32)/libutil/libutil_com.c32
-LDFLAGS_keytest.o = $(com32)/libutil/libutil_com.c32
-
all: hello.c32 resolv.c32 serialinfo.c32 \
localboot.c32 \
fancyhello.c32 fancyhello.lnx \
diff --git a/com32/samples/resolv.c b/com32/samples/resolv.c
index bd49d9f..f4a0e52 100644
--- a/com32/samples...