Displaying 7 results from an estimated 7 matches for "biosio".
2004 Jun 22
1
syslinux 2.10 (error during menu compile)
...-g -W -Wall -march=i386
-falign-functions=0 -falign-jumps=0 -falign-loops=0 -Os -MMD
-S -o main.s main.c
echo '.code16gcc' | cat - main.s > main.s16
as -o main.o16 main.s16
gcc -m32 -funsigned-char -g -W -Wall -march=i386
-falign-functions=0 -falign-jumps=0 -falign-loops=0 -Os -MMD
-S -o biosio.s biosio.c
biosio.c: In function `getdisppage':
biosio.c:61: error: bp cannot be used in asm here
make: *** <biosio.s> Error 1
thanks
G?nther
rm main.s16
Hmmm.. what's wrong with this? Any help?
btw: what are the software requirements for compiling the
menu source?
2004 May 18
2
SYSLINUX 2.10-pre2 is out
I have released SYSLINUX 2.10-pre2. I *really* would like testing
reports for this one, especially ISOLINUX, since I've included Knut
Petersen's fix for Award BIOSes...
Changes in 2.10:
* MEMDISK: Handle images compressed with zip as well as with
gzip. Some Windows-based image tools apparently generate
these kinds of images by default. Patch by Patrick
2004 Jun 13
1
SYSLINUX 2.10-pre6 is now release candidate
I have decided to make SYSLINUX 2.10-pre6 a release candidate. Please
test it out if you can; if it works OK I will release it as 2.10 some
time in the middle of the week.
Thanks!
-hpa
2004 Aug 20
0
Syslinux 2.11 and gcc 3.4.1
...ot;'
+ $(MINLINE) -DVERSION='"$(VERSION)"' -DDATE='"$(DATE)"'
LDFLAGS = -g
INCLUDE = -I../com32/include
LD = ld -m elf_i386
Menu doesn't build either because there's still an asm ebp constraint that's
now unnecessary.
--- menu/biosio.c.orig 2004-08-16 12:36:36.000000000 -0400
+++ menu/biosio.c 2004-08-18 06:40:34.000000000 -0400
@@ -141,7 +141,7 @@
"call bios_int10"
: "+a" (x)
: "abcdmi" (page), "acdmi" (attr)
- : &q...
2004 Apr 27
2
Gcc 3.4.0 and syslinux-2.09 menu
The menu directory won't compile with gcc 3.4.0 because gcc complains
that "ebp" cannot be used as a constraint. If preserving ebp is
necessary then it will have to be done in the assembler code. Gcc 3.3.3
just seems to ignore the constraint. It didn't do anything special to
preserve the register.
I also noticed that getnumrows returns the contents of 0x484 which is
the
2004 Apr 28
3
Lilo like menuing system for Syslinux
Hi,
I'm sure this has been posted before. And I'm just wondering
if anyone has ever implemented it. I just thought that this
is really a nice feature for Syslinux.
TIA,
Vic
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.656 / Virus Database: 421 - Release Date: 4/9/2004
2004 Feb 02
10
SYSLINUX 2.09-pre2
This version contains a fix to mbr.asm, plus a version of Murali's menu
system, but ported to gcc. Although gcc produces much bigger 16-bit
code (since it's really 32-bit code with prefixes) I figured it would be
much easier for people to deal with since it requires the configuration
to be compiled in.
That being said, it's a *very* powerful menu system, partially *because*