Displaying 20 results from an estimated 1000 matches similar to: "SYSLINUX 3.80 released"
2009 May 29
2
Syslinux 3.81 released
Hi everyone,
I have pushed out Syslinux 3.81 to the usual places.
Again, special thanks to my employer, Intel, for letting me spend time
working on this stuff ;)
-hpa
Syslinux 3.81 is primarily a bug fix release. The main new features
are halt-on-idle support and some features to isohybrid, including the
ability to boot from an image written to a partition.
Changes in 3.81:
*
2009 May 03
1
Syslinux 3.80-pre7
I have just pushed out Syslinux 3.80-pre7. I am slightly concerned
about putting this into the release tree at this point: I was working
with some of the shuffler code, and found that the memory map handling
was actually severely buggy on some of my test cases. Resolving that
problem took rewriting most of syslinux_add_memmap().
However, against better judgement :) I decided to check in the
2009 Nov 12
3
Syslinux set vesa mode
Does Syslinux (and pxelinux, and isolinux, etc) support setting video modes?
2014 Mar 01
1
[syslinux:master] core, bios: Move __syslinux_shuffler_size to assembly
Op 2014-02-28 om 15:51 schreef syslinux-bot for H. Peter Anvin:
> Commit-ID: a06818de2a4c49bd64a024dd4f4a09a0caf1f0ac
> Gitweb: http://www.syslinux.org/commit/a06818de2a4c49bd64a024dd4f4a09a0caf1f0ac
> Author: H. Peter Anvin <hpa at linux.intel.com>
> AuthorDate: Fri, 28 Feb 2014 15:48:53 -0800
> Committer: H. Peter Anvin <hpa at linux.intel.com>
>
2009 Jun 09
0
SYSLINUX 3.82 released
Hi everyone,
I have pushed out Syslinux 3.82 to the usual places.
Again, special thanks to my employer, Intel, for letting me spend time
working on this stuff ;)
-hpa
Syslinux 3.82 is a bug fix release for 3.81.
Changes in 3.82:
* isohybrid: fix the -partok logic for loading from a partition.
* ISOLINUX: deal with systems which return from INT 13h with
interrupts
2012 Sep 06
1
[PATCH] comboot: add comapi_chainboot to int22_table
This is missing since "shuffler: comboot interface to the new shuffler".
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
---
core/comboot.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/core/comboot.inc b/core/comboot.inc
index d6f670c..ef69c49 100644
--- a/core/comboot.inc
+++ b/core/comboot.inc
@@ -950,7 +950,7 @@ int22_table:
dw
2009 Dec 18
4
SYSLINUX 3.84 released
Syslinux 3.84 has been released. This is a mixed minor new
features/minor bug fixes release.
Changes in 3.84:
* SYSLINUX: make the DOS installer work for MS-DOS 7.x/8.x
(Win9x/ME) again.
* HDT: updated to version 0.3.6 (numerous changes.)
* mboot.c32: now supports video mode setting if requested by
the image.
* MEMDISK: Fix floppy images of
2009 Apr 27
3
Question about vk_check and rllunpack
I am hitting a problem on syslinux-3.80-pre1-2-g6c0fb9e (only last label in config file is found),
but don't want to "cry wolf" (again), so let's start with a question:
ui.inc:
;
; Now check if it is a "virtual kernel"
;
vk_check:
mov esi,[HighMemSize] ; Start from top of memory
.scan:
cmp esi,[VKernelEnd]
jbe
2009 Apr 30
2
syslinux-3.80-pre5, mboot.h and DEBUG 1
The commit "linux.c32: move handling of mem= and vga= into the library function" also sets
DEBUG to 1 in mboot.h.
Is this intended?
- Sebastian
2015 Nov 24
2
Hexagon and choosing of slots
> On Hexagon, the slot assignment is determined by the layout of the
> instructions in memory. The order of the instructions in the packet does
> not matter either in the IR, nor in the .s file, but it does when the
> packet is encoded into the actual machine code. In LLVM, the Hexagon
> shuffler orders the instructions just prior to encoding.
>
> Specifically, the
2010 Apr 01
2
Syslinux 3.86 released; Syslinux 4.00 now in beta test
Syslinux 3.86 is out; it is a bug fix release.
Syslinux 4.00, starting with Syslinux 4.00-pre38, is now officially in
beta test.
Special thanks to Intel Corporation, my current employer, for their
support for my Syslinux work.
Changes in 3.86:
* chain.c32: fix chainloading the MBR of a hard disk (broken
in 3.85).
* mboot.c32: report the boot loader name in the information
structure.
*
2009 Apr 26
1
Need help trying out new mboot.c32
Hi all,
I've started writing a new mboot.c32 using the Syslinux native APIs; it
is currently on the new-mboot branch of the Syslinux git repository.
However, I don't have a huge number of things which use Multiboot set up
to test, so I'd really appreciate it if you're a user of mboot.c32 to
help me try this and report back positive or negative.
I don't have the Solaris DHCP
2009 Jul 27
1
[PATCH] mboot using module path
Hi,
We are using pxelinux at my company to test our product. And there are
limitations
that we have hit in the past w.r.t. the max length of a path, or the
max length of a module
name (in mboot.c / mboot.c32). We've used workarounds in the past, and
reorganized the
directory structure, but we face that problem again. Out of the 128 /
FILENAME_MAX chars
that can be used, 110 - 120 go to the
2009 Apr 09
1
SYSLINUX 3.74 released
Well, here it is. This is a historic Syslinux release -- it's the first
one in 15 years in which the majority of the work was not done by
myself; mostly because of the *huge* effort Erwan and Pierre have put in
on HDT.
I also want to give a special thank you to my new(ish) employer, Intel
Corporation, for letting me continue to work on Syslinux. :)
From here, onward and upward. I
2015 Oct 02
5
Problem with 90MB Initrd
>>>
>
> Aside from potentially needing smaller buffers for config files before
> parsing (which seems trivial and unnecessary), what other benefits are
> there to this strategy?
>
At the core, is that Syslinux is a general bootloader which gives access
to a virtual filesystem.? It supports multiple open files, but not
seeking or writing.
<<<
Please correct me if
2012 Sep 04
3
INT22h/000Dh
Hi,
I would like to use INT22h, function 000Dh, but I found that it is
disabled in vector table:
in core/comboot.inc:
int22_table:
[...]
dw comapi_err ; 000D clean up then bootstrap
[...]
The code of this function is present in this file (comapi_chainboot).
Why this function is disabled?
Regards
Piotr Romaniuk
PS
I am using syslinux-4.04.
2009 Jan 26
0
SYSLINUX 3.73 released
Changes in 3.73:
* Upgrade gPXE to release version 0.9.5.
* Fix a number of build errors on various platforms.
* Handle systems with E820 "extended attributes" per ACPI 3.
Someone "cleverly" decided to change the E820 spec in a
backwards-incompatible manner!
* MEMDISK: default to "safeint".
* Adopt the moniker "The Syslinux Project", standard
2005 Aug 24
1
SYSLINUX 3.10 released
Changes in 3.10:
* gcc 4.0.1 compilation fixes.
* Add support for querying the PCI BIOS in libcom32
(used by ethersel et al.)
* Fix PCI handing (ethersel etc) on several old chipsets (and
VMWare.)
* Try to deal with systems with broken EBIOS.
* New API call to do "localboot".
* New API call to query features.
2016 Jun 16
2
[PATCH] Fix recognition of keeppxe option
> On Wed, Jun 15, 2016 at 1:02 PM, Ady via Syslinux <syslinux at zytor.com> wrote:
> >
> >> On Tue, Jun 14, 2016 at 12:33 PM, Ady via Syslinux <syslinux at zytor.com> wrote:
> >> >
> >> >> > kernel.c:new_linux_kernel() to load_linux.c:bios_boot_linux() because
> >> >> > there is no convenient way in new_linux_kernel() to
2009 Apr 16
0
SYSLINUX 3.75 released
3.75 is a bug fix release for 3.74.
Changes in 3.75:
* PXELINUX: fix the "keeppxe" option, which was broken in
3.74.
* MEMDISK: correct the extraction of geometry information from
the MBR of a hard disk image, again broken in 3.74.
* extlinux(1) man page from Brian Pellin.
* Simple menu: MENU SAVE is now controllable on a menu-by-menu